This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10570 - NSF Metadata
Attached to Project:
Rockbox
Opened by Jason Yu (captainkewl) - Sunday, 30 August 2009, 04:01 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Sunday, 30 August 2009, 04:53 GMT+2
Opened by Jason Yu (captainkewl) - Sunday, 30 August 2009, 04:01 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Sunday, 30 August 2009, 04:53 GMT+2
|
DetailsMetadata for NSFE .nsf files. Follows the convention used in the codec, which means that Copyright info goes into the Album tag.
|
This task depends upon
Closed by MichaelGiacomelli (saratoga)
Sunday, 30 August 2009, 04:53 GMT+2
Reason for closing: Accepted
Additional comments about closing: Accepted in r22557.
Sunday, 30 August 2009, 04:53 GMT+2
Reason for closing: Accepted
Additional comments about closing: Accepted in r22557.
+ unsigned char buf[1084];
Comment and code don't agree. Perhaps you copied this from SPC and forgot to change it?
+ if ((lseek(fd, 0, SEEK_SET) < 0)
+ || ((read_bytes = read(fd, buf, sizeof(buf))) < 512))
Why is it necessary to read so many bytes? It looks like you only read up to byte 110.