Re: [SlimDevices: Plugins] Lazysearch problem

2010-04-10 Thread tommypeters
Yes, hopefully I will get time to test that tomorrow. -- tommypeters SB3--Meridian G68--NuForce Ref8.200W--Bc Acoustique ACT A3 tommypeters's Profile: http://forums.slimdevices.com/member.php?userid=6528 View this

Re: [SlimDevices: Plugins] Lazysearch problem

2010-04-07 Thread Stuart Hickinbottom
It may also help to try to track down the problem if you enable some debugging settings - if you enable debugging for the LazySearch2 plugin, for example, it logs much more about the database accesses it performs - that might help to identify if it was doing anything at the time of the crash.

Re: [SlimDevices: Plugins] Lazysearch problem

2010-04-06 Thread Stuart Hickinbottom
On Fri, 2010-04-02 at 14:22 -0700, tommypeters wrote: Is this a problem with Lazysearch? It doesn't look that way to me - from the log the database lazification seems to start and finish OK without any errors. If something in SqueezeboxServer had caused MySQL to fall over I would have

Re: [SlimDevices: Plugins] Lazysearch problem

2010-04-06 Thread tommypeters
Thanks for your answer, I will look into it further and do some more thorough testing. After the installation on the WHS machine I have used the Squeezeboxes 5-6 times without problems (and without Lazysearch) and one time it crashed just after me using Lazysearch, that's mainly why I saw it as a

Re: [SlimDevices: Plugins] Lazysearch problem

2010-04-02 Thread tommypeters
I have a Windows Home Server freshly installed a few days ago, and I've installed Squeezebox Server 7.4.2 (the WHS addin). I did browse around, making selections on genre album and so on, and playing music. Yesterday I installed some plugins I had on my old system, some of Erland's plugins and

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-18 Thread Stuart Hickinbottom
Hmm. You'll get quite a lot of output but you can try setting the plugin.lazysearch2 log setting to DEBUG and database.sql to INFO and seeing what you get logged just prior to the point where you get that error about the customsearch column. Could you try setting those logging options (and saving

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-17 Thread Stuart Hickinbottom
Sorry for the delay in responding to these posts. I think the problem is in the line saying No such column customsearch, which is causing the database lazification step to fail. That, in turn, is causing the the lock on server power control to remain held which leads to the problem you see. It

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-17 Thread dip
hickinbottoms;507474 Wrote: It looks one of your database tables is missing the customsearch column - is it possible for you to check that? It should be present on the following tables: Album Contributor Genre Track How do I check the tables? I use Ubuntu 9.04 and have installed using

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-17 Thread Stuart Hickinbottom
On an Ubuntu installation I think you can do that with the following: echo desc tracks | mysql -v --protocol TCP -u slimserver -P 9092 slimserver Substitute albums, contributors and genres for tracks in the above command to look in each table. In each case it should dump the names of the columns

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-17 Thread dip
hickinbottoms;507502 Wrote: On an Ubuntu installation I think you can do that with the following: echo desc tracks | mysql -v --protocol TCP -u slimserver -P 9092 slimserver Substitute albums, contributors and genres for tracks in the above command to look in each table. In each case it

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-15 Thread dip
Stuart, I still have the following message in the server.log everytime I restart SBS: [10-01-15 18:59:05.2042] Plugins::LazySearch2::Plugin::scanDoneCallback (2061) Re-lazifying (plugin version changed from 'af6478d2d77a21d0d332557db09c4b81167409df' to '1a1e6a39cbb39ad96808e728ca6def98b7b8b75d')

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-15 Thread dip
It seems that there is a conflict between the SrvPowerCtrl und LazySearc2 plugins in SBS 7.5. When I try to restart SBS through SrvPowerCtrl the following message appears: Screstart is unavailable. Lazysearch is requesting that the server stay running because Performing Lazification. I have now

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-14 Thread kidstypike
kidstypike;506071 Wrote: Hang on, I've just seen a difference: You have:Initialising v3.5.4 (trunk-7.x) I have: Initialising v3.5.3 (trunk-7.x) Is this the problem? Thanks Stuart I've solved the problem, all working now. FYI I did the following: Unchecked Lazy Search Music

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-14 Thread Stuart Hickinbottom
Excellent news - yes, as you spotted you were using 3.5.3 after all. Glad you've got to the bottom of it. Stuart On 14/01/2010 11:45 AM, kidstypike wrote: kidstypike;506071 Wrote: Hang on, I've just seen a difference: You have:Initialising v3.5.4 (trunk-7.x) I have: Initialising

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-14 Thread kidstypike
hickinbottoms;506255 Wrote: Excellent news - yes, as you spotted you were using 3.5.3 after all. Yes, I'm glad it's working. No biggie, but I had certainly unzipped 3.5.4 (NOT 3.5.3) to the plugins folder, or else why would it report Lazy Search Music (v3.5.4) in Settings Plugins?

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread kidstypike
Version: 7.5.0 - r29768 @ Tue Jan 12 02:02:16 PST 201 Windows XP SP2 I've installed the latest LazySearch plugin, all appears to work, except initiating a search by pressing the search button on the remote (just goes to normal search). I've ticked all the right boxes in SBS, but no luck, any

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread Stuart Hickinbottom
Sorry you're having trouble; a few quick questions: Is that the latest plugin version released a couple of days ago (v3.5.4)? If not then that's the problem. Are you using the embedded branch or the trunk of 7.5? I've only tested with the trunk and it's possible there's a difference between the

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread kidstypike
Sorry you're having trouble; a few quick questions: Is that the latest plugin version released a couple of days ago (v3.5.4)? If not then that's the problem. Yes, it is this version, downloaded from http://www.hickinbottom.com/sc-plugins/LazySearch2-7-3.5.4.zip Are you using the embedded

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread Stuart Hickinbottom
That's odd. Could you try setting the plugin.lazysearch2 logging setting to debug (on the Settings-Advanced-Logging page) then press SEARCH on the remote. If you look in the log you'll hopefully see some activity. The thing to look for are lines like below: [10-01-13 20:05:21.7610]

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread kidstypike
hickinbottoms;506040 Wrote: That's odd. Could you try setting the plugin.lazysearch2 logging setting to debug (on the Settings-Advanced-Logging page) then press SEARCH on the remote. If you look in the log you'll hopefully see some activity. The thing to look for are lines like below:

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread Stuart Hickinbottom
Those two messages are coming from the default search function - I think you'll see those even without LazySearch installed and enabled. Do you definitely not get the log line saying SEARCH button intercepted? Could you post the log messages that occur on server startup between (and including)

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread kidstypike
Do you definitely not get the log line saying SEARCH button intercepted? No, I don't see that line. Could you post the log messages that occur on server startup between (and including) the following two messages: I see the first part, but not the second!!! Start up log here ... [10-01-13

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-13 Thread dip
After installing the new LazySearch2 version on SBS 7.5 I have the following messages in the server.log file: 2010-01-14 00:13:18 squeezeboxserver_safe started. [10-01-14 00:13:21.1008] main::init (321) Starting Squeezebox Server (v7.5.0, r29768, Tue Jan 12 02:01:41 PST 2010) perl 5.01

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-12 Thread wowo
dip;505493 Wrote: the new version works perfectly, thanks a lot! -- wowo *Squeezebox*: 3 Classic *SSODS*: 4.2 *SqueezeboxServer*: 7.5.0 - r29584 (Beta) *Plugins*: Album Review 2.9.0; Biography 2.9.0; Custom Browse 2.10; Custom Scan 2.7.4; Trackstat 2.10 *NAS*: Synology DS107+ DSM 2.2-0959

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-12 Thread Dave Dewey
Quoting dip (dip.44n8rz1263245...@no-mx.forums.slimdevices.com): The new version works perfectly, thanks a lot! Yes it does. Thank you Stuart for updating your plugin, it's greatly appreciated! ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-11 Thread Stuart Hickinbottom
OK, I've released v3.5.4 of the plugin, which is compatible with Squeezebox Server v7.5. It's available from my repository here: http://www.hickinbottom.com/sc-plugins/repo.xml It will also normally show up in the recommended third-party repository within a few days, or can be downloaded and

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-11 Thread dip
The new version works perfectly, thanks a lot! -- dip dip's Profile: http://forums.slimdevices.com/member.php?userid=902 View this thread: http://forums.slimdevices.com/showthread.php?t=71225

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-10 Thread Stuart Hickinbottom
Just spotted this thread - I need to make it compatible with 7.5 so I'll take a look at this at the same time. I see the same problem on my system so I can reproduce the problem here. Stuart On Sat, 2010-01-09 at 14:20 -0800, dip wrote: I just switched from SqueezeboxServer 7.4.2 to 7.5.

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-10 Thread dip
Thanks, I will wait for the update. -- dip dip's Profile: http://forums.slimdevices.com/member.php?userid=902 View this thread: http://forums.slimdevices.com/showthread.php?t=71225

Re: [SlimDevices: Plugins] Lazysearch problem

2010-01-09 Thread dip
I just switched from SqueezeboxServer 7.4.2 to 7.5. Since in the server.log there was the message that LazySearch is not compatible I changed the may version number in LazySearch's install.xml from 7.4+ to 7.5+ Now LazySearch works again but it cannot be started with the search button on the

Re: [SlimDevices: Plugins] Lazysearch problem

2009-11-12 Thread Wirrunna
hickinbottoms;484053 Wrote: This one should be compatible with 7.4.x: http://www.hickinbottom.com/sc-plugins/LazySearch2-7-3.5.3.zip Stuart Stuart, thanks for that. DiSNEYN, try the modified my.tt from this thread http://forums.slimdevices.com/showthread.php?t=70371. It has made Lazy

Re: [SlimDevices: Plugins] Lazysearch problem

2009-11-11 Thread Stuart Hickinbottom
This one should be compatible with 7.4.x: http://www.hickinbottom.com/sc-plugins/LazySearch2-7-3.5.3.zip Stuart On 10/11/2009 10:49 PM, DiSNEYN wrote: DiSNEYN;483902 Wrote: Windows 7 Version: 7.5.0 - r29204 @ Mon Nov 9 02:03:30 PST 2009 Hostname: Server Server IP Address:

Re: [SlimDevices: Plugins] Lazysearch problem

2009-11-10 Thread DiSNEYN
DiSNEYN;483902 Wrote: Windows 7 Version: 7.5.0 - r29204 @ Mon Nov 9 02:03:30 PST 2009 Hostname: Server Server IP Address: 192.168.0.xxx Server HTTP Port Number: 9000 Operating system: Windows 7 - EN - cp1252 Platform Architecture: 586 Perl Version: 5.10.0 - MSWin32-x86-multi-thread

[SlimDevices: Plugins] LazySearch Problem

2005-12-03 Thread jonDough
I have searched the forums and couldn't find any solution to this. My problem is when doing a lazy search (by artist) it finds the artist, I right button over to the list of albums. I then right button over again to the song. When I press play here it starts from track 1 of the album. If I go