charli181, yes setrating only works on the current
playing track. if you want to add them to other database entries (tracks/albums/dvds etc) you co do it using the normal catergory commands in the event manager.
scobob, when it goes behind xlobby, if you bring it back to the front has the title and frame been removed?
Did you start milkdrop using music:vis toggle or did you call xmusic:milkdrop.start ?
xmusic:milkdrop.start will start milkdrop, position it, take off the frame and make it the topmost window.
If you want to use the xlobby toggle command you will need to call xmusic:milkdrop.auto.reposition:TRUE, then it will look for milkdrop starting and auto position it.
Just in case, heres a snipit from one of my screens, the screen name is
music.playing.milkdrop and heres a bit of the xml that is in the skin file -
- Code: Select all
<eventbutton>
<imagename>normalrectangle</imagename>
<location>100,100,500,200</location>
<id>xmusic.milkdrop.[b]music.playing.milkdrop[/b]</id>
<navitem>False</navitem>
<backgroundcolor>#000000</backgroundcolor>
<backgroundoutlinecolor>#96ACACAC</backgroundoutlinecolor>
<backgroundoutlinesize>1</backgroundoutlinesize>
<keepaspectratio>False</keepaspectratio>
</eventbutton>
You would have to change the screen name to be the one of your skin...
This draws a rectangle on the screen (a frame for milkdrop) and then positions milkfrop directly on top of it. I start milkdrop via the plugin, so i do not have milkdrop.auto.reposition enabled.
You can add lots of extras to this - i have it set so milkdrop is auto shown whenever one of a list of screens is entered, if it goes to another milkdrop screen it is simple repositioned, if it goes to a normal screen it is turned off, you dont have to call start/stop etc.
i would love to know what the future has in store for plugins/xlobby before adding anything extra (its why nothing has happend on the multizone side).
Sean.