Bugzilla – Bug 14933
scanner only includes one comment per song
Last modified: 2009-10-26 10:10:53 UTC
Created attachment 6199 [details] MP3 with multiple comments (it came off a CD by some awesome buskers at the Church Street metro station, so copyright issues are unlikely for this purpose.) According to http://wiki.slimdevices.com/index.php/SlimServerDatabaseStructure#comments, if a track has multiple comments, it will appear multiple times in the comments table. However this isn't happening. For example, the attached MP3 should have the following comments: • MusicMatch_MoodUpbeat • MusicMatch_PreferenceVery Good • MusicMatch_SituationParty (conservative) But after a scan, only the first one appears: mysql> select * from comments where track = 15887; +-------+-------+------------------------------------------+ | id | track | value | +-------+-------+------------------------------------------+ | 1763 | 15887 | MusicMatch_SituationParty (conservative) | +-------+-------+------------------------------------------+ 1 row in set (0.08 sec) I'm sorry that I can't find the version of SlimServer that I'm using; there's no 'About' option in the help menu. It's pretty recent, though. See also this forum thread: http://forums.slimdevices.com/showthread.php?p=477456
Andy: your thought on this feature request?
Yeah, needs fixing.
== Auto-comment from SVN commit #29007 to the slim repo by andy == == https://svn.slimdevices.com/slim?view=revision&revision=29007 == Fixed bug 14933, put back support for multiple track comments