Details
-
Type:
Bug
-
Status: Open
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: None
-
Component/s: Tags & Metadata
-
Labels:None
Description
In id3.py, comments, performers and lyrics are checked for using code like:
if name.startswith('lyrics:') or name == 'lyrics':
however in asf.py and mp4.py the similar code is like:
if name == 'lyrics:':
Reported in http://forums.musicbrainz.org/viewtopic.php?id=4894 .
Attachments
Issue Links
- is related to
-
PICARD-239 Using tag "comment" should behave the same as "comment:" (with colon) in tagger script
-
- Closed
-
-
PICARD-1589 Support language for ID3 COMM tags with `comment:{language}:{description}` syntax (enables support for MediaMonkey's Songs-DB_Custom tags)
-
- Closed
-
-
PICARD-2053 Improved Lyrics support
-
- Open
-