#!/bin/bashwhile truedo mplayer http://mp3stream1.apasf.apa.at:8000/listen.pls sleep 1done
thx
Thanks a whole lot, dude!I'd been trying to get the stream to work on my gutsy amd64 forever! Finally! wooohooo!!!!Thanks again!
You're very welcome!
thanx alot for the link :)nothings better than the good old bash ;Dbut i dont understand why youare yousing a loop to infinity..is it because of the buffering?have a nice daybye
question answered ;)because of the break offs when pausing and $(bg) it...should have waited 10minbefore askin ;Dbye
The loop is also helpful if the connection isn't so stable, so it'll automatically reconnect.Regarding the pausing: Note that it's also possible to temporarily mute mplayer by pressing [m]. This is sometimes quite helpful.
Post a Comment
6 comments:
thx
Thanks a whole lot, dude!
I'd been trying to get the stream to work on my gutsy amd64 forever! Finally!
wooohooo!!!!
Thanks again!
You're very welcome!
thanx alot for the link :)
nothings better than the good old bash ;D
but i dont understand why you
are yousing a loop to infinity..
is it because of the buffering?
have a nice day
bye
question answered ;)
because of the break offs
when pausing and $(bg) it...
should have waited 10min
before askin ;D
bye
The loop is also helpful if the connection isn't so stable, so it'll automatically reconnect.
Regarding the pausing: Note that it's also possible to temporarily mute mplayer by pressing [m]. This is sometimes quite helpful.
Post a Comment