Created
July 28, 2012 17:58
-
-
Save schoentoon/3194200 to your computer and use it in GitHub Desktop.
Radio in screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
screen -DRR -p 0 -S radio -X eval 'stuff \"m\"' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true | |
do | |
nice -n -10 mplayer -playlist #radio m3u file here | |
sleep 10 | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
screen -mdS radio bash #path to realstartradio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment