Opened 11 years ago

Closed 11 years ago

#11177 closed Bug Report - General (fixed)

When extension is .MP3, mythmusic fails to read (store) artist tag correctly.

Reported by: jopher91@… Owned by: stuartm
Priority: minor Milestone: 0.27
Component: Plugin - MythMusic Version: 0.26-fixes
Severity: low Keywords: ID3 tags
Cc: Ticket locked: no

Description

Took me a long time to figure out why much of my imported music collection was tagged as 'Unknown Artist', even though title, artist, genre, art all seemed to import correctly. Turns out all the offending files ended in .MP3 rather than .mp3. Changing the extension to lower case caused the artist tag to import correctly.

Attachments (1)

11177-v1.patch (513 bytes) - added by paulh <mythtv@…> 11 years ago.
Convert extension to lowercase

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by paulh <mythtv@…>

Attachment: 11177-v1.patch added

Convert extension to lowercase

comment:1 Changed 11 years ago by paulh <mythtv@…>

Can you please try the attached patch.

comment:2 Changed 11 years ago by paulh <mythtv@…>

comment:3 Changed 11 years ago by stuartm

Milestone: 0.26.1
Owner: set to stuartm
Status: newaccepted

comment:4 Changed 11 years ago by stuartm

Milestone: 0.26.10.27

comment:5 Changed 11 years ago by Paul Harrison <mythtv@…>

Resolution: fixed
Status: acceptedclosed

In 212b53ed28d25414ae6a77bdbbc205aa10362500/mythtv:

MythMusic: Move all the tag reading/writing into the MetaIO classes

This removes the tag stuff from the decoders and moves it into MetaIO where it
belongs.

Fix a bug if a file had an upper case file extension. Fixes #11177

Fix a problem when reading id3 tags with files being left open. Fixes #10778

Note: See TracTickets for help on using tickets.