Bug 15707 - Lyrics tag in wma files not scanned in 7.4.1
: Lyrics tag in wma files not scanned in 7.4.1
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Scanner
: 7.4.1
: PC Windows Home Server
: -- normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-02-15 09:55 UTC by swinghouse
Modified: 2010-02-16 11:24 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
Wma file with lyrics (24.24 KB, application/octet-stream)
2010-02-15 09:55 UTC, swinghouse
Details
pull in WM/Lyrics (421 bytes, patch)
2010-02-16 10:06 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swinghouse 2010-02-15 09:55:15 UTC
Created attachment 6525 [details]
Wma file with lyrics

I haven't been able to get the scanner to pick up lyrics from wma (Windows
Media Audio) files. Lyrics in mp3 and m4a files, OTOH, are picked up just fine.
And all other (relevant) tags in wma files are imported flawlessly.

SqueezeCenter v.7.3.3 didn't have this problem.

STEPS TO REPRODUCE THE PROBLEM:
1) Put some text into the "lyrics" tag of a .wma file (e.g.
"lyrics_tag_test.wma").
2) Let the Squeezebox Server scanner scan the folder containing the .wma file.
3) Locate the song in the Squeezebox Server web gui and click on it to view the
song info. Check if the lyrics are displayed. (In my case they aren't).

ATTACHMENT:
Instead of uploading a music track I decided to simply attach a track
containing a few seconds of silence; the important part is the text that I've
provided in the lyrics tag.

Relevant tags in the sample file:
Album artist: lyrics_tag_test
Artist: lyrics_tag_test
Album: lyrics_tag_test
Title: lyrics_tag_test_wma
Lyrics: 
test row one
test row two

ADDITIONAL INFO:
In order to to pinpoint the issue a bit more, I queried the slimserver database
with this sql string (retrieving all wma songs containing lyrics):

select lyrics from tracks where content_type = "wma" and lyrics is not null and
lyrics <> ""

No records were returned from this query. This strengthen my belief that the
issue is caused by the scanner component.
Comment 1 KDF 2010-02-16 10:06:36 UTC
Created attachment 6534 [details]
pull in WM/Lyrics

grabs standard lyrics tag from wma
Comment 2 Andy Grundman 2010-02-16 10:17:52 UTC
Thanks, I hoped it would be that simple. :)
Comment 3 SVN Bot 2010-02-16 10:20:04 UTC
 == Auto-comment from SVN commit #30172 to the  repo by agrundman ==
 == https://svn.slimdevices.com/?view=revision&revision=30172 ==

Fixed bug 15707, read WM/Lyrics tag as LYRICS
Comment 4 swinghouse 2010-02-16 11:24:49 UTC
Thank you!