Bugzilla – Bug 6765
songinfo results lose last lines
Last modified: 2009-09-08 09:21:54 UTC
The counts are off for the song info results because it counts the keys, then only adds 1 for $insertPlay. Since we're now adding PLAY, ADD, and ADD_FAVORITES, this leaves the last two items off the song info display. Jive console shows: 160558:15603 DEBUG (...\slim\src\pkg\release\lua\applets\SlimBrowser\DB.lua:121) - ..store invalid, different count I propose that the better solution is to increment count at each add. We're already doing the decrement for each suppressed key, so it should be easier to keep track if it's incremented at the same point as the new lines are added. patch shortly.
Created attachment 2723 [details] patch this patch moves the count changes to where the actual changes are being made, and also allows the full songinfo result to show. It's low risk, so I'd like to know if it is cleared for 7.0 or not.
Ben: Can you review this patch?
Ben already put the patch in at change 16746. Further changes went in as part of change 16765. This is now fixed.
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html