-
Bug
-
Resolution: Fixed
-
Normal
-
1.0
-
None
It'd be more convenient if you didn't need the colon in order to use the "comment" tag (for example) without a description. Software like iTunes can only read the description-less comment tag from ID3; so it should be convenient/obvious to write.
The following should ideally work
$set(comment,%releasetype%) $copy(comment,releasetype) $set(comment,%comment% - test) $copy(comment:prev,comment)
At the moment to achieve the desired behaviour I think you'd need to have a colon after each of them.
I think the same possibly applies to the performer and lyrics tags too.
- has related issue
-
PICARD-587 MP4 and ASF files cannot save comments, performers etc. where metadata key is e.g. "comment:stuff"
- Open
- is related to
-
PICARD-1589 Support language for ID3 COMM tags with `comment:{language}:{description}` syntax (enables support for MediaMonkey's Songs-DB_Custom tags)
- Closed