Re: [SlimDevices: Plugins] Re: Custom Scan problems

2006-11-25 Thread Phil Meyer
I think I was wrong in this statement, this problem should already have been corrected in Custom Browse 1.9. Have you tried to recreate the menu so you don't have an old menu configuration for LastFM Tags from Custom Browse 1.8 ? I recreated the LastFM Tags menu and I haven't come across any

[SlimDevices: Plugins] Re: Bluetooth Slimserver remote control for SE K750i cellphone

2006-11-25 Thread kbang
It might also be able to use the Opera on my K750i to connect to the Slimserver webinterface. But I dont really know how to use Opera (or another Java webclient) through bluetooth to the Ubuntu Linux server and if its possible at all.. /Kristian -- kbang

[SlimDevices: Plugins] code advice on exiting screensaver mode

2006-11-25 Thread waldy
Hi, Need some advice on code I need when exiting screensaver (sub leaveScreenSaverMode) to get back to slim menu in my TMS plugin please. Here's my code: sub leaveScreenSaverMode { my $client = shift; } sub setScreenSaverMode { my $client = shift;

[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-11-25 Thread erland
A new version (1.33) of the TrackStat plugin is now available, the new functionallity and changes are: - Added support for putting statistics in a Favorites folder to make it easier to access mostly used statistics. NOTE This version requires slimserver 6.5.x (It won't even start with 6.3 and

[SlimDevices: Plugins] Re: Announce: Custom Scan plugin

2006-11-25 Thread erland
A new version (1.6) of the Custom Scan plugin is now available, the new functionallity and changes are: - Custom Scan now implements the LastFM, Amazon and Custom Tag menus available through the Custom Browse plugin. You will need this version of Custom Scan if you like to upgrade to Custom

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread Triode
Unless you want to do something on exit of your screensaver, you don't need a sub routine for this, so can send undef to add saver: Slim::Buttons::Common::addSaver('SCREENSAVER.TMS', getFunctions(), \setScreenSaverMode, undef, 'PLUGIN_TMS', ); -- Triode

[SlimDevices: Plugins] Re: Is there a plug-in that supports browsing of recently played music?

2006-11-25 Thread erland
boybees;157263 Wrote: Thanks for the great work and great tech support! Made a contribution to your future development fund.Thanks! Just as information, Custom Browse 1.13 just released support to add the Custom Browse menus to the top menu, so with this version you can reach the Last played

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread waldy
Hi, have tried undef, but the screensaver keeps on running. -- waldy waldy's Profile: http://forums.slimdevices.com/member.php?userid=3714 View this thread: http://forums.slimdevices.com/showthread.php?t=30022

[SlimDevices: Plugins] Re: Announce: Plugin for easy creation of dynamic playlists

2006-11-25 Thread erland
A new version (1.8) of the DynamicPlayList plugin is now available, the new functionallity and changes are: - Added support for putting playlists in a Favorites folder to make it easier to access mostly used playlists. The new version is available at my 'download page'

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread Triode
It will carry on running until the player is worken up by the remote control. When do you want it to return to the main menu? -- Triode Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread waldy
as you say, when woken up by the remote, any key. Responds to favourites though, but not left arrow etc. (no entries in slimserver.log or on command line with --d_Plugins) -- waldy waldy's Profile:

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread Triode
Where's your latest plugin - I'll have a look.. -- Triode Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=30022

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread Triode
Does your getFunctions return something for 'done'? See DateTime for an example. -- Triode Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread:

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread waldy
Hey, thanks :) . It's at http://www.wizfamily.co.uk/slim/proto/TMS.pm -- waldy waldy's Profile: http://forums.slimdevices.com/member.php?userid=3714 View this thread:

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread Triode
You need a screensaver specific function hash which defines what to do when leaving the screensaver: Code: our %screensaverFunctions = ( 'done' = sub { my ($client ,$funct ,$functarg) = @_;

[SlimDevices: Plugins] Re: code advice on exiting screensaver mode

2006-11-25 Thread waldy
Thanks a million Triode, I planned to keep the trailing character as a feature, until I had time to find it (couldn't see it in my perl script output!) Looks like it's all ship shape now (so long as you don't check the score!) still, a whole series to repair the damage (have to be an

[SlimDevices: Plugins] Re: Announce: Ashes edition Test MatchSpecialplugin

2006-11-25 Thread waldy
Hi Chippy, Thanks for the feedback. New version available at: http://www.wizfamily.co.uk/slim/TMS.pm bug kindly fixed by Triode. regards Waldy ___ plugins mailing list plugins@lists.slimdevices.com

[SlimDevices: Plugins] Re: fao John Entwistle

2006-11-25 Thread entwistlej
Cheers Waldy - I'll give it a go. ... although I don't think there'll be many wicket notifications going on tonight. At least not until the Aussies declare and England are put into bat :( -- entwistlej entwistlej's

[SlimDevices: Plugins] Re: Announce MC2Slim V1.3 now with Windows right click support.

2006-11-25 Thread MeSue
The last time I used MC2Slim, I think it was with MC11. I hadn't been using it much, though, because I was waiting for you to get transport controls on the remote working. In the meantime, I switched over to MC12 fully. I guess that has something to do with it? Unfortunately, I can't even run

[SlimDevices: Plugins] Re: Album Review Issue

2006-11-25 Thread egd
ltb76;156765 Wrote: Hi, I got the same problem. Album Review just shows (). With plugin loggin enabled the AlbumReview plugin does not produce any info in the logfile. When pressing the AlbumReview link, the page loads very quickly - as if it is not even trying to do a lookup. Ditto