
Now Playing Signature
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a "Now Playing" signature script for amarok. I made it only for myself, so don't expect too much, but nice as I am here I share it with you.
It writes the current playing track to "~/.signature" which you can then configure your news- or email-reader to use.
Some of the code was shamelessly stolen from the script amarokNowPlaying (which did not exactly what I wanted).
itstudio
14 years ago
I just install this !!! script, but now I want to add my own signature to "Now playing"...
How can I do it? Any changing of the script - and not any results :(
Report
janet
13 years ago
Report
janet
13 years ago
Report
init0
15 years ago
That is why cpu usage is so high. Just add a sleep 5 or whatever you see fit after the echos.
hth,
michael
Report
itstudio
14 years ago
Report
jacobmar1ey
15 years ago
KDE 3.4.1
amaroK 1.2.4
2.6.14-gentoo-r3
Athlon XP +3000
Report
ajbarr
15 years ago
Report
eeproms
15 years ago
I use gaim with a plugin called bangexec that allows me to execute scripts and the output goes to the room.
I often like to show people what Im listening to so I made this script.
]$ cat playlist
#!/bin/bash
#shows what amarok is playing
Player="dcop amarok player"
echo `$Player nowPlaying`
just put it in a file called playlist then type chmod a+x playlist && mv /usr/local/bin
Report
lavacano201014
12 years ago
Report