Skip to content

Instantly share code, notes, and snippets.

@44213
Forked from kane-thornwyrd/README.md
Created September 18, 2021 13:32
Show Gist options
  • Save 44213/68a8d28e94495280fbd4fc1f9c05e7d7 to your computer and use it in GitHub Desktop.
Save 44213/68a8d28e94495280fbd4fc1f9c05e7d7 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