- Status Closed
- Percent Complete
- Task Type Patches
- Category ID3 / meta data
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#805 - ignore duplicate ID3v2 tags
The patch allows the id3v2 parser to ignore any duplicate
tags and only accept the first tag it sees. According to the
Id3v2 spec, this seems to be an appropriate behavior. The
spec indicates that you SHOULD put the most important
tags first in the list (but doesn’t require any order). I
thought it would then be reasonable that the parser accepts
the first tag it sees and rejects any additional tags.
For example:
A few mp3’s I have have both a TIT2 and TT2 tag. I don’t
know why. Currently we pick the last tag seen (in these
cases TT2). This patch reverses it to use the first tag seen
(in these cases, the TIT2 which happens to have the right
information in it).
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
Umm, where’s the patch file?
I think I forgot to check the box to attach the file. Let’s see if I
remember to check the box this time.