This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7981 - Missing tag data (and crashing) if WMA track has comment
Attached to Project:
Rockbox
Opened by Shiloh Hawley (gree665) - Wednesday, 17 October 2007, 08:17 GMT+2
Last edited by Marc Guay (Marc_Guay) - Tuesday, 01 April 2008, 01:52 GMT+2
Opened by Shiloh Hawley (gree665) - Wednesday, 17 October 2007, 08:17 GMT+2
Last edited by Marc Guay (Marc_Guay) - Tuesday, 01 April 2008, 01:52 GMT+2
|
DetailsThe WPS does not display album name, genre, or track number, on certain WMA tracks (it does always display artist name and song title). This problem seems to correspond to whether I have a comment in the WMA track tags. If I don't have a comment, everything displays fine, if I do, then the data I mentioned is missing. Mp3 and FLAC do not seem to have this problem.
Also on these tracks (WMA with comments), the player freezes when I go to 'Show Track Info' from the WPS Context Menu. (Also I've not been able to build my database since I put a bunch of WMA tracks on my player, I don't know yet if this is for the same reason) I tested this with release 15162. |
This task depends upon
Closed by Marc Guay (Marc_Guay)
Tuesday, 01 April 2008, 01:52 GMT+2
Reason for closing: Fixed
Additional comments about closing: Database building doesn't choke on long tags, nor does Show Track Info cause problems. Tested with the file from FS#8500 .
Tuesday, 01 April 2008, 01:52 GMT+2
Reason for closing: Fixed
Additional comments about closing: Database building doesn't choke on long tags, nor does Show Track Info cause problems. Tested with the file from
There appears to be two problems:
1) Rockbox only has a relatively small buffer available for storing the metadata about a track. This buffer is filled in the order the tags are in the file, and because the comments tag comes before the other data, this means the buffer is full before it can read those remaining fields, so it skips them. This may be changed now that the "metadata-on-buffer" feature has been implemented.
2) There does seem to be a bug in the "view track info" screen which causes Rockbox to freeze when displaying a very long comment. I haven't investigated this any more.