Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8725 closed patch (fixed)

Fallback to ID3v1 when ID3v2 is not found

Reported by: mythtv@… Owned by: paulh
Priority: minor Milestone: 0.24
Component: Plugin - MythMusic Version: 0.23-fixes
Severity: low Keywords:
Cc: Ticket locked: no

Description

I was a little disappointed when I found out that MythTV 0.22 (I think) dropped support for ID3v1 tags within MP3 files within MythMusic. When I did some investigation, I found out that it only tries to pull an ID3v2 tag and skips any ID3v1 tag. I have many MP3 files that only have ID3v1 because I typically only create ID3v2 tags when it will not fit in an ID3v1 tag.

Please consider adding support back in for ID3v1 tags (at least for reading). Patch attached (this just supports reading).

Attachments (1)

id3v1_fallback.patch (1.2 KB) - added by mythtv@… 14 years ago.
Fallback to ID3v1 tag

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by mythtv@…

Attachment: id3v1_fallback.patch added

Fallback to ID3v1 tag

comment:1 Changed 14 years ago by robertm

Owner: changed from Isaac Richards to paulh
Status: newassigned

comment:2 Changed 14 years ago by paulh

Resolution: fixed
Status: assignedclosed

(In [25678]) MythMusic: Fall back to reading metadata from ID3v1 tags when ID3v2 is not found. Patch from mythtv (at) pasher (dot) org. Closes #8725.

comment:3 Changed 14 years ago by paulh

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.