- Status Closed
- Percent Complete
- Task Type Bugs
- Category
-
Assigned To
linusnielsen - Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#439 - Incomplete ID3 tag strings
When extra text, such as album credits and recording
info, are entered in unsupported tag fields (notes, etc.),
other, supported tags (album name, track number), are
sometimes returned as empty, or partial strings in the
WPS.
Workaround for an empty string is to use the conditional
if/else in custom wps file, BUT, there is no easy
workaround when just the first few chars of a string are
returned.
Can this be patched so a supported tag (ex: album
name) is returned as either complete or empty, but not
partial?
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
AJBR20, ROM 1.26, Rockbox 1.4
http://www.geocities.com/rune76/badtags/allegro.mp3
AJBR20, ROM 1.26, Rockbox 1.4
http://www.geocities.com/rune76/badtags/allegro.mp3
I submitted a patch that may help you somewhat with your
problem. It pretty much solves the 300 byte tag limit. With
the patch the limit is still 300 bytes of tag info, but almost the
entire 300 bytes is used for supported tag info, such as title,
artist, album, etc. All unsupported tags are skipped, so even
with large frames such as album cover art, as in my case,
the wanted tags are saved. Hope this helps.
Doug
Fixed in CVS.