Re: [SlimDevices: Plugins] Re: Random Play and continuous

2005-07-12 Thread kdf
Quoting Craig [EMAIL PROTECTED]: Would it be possible to add continuous play to the Album and Artist modes so that it plays one random album or artist after another? possible: http://www.deane-freeman.com/slimserver/beta/Random.pm one current issue that I haven't bothered to trap, yet, is that

[SlimDevices: Plugins] Re: AlienBBC bug

2005-07-12 Thread Patrick Dixon
I tried it and now the Alien plugin won't load 2005-07-12 10:49:58.6466 Can't require Plugins::Alien::Plugin for Plugins menu: Global symbol %refreshing requires explicit package name at /usr/local/slimserver//Plugins/Alien/Plugin.pm line 242. Compilation failed in require at (eval 68) line 3.

[SlimDevices: Plugins] Re: AlienBBC bug

2005-07-12 Thread Triode
Sounds like a bad edit of the file so that the number of { doesn't match the number of }? -- Triode ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

[SlimDevices: Plugins] Re: Random Play and continuous

2005-07-12 Thread Craig
Hi KDF, Those changes seem to work fine if you start playback from the menu however if you start playback from a defined remote control key (as you explained in another thread) they don't work, I expanded your instructions and added some code to allow a button to start Album or Artist play too.

Re: [SlimDevices: Plugins] Re: Random Play and continuous

2005-07-12 Thread kdf
Quoting Craig [EMAIL PROTECTED]: Hi KDF, Those changes seem to work fine if you start playback from the menu however if you start playback from a defined remote control key (as you explained in another thread) they don't work, I expanded your instructions and added some code to allow a

Re: [SlimDevices: Plugins] Re: AlienBBC bug

2005-07-12 Thread kdf
Quoting Patrick Dixon [EMAIL PROTECTED]: I've stared it it for ages and I just can see it - can you? $menu-refresh(); $refreshing{$client} = 0; it is complaining about %refreshing not being a declared variable, so you can't use $refreshing{$client}, without a my %refreshing

[SlimDevices: Plugins] Re: AlienBBC bug

2005-07-12 Thread Triode
Yep - problem was I cut and pasted from a newer version! Sorry. Patrick - you should have mail... -- Triode ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

[SlimDevices: Plugins] Re: AlienBBC bug

2005-07-12 Thread Patrick Dixon
BTW email address is patrick at dixon dot flyer dot co dot uk -- Patrick Dixon www.at-view.co.uk ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

[SlimDevices: Plugins] Re: Random Play and continuous

2005-07-12 Thread Craig
Hi KDF, You made changes so that pressing fwd on the remote played the next random track and added a new one to the list whereas before it would break the cycle and play the playlist to the end. It's this doesn't seem to work if you use the custom map to start playback. My changes were just an

Re: [SlimDevices: Plugins] Re: Random Play and continuous

2005-07-12 Thread kdf
Quoting Craig [EMAIL PROTECTED]: Hi KDF, You made changes so that pressing fwd on the remote played the next random track and added a new one to the list whereas before it would break the cycle and play the playlist to the end. It's this doesn't seem to work if you use the custom map to

[SlimDevices: Plugins] Re: Random Play and continuous

2005-07-12 Thread Craig
Hi KDF, It's late here and I'm confusing myself now!!! Do those changes of mine look ok to you? I'm just thinking that there's some difference between starting play using the mapped key and using the menus and actually pressing play. I'll wait for the update and try and figure out whats

Re: [SlimDevices: Plugins] Re: Random Play and continuous

2005-07-12 Thread kdf
Quoting Craig [EMAIL PROTECTED]: Hi KDF, It's late here and I'm confusing myself now!!! Do those changes of mine look ok to you? seem fine :) I'm just thinking that there's some difference between starting play using the mapped key and using the menus and actually pressing play. Yes,