Skip to content

Instantly share code, notes, and snippets.

@mxwell
Created February 25, 2013 03:00
Show Gist options
  • Save mxwell/5027169 to your computer and use it in GitHub Desktop.
Save mxwell/5027169 to your computer and use it in GitHub Desktop.
Rip Hardbase.fm MP3 stream with mplayer. After finish in current directory file will be stored. File named as time stamp + ".mp3". There will be 30 minutes of gorgeous hardstyle music.
#! /bin/sh
(sleep 30m && kill `pidof mplayer`)&
mplayer -dumpstream -dumpfile `date +'%Y-%h-%d_%H-%M.mp3'` http://listen.hardbase.fm/tunein-mp3-pls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment