-
Bug
-
Resolution: Cannot Reproduce
-
Normal
-
None
-
1.3.2
-
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.
- has related issue
-
PICARD-376 MP4 multi-value tags are proprietary to Picard/mutagen (?)
- Open