vagskal wrote: 
> I tried to streamline my LMS set up by disabling Custom Scan startup &
> rescan refresh and the automatic rescan (one issue was that new data
> supposed to be scanned by Custom Scan such as album rating for newly
> added albums did not show up, maybe Custom Scan which is really slow
> never had a chance to finish between my nightly scans). But after a PC
> reboot LMS web UI (but not the Custom Scan settings page) still reports
> a Custom Scan running. Is that just some kind of display issue?
> 
Feels a bit strange, do you have automatic scanning for new/changed
files enabled in LMS ?
If that's the case, it could be that LMS finds a new/updated track at
restart and triggers a Custom Scan, I've seen this occurred when their
are playlist files in music folder:
http://bugs.slimdevices.com/show_bug.cgi?id=17274

I'm not sure when the scanning status is cleared, it could be that it
isn't cleared automatically if a scanning has been aborted in a bad
way.
Another user had similar issues with SMD plugin and then the solution
was to install Database Query plugin and create a "Free form query" with
the following SQL:

Code:
--------------------
    delete from progress
--------------------

And execute this query and then restart LMS.


vagskal wrote: 
> 
> I seem to remember installing a beta version of Custom Scan, I have
> v.3.0pre3832, that might be doing scans differently. How can I get the
> latest stable version back? I could not see any other version in the
> plugins page.
> 
1. Make sure the alpha repository is NOT in the repository list in LMS
Settings/Plugins:
http://erlandplugins.googlecode.com/svn/repository/trunk/alpha.xml
2. Uninstall Custom Scan and reboot the server
3. Reinstall Custom Scan (this should now install the stable version)

vagskal wrote: 
> 
> I still get long startup times although I have disabled TrackStat
> startup & rescan refresh. The TrackStat version is 3.1.3829.
> 
Can you enable "debug" level logging of "plugin.customscan" and
"plugin.trackstat" and post the server.log after the server is
accessible after a restart, this should show if the refresh operations
are executed and also how long time each part of it takes. Theoretically
it could also be Custom Browse that's causing the delays but the
intention is that this should only happen after a new version of Custom
Browse is installed as it then have to re-parse all configuration files.


------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to