Description: Dont know will people will like it or not but i Just tried to give karamba xmms controller as a real xmms player on deskop. But due to certain problem I coudlnot complete it.Please go through the theme and if possible do suggest me something to improve this theme. If i coudl or not. I dont know how to realy right script for making a scrollbar. If anyone could solve this problem then please tell me.
Enjoy..
Much more to come.Last changelog:
1st Version - MinMax v0.1 2nd Version - MinMax v0.2 3rd upload - Minaxmms v0.1
you can also add this command to print playlist. As in last case I was trying to print both the things separately ..ie number and song title... but just now i got this idea..
text x=0 y=175 w=225 h=450 color=20,25,5 font="cure" fontsize=11 sensor=program program="xmmsctrl print '%*P)%*T%n'" interval=1000
Sanjay..
1. xmmsctrl must be installed
2. You can activate the show playlist by increasing thge area of display and running thelast line of the code ie.
text x=15 y=175 w=225 h=450 color=20,25,165 fontsize=11 sensor=program program="xmmsctrl print %*T%n" interval=1000
text x=0 y=175 w=225 h=450 color=20,25,165 fontsize=11 sensor=program program="xmmsctrl print %*P%n" interval=1000
3. You can play from playlist by clicking using this code
CLICKAREA x=0 y=0 w=10 h=11 ONCLICK="xmmsctrl track 25"
respectively for each track. But I dont think it will be very helpful for more than the song that will be listed in playlist.
Sugeestion needed:
If nibody could write the code for adding a scrollbar to the playlist then it will look better.
Thanks
Ratings & Comments
2 Comments
you can also add this command to print playlist. As in last case I was trying to print both the things separately ..ie number and song title... but just now i got this idea.. text x=0 y=175 w=225 h=450 color=20,25,5 font="cure" fontsize=11 sensor=program program="xmmsctrl print '%*P)%*T%n'" interval=1000 Sanjay..
1. xmmsctrl must be installed 2. You can activate the show playlist by increasing thge area of display and running thelast line of the code ie. text x=15 y=175 w=225 h=450 color=20,25,165 fontsize=11 sensor=program program="xmmsctrl print %*T%n" interval=1000 text x=0 y=175 w=225 h=450 color=20,25,165 fontsize=11 sensor=program program="xmmsctrl print %*P%n" interval=1000 3. You can play from playlist by clicking using this code CLICKAREA x=0 y=0 w=10 h=11 ONCLICK="xmmsctrl track 25" respectively for each track. But I dont think it will be very helpful for more than the song that will be listed in playlist. Sugeestion needed: If nibody could write the code for adding a scrollbar to the playlist then it will look better. Thanks