Bug 14933 - scanner only includes one comment per song
: scanner only includes one comment per song
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Scanner
: unspecified
: Other Ubuntu Linux
: P1 normal (vote)
: 7.4.x
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-25 13:20 UTC by MikZ
Modified: 2009-10-26 10:10 UTC (History)
1 user (show)

See Also:
Category: Feature


Attachments
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.) (2.01 MB, audio/mpeg)
2009-10-25 13:20 UTC, MikZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MikZ 2009-10-25 13:20:59 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
Comment 1 James Richardson 2009-10-26 09:53:25 UTC
Andy: your thought on this feature request?
Comment 2 Andy Grundman 2009-10-26 09:57:19 UTC
Yeah, needs fixing.
Comment 3 SVN Bot 2009-10-26 10:10:53 UTC
 == 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