Ripping your own mp3s

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • n3bu
    replied
    Re: Ripping your own mp3s

    Great ideea... but i must have a big connection to internet...
    Thanks a lot.... I'll do this soon as possible...

    Leave a comment:


  • picklemonkey
    replied
    Originally posted by beto
    great guide pickle.

    I just love command lines
    Thanks dude.

    And yeh, I love em too... grew up on the lil fellas.

    Leave a comment:


  • beto
    replied
    great guide pickle.

    I just love command lines

    Leave a comment:


  • Krauthead
    replied
    Re: Ripping your own mp3s

    Hey, thats what i have been looking for. your my Hero. Thanks!

    Leave a comment:


  • dmhead
    replied
    Re: Ripping your own mp3s

    interesting! i am kind of CLI commands person!
    thank you for this information;

    Leave a comment:


  • skahound
    replied
    Hmm...I prefer the GUI version of StreamRipper with the skin changed to the Winamp one so it appears seamless.

    Leave a comment:


  • arielus
    replied
    thanks...
    if i only had a good internet connection :?

    Leave a comment:


  • picklemonkey
    started a topic Ripping your own mp3s

    Ripping your own mp3s

    Everybody's talked about their favorite mp3 ripping tools, and I've never had much luck with any of them. I finally found one that I had luck with: StreamRipper (Command Line version). I thought I'd share my findings with anybody else that wants to rip mp3s by making this guide. Hope somebody gets use out of this... Enjoy!

    [hr:4e4fbc2bc0][hr:4e4fbc2bc0]
    The complete idiot-proof step-by-step example for ripping Proton Radio sets.
    1. Download the latest StreamRipper Command Line Version (Win32)
      -> http://streamripper.sourceforge.net/srdownloads.php
    2. Select Run from the Start Menu
    3. Click the Browse button
    4. Browse to the folder that you saved StreamRipper in, select the StreamRipper executable, and click Open
    5. The StreamRipper executable will appear in the Run window... copy/paste the following arguments to the end of the executable:
      http://64.236.34.196:80/stream/1041 -d "%userprofile%\Desktop\Proton" -s -c -x
    6. The line will look similar to this: sripper-1.60.10.exe http://64.236.34.196:80/stream/1041 -d "%userprofile%\Desktop\Proton" -s -c -x. Press the OK button to start
    7. StreamRipper will immediately begin ripping Proton Radio. All MP3s will be saved on your Desktop in a folder named Proton

    [hr:4e4fbc2bc0][hr:4e4fbc2bc0]
    ...and here's a list of all supported command-line arguments (as of version 1.60):
    Usage: streamripper URL [OPTIONS]
    Options:
    • -a <file> - Rip to single file, default name is timestamped
      -c - Don't auto-reconnect
      -d <dir> - The destination directory
      -f <dstring> - Don't create new track if metainfo contains <dstring>
      -h - Print this listing
      -i - Don't add ID3V1 Tags to output file
      -k <count> - Skip over first <count> tracks before starting to rip
      -l <seconds> - number of seconds to run, otherwise runs forever
      -m <timeout> - Number of seconds before force-closing stalled conn
      -o - Overwrite tracks in complete
      -p <url> - Use HTTP proxy server at <url>
      -q - Add sequence number to output file
      -r <base port> - Create relay server on base port, default port 8000
      -s - Don't create a directory for each stream
      -t - Don't overwrite tracks in incomplete
      -u <useragent> - Use a different UserAgent than "Streamripper"
      -v - Print version info and quit
      -x - Invoke splitpoint detection rules (see online guide)
      -z - Don't scan for free ports if base port is not avail
Working...