Bugzilla – Bug 15196
Problems with multiple tags
Last modified: 2009-11-28 08:52:17 UTC
Created attachment 6342 [details] A song with multiple tags in the field "genre" which is not scanned properly Since I updated to 7.4.x, multiple tags are not working anymore. Only the first tag is shown. For example: a song which is tagged "rock; live" is only shown as "rock". With 7.3.x everything works as it should. This Problem occours with 7.4.0, 7.4.1 and 7.4.2. Perl Version: 5.10.0 MySQL-Version: 5.1.36 Sqeezebox-Server: 7.4.2 - r29485 openSUSE 11.1 The scanner-log shows nothing unusual.
Yep, Audio::Scan is indeed only seeing the Rock genre, because the 2 genres are separated by a null (0x00). I'll fix this soon.
== Auto-comment from SVN commit #550 to the opensource repo by andy == == https://svn.slimdevices.com/opensource?view=revision&revision=550 == Fixed bug 15196, fixed reading multiple TCON genre values
*** Bug 15205 has been marked as a duplicate of this bug. ***