On 20/03/06, 0xdeadbeef <[EMAIL PROTECTED]> wrote: > > Maybe I'm stupid, but I didn't found the option to add/control random > mix. Indeed my playstation almost always runs in "random album mix" > mode. Howver, when it was turned off, it forgets about this and > continues the rest of the random play list. So I want to set it back > into random (album) mix mode which works with the Web interface, but > not with Moose. Any chances to implement this?
The only way Moose can interact with the randommix features is via faking button clicks on the remote control.. Currently the blank 'popcorn' button amongst the control buttons is used for this. There's a description of how to set it up to map to randommix on the website. You basically have to add a line such as: popcorn = modefunction_PLUGIN.RandomPlay::Plugin->tracks to your server's ir/default.map. Plugin->tracks will do random-song mode, so I assume Plugin->albums or something will do as you want. It only turns it on though. To turn it off, adding or playing a track from the library should stop it. Hope that helps, -- - Dr Lovegrove http://www.rusticrhino.com/drlovegrove _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
