#By Daniel Zachrisson
#This is a simple shellscript to control/get some info from amaroK using the dcop interface
#I wrote this script to work with irssi, so I have commented out the calls to
#the usage function, cus that would be very disturbing if it spamed it into a irc-channel

###
#to make it use with irssi do:
# /alias exec -o - path-to-this-script
###
This is an update of my previous upload "shellscript for amaroK.
I have added some functions, some comments in the code, and so...
The arguments you can use with this script are:
play, stop, next, prev, info, osd, vol+, vol-, vol, mute, pause, equalizer
Only vol takes two arguments ex. amarokctl vol 50 (0-100)
please comment, and gimme some feedback

and if someone out there knows perl, you are more than welcome to port it to a "real" irssi script

Ratings & Comments
3 Comments
dont mind these comments from me...
something gotted chopped out :( /alias amarokctl -o - exec /path/to/the/script is what you need to do in irrsi.. (one line)
damn, i see to forgett everything today :( you can use: play, stop, next, prev, info as parameters to this script