This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6546 - Parse Year from "Date" Field
|
DetailsThis is really for Vorbis comments, but I guess it would work for some ID3 tags. This assumes people use the format "2006-11-30" for the "Date" field as musicbrainz and picard already does. When you use the database, it would consider this file as under the year 2006.
|
This task depends upon
Closed by Björn Stenberg (zagor)
Monday, 05 March 2007, 21:10 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
Monday, 05 March 2007, 21:10 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
Having said that...nothing prevents you from making your own custom build to extract the year from your date tags, in fact it's quite easy using your format. I'll get you started...apps/metadata.c line 264: http://svn.rockbox.org/viewvc.cgi/trunk/apps/metadata.c?annotate=11944.