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

Incoherent WORK-related tags in M4A files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Normal Normal
    • None
    • 1.3.2
    • Tags & Metadata
    • None
    • Fedora 25 (current version) with latest Picard official package

      Recordings that contains several works (as medley) are not being tagged correctly, at least on MP4 containers.

      For example, tagging a file with https://musicbrainz.org/recording/272b8c28-fabe-49af-9c3d-6f2d5ded02bc , I get:

      {
      	'----:com.apple.iTunes:WORK': [
      		MP4FreeForm('Pena que a vo...'),
      		MP4FreeForm('Giant Steps', ...)
      	],
      	'----:com.apple.iTunes:MusicBrainz Work Id': [
      		MP4FreeForm('7f500441-3c31-44d0-bc8c-29a6183460a7'),
      		MP4FreeForm('c53130a9-3173-37d2-bedd-f7b6a2e17b89')
      	],
      	'\xa9wrt': [u'John Coltrane'],
      	'soco': [u'Coltrane, John']
      }
       

      While I would expect the name of all writers in the ‘©wrt’ and ‘soco’ tags:

      {
      	'\xa9wrt': [
                    u'John Coltrane',
                    u'Benjamin Taubkin'
              ],
      	'soco': [
                    u'Coltrane, John',
                    u'Taubkin, Benjamin'
              ]
      }
       

       

      I have a classic $copymerge(composer, writer) in Options➡Advanced➡Scripting to capture all writers and composers in the same tag.

      Thank you in advance.

            Unassigned Unassigned
            aviram Avi Alkalay
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package