slartibartfast wrote: > I have a filter set up with 10 genres and the MusicIP plugin times out > after 5 seconds when trying to generate a mix using this filter. If I > use a filter with 1 genre this works correctly. In the log below I > generate a mix using a filter called test which has one genre and you > can see that works but when I use a filter called Filter 1 with 10 > genres the time out is triggered. > All I want to do is eliminate a few genres from mixes but the only way > to do this (apart from leaving these genres unanalysed which causes > scanning issues where the plugin tries to import them during every "new > and changed" scan) seems to be to add all the remaining genres to a > filter.
Hi Slartibartfast, Did you try to increase the timeouts of the MusicIP plugin (I did run in timeout problems when working with MusicIP Moods). See my original post in http://forums.slimdevices.com/showthread.php?106958-Success-MusicIP-and-Spicefly-Sugarcube-running-on-Raspberry-Pi Briefly: Edit the files files Common.pm, Plugin.pm, and Importer.pm in your MusicIP plugin folder, in my case /usr/share/perl5/Slim/Plugin/MusicMagic and set all timeouts to 120 (best is to search for "timeout" in this files) Maybe Michael Herger can update the sourcecode of the MusicIP files - otherwise the edits have to be redone after every server update... ------------------------------------------------------------------------ frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885 View this thread: http://forums.slimdevices.com/showthread.php?t=108405 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
