-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
1.2
-
None
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 .
- 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