Skip to content

Instantly share code, notes, and snippets.

@kane-thornwyrd
Created March 16, 2012 10:27
Show Gist options
  • Save kane-thornwyrd/2049466 to your computer and use it in GitHub Desktop.
Save kane-thornwyrd/2049466 to your computer and use it in GitHub Desktop.
Easy ripping command for shoutcast streams ;)

How To

  1. Save streamrip.sh as in the ~/.bash_script directory
  2. Add alias streamrip='~/.bash_script/streamrip.sh' to your .bash_aliases
  3. $ chmod a+x ~/.bash_script/streamrip.sh
  4. $ source ~/.bashrc
  5. $ cd ~/Music
  6. $ streamrip [url of your stream]
  7. Profit !
#!/bin/bash
streamripper $1 -s -D %A/%a/%T -o larger --xs2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment