This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9299 - BBC dowload ID3v2.3 tags not read reliably
Attached to Project:
Rockbox
Opened by Peter D. (PeterD) - Monday, 18 August 2008, 15:19 GMT+2
Last edited by Andree Buschmann (Buschel) - Sunday, 30 January 2011, 21:24 GMT+2
Opened by Peter D. (PeterD) - Monday, 18 August 2008, 15:19 GMT+2
Last edited by Andree Buschmann (Buschel) - Sunday, 30 January 2011, 21:24 GMT+2
|
DetailsI am quite prepared to believe that this is fundamentally a BBC problem.
Amarock can extract; title, artist, album, genre, year, and a very long comment from "Material World" downloads. Rockbox r18310-080818 can only extract the ID3 version (2.3) and the first three letters of the album name (Mat). mp3info claims that there are no version 1.x tags in the offending files. http://www.bbc.co.uk/radio/podcasts/material/ |
This task depends upon
Closed by Andree Buschmann (Buschel)
Sunday, 30 January 2011, 21:24 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed with r29174.
Sunday, 30 January 2011, 21:24 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed with r29174.
==========================
$ cat Test.wps
%wd
%s%ac%?ia<%ia|Artist Unknown>
%s%ac%?ic<%ic|Composer Unknown>
%s%ac%?id<%id|Album Unknown>
%s%ac%?ig<%ig|Genre Unknown>
%s%ac%?in<%in|Track Num Unknown>
%s%ac%?it<%it|Track T Unknown>
%s%ac%?iv<%iv|ID3 ver Unknown>
%s%ac%?iy<%iy|year Unknown>
=================================
I didn't think to look at the file properties screen. (I didn't realize that ID3 data was there.) Path, Name, Size, Date, and Time look good. Artist and Title are blank. And Album has only the first three letters.
The database has entries for "Mat" and "Mate". I assume different truncations of "Materials World".
Increasing the ID3v2 buffer could help, yes (in the linked file, the comment alone is almost 600 bytes). Why not do it for SWCODEC targets at least?