Bugzilla – Bug 1927
moodlogic song mixes broken in Web Interface
Last modified: 2008-09-15 14:36:01 UTC
using 6.2b1 and lastest from SVN. Moodlogic seems to work incorrect from the song level. If I generate an album or genre mix it seems to work. From the song level it seems to be pulling the last mix and using it regardless of what is selected or playing. This is using the Web Inteface. Using the remote it's working okay. I've tried it using Default and Fishbone skins. The logs show no activity for the song selection but do show it for a artist mix.
it seems moodlogic is broken in general. it wont scan past song 1, just stalls.
Created attachment 695 [details] fix a few debugs, and track mix from webb This should make the mix work correctly, as well as fix pwd list at the top. I've also fixed a potential problem where the scan would end if even ONE track failed to create. Fixes/improves a few debug messages as well
Looks good - check in when you get a chance.
fixed in trunk at change 3867
updated to svn 3870 and now there are is no Moodlogic at all. No "M"s and nothing available on the plugin page. Logs is catching the following: C:\slimdev\trunk\server>perl slimserver.pl --d_info 2005-08-05 11:49:31.1615 loading types config file... 2005-08-05 11:49:31.2095 Metadata database saving into: C:\slimdev\trunk\server\Cache\slimserversql.db 2005-08-05 11:49:31.2834 Connected to database dbi:SQLite:dbname=C:\slimdev\trunk\server\Cache\slimserversql.db 2005-08-05 11:49:31.3608 No upgrades found for database v. 10 2005-08-05 11:49:31.3618 DBI: Supressing periodic commit - no dirty items 2005-08-05 11:49:31.3629 Adding Folder Scan 2005-08-05 11:49:31.3631 Adding Playlist Scan String found where operator expected at C:/slimdev/trunk/server/Plugins/MoodLogic/Plugin.pm line 499, near "1." records)\n"" (Missing operator before " records)\n"?) 2005-08-05 11:49:37.7208 Adding iTunes Scan 2005-08-05 11:50:01.3644 DBI: Supressing periodic commit - no dirty items
Greg - I just checked in a fix for the syntax error. Can you update svn? Sorry about that.
That fixed it!