Uploaded image for project: 'Picard'
  1. Picard
  2. PICARD-587

MP4 and ASF files cannot save comments, performers etc. where metadata key is e.g. "comment:stuff"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 1.2
    • Tags & Metadata
    • 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 .

            Unassigned Unassigned
            sophist Sophist
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                Version Package