Re: [SlimDevices: Plugins] Custom browse selelection behavior on Touch

2010-10-09 Thread erland
Thanks, I'll include this in the next Custom Browse version. -- erland Erland Isaksson ('My homepage' (http://erland.isaksson.info)) (Developer of 'many plugins/applets' (http://wiki.slimdevices.com/index.php/User:Erland). If my answer helped you and you like to encourage future presence on th

Re: [SlimDevices: Plugins] Custom browse selelection behavior on Touch

2010-10-05 Thread unclemat
Ok, night of hacking yielded some results. Adding $request->addResultLoop('item_loop',$cnt,'nextWindow','nowPlaying'); to the big loop in cliJiveHandlerImpl() does the trick. Probably should be inserted only for albums, inserting it for everything works ok for me. -- unclemat -

Re: [SlimDevices: Plugins] Custom browse selelection behavior on Touch

2010-10-05 Thread unclemat
I realized that the behavior is not specific to Touch, but same applies to SB3/Transporter. Is this some limitation of SBS? < pinging Erland -- unclemat unclemat's Profile: http://forums.slimdevices.com/member.php?u

Re: [SlimDevices: Plugins] Custom browse selelection behavior on Touch

2010-10-05 Thread unclemat
Tried to hack my way into it but with only partial success. By changing 'cmd' => ['custombrowse', 'browsejive'], to 'cmd' => ['custombrowse', 'play'], in cliJiveHandlerImpl() function in CustomBrowse.pm I was able to get the album to play right away upon clicking on it, but the display shi

[SlimDevices: Plugins] Custom browse selelection behavior on Touch

2010-10-05 Thread unclemat
I'd like custom browse to immediately play selected album without moving to the list of songs with the 'Play All' item. Also selecting Play All does not swotch the display to the 'Now Playing' screen immediately (happens after a while). Any way to change that? If these features are not easily co