This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11414 - .mod files - metadata in incorrect fields
Attached to Project:
Rockbox
Opened by Mantas (grawity) - Thursday, 17 June 2010, 23:51 GMT+2
Last edited by Bertrik Sikken (bertrik) - Sunday, 10 October 2010, 12:25 GMT+2
Opened by Mantas (grawity) - Thursday, 17 June 2010, 23:51 GMT+2
Last edited by Bertrik Sikken (bertrik) - Sunday, 10 October 2010, 12:25 GMT+2
|
DetailsI have a few .mod module files [1] on my iPod. Rockbox is able to play them, but it displays their metadata incorrectly: The module title is shown as "Artist", and the "Title" field remains blank. (The .MOD format only supports storing a title, no other data.) This is very annoying, especially since it makes all .MOD files appear as a bunch of "<untagged>" tracks in the Database.
--- Expected output --- Artist: (none) Album: (none) Title: Floating Dimension --- Actual output --- Artist: Floating Dimension Album: (none) Title: (none) [1] description: http://en.wikipedia.org/wiki/Module_file [2] sample files: http://www.textfiles.com/artscene/music/mods/MODS/ [3] sample files: http://nullroute.eu.org/MUSIX.LIB/MOD.COL/ Version: r26899-100617 for ipodnano2g |
This task depends upon
Closed by Bertrik Sikken (bertrik)
Sunday, 10 October 2010, 12:25 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in SVN r28228
Sunday, 10 October 2010, 12:25 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in SVN r28228
I tried filling the title part with the .mod title and it seems to work, it does show up in the database under "track", except now the WPS (cabbiev2) shows "(root)" for the artist.
Attached is the patch I tried.