You are not logged in.
I use MPlayer to stream internet radio through xterm(aterm) is there a cmd or bash to update and display current track in the xterm title bar?
Thank you.
Last edited by gav616 (2008-07-30 23:40:33)
Offline
bumpy bump bump
Offline
if its impossible id rather someone tell me so i can stop bumping this thread.
ty.
Offline
its possible noone knows. stop bumping this for no reason. use the time you spend bumping more appropriately. try the mplayer help mailing lists/irc etc. if you find out post the solution post it here.
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
btw i got this working:
create file and add this;
#!/bin/sh
mplayer http://Station echo "ICY Info: StreamTitle='Artist - Song Title';StreamUrl='';" | sed "s/StreamTitle='\([^']*\)/\0\x1B]0;\1\a/" ;sleep 1
were http://Station is your internet url,
then run with x/aterm thus: "aterm -e sh script"
Last edited by gav616 (2008-07-30 23:39:54)
Offline