I've posted this topic before but nothing seems to have been done to rectify the problem. Perhaps a fresh posting will revive interest in correcting this issue.
dBpoweramp "normally" splits multiple-valued tag entries into separate fields--the preferred method of handling VorbisComments when ripping to the FLAC file format. The separator between such entries is a semicolon ( followed by a space. For example, this entry in the Composer window at the top of the screen results in these tags:
John Lennon; Paul McCartney ===>
COMPOSER=John Lennon
COMPOSER=Paul McCartney
This doesn't work for most or all custom tags; the semicolon/space is ignored and any multiple-valued entries are written out as a single tag. For example, this is what happens if I create a multiple-valued Performer tag:
John Lennon; Paul McCartney ===>
PERFORMER=John Lennon; Paul McCartney
Because of this, we must use a different separator character for those entries and then use mp3tag to post-process the resulting files in order to separate mulitple-valued tags ihto separate VorbisComments.
Please fix this so that all manually-entered multiple-valued tags are written correctly when ripping to the FLAC file format.
Thanks...
-d2b-
dBpoweramp "normally" splits multiple-valued tag entries into separate fields--the preferred method of handling VorbisComments when ripping to the FLAC file format. The separator between such entries is a semicolon ( followed by a space. For example, this entry in the Composer window at the top of the screen results in these tags:
John Lennon; Paul McCartney ===>
COMPOSER=John Lennon
COMPOSER=Paul McCartney
This doesn't work for most or all custom tags; the semicolon/space is ignored and any multiple-valued entries are written out as a single tag. For example, this is what happens if I create a multiple-valued Performer tag:
John Lennon; Paul McCartney ===>
PERFORMER=John Lennon; Paul McCartney
Because of this, we must use a different separator character for those entries and then use mp3tag to post-process the resulting files in order to separate mulitple-valued tags ihto separate VorbisComments.
Please fix this so that all manually-entered multiple-valued tags are written correctly when ripping to the FLAC file format.
Thanks...
-d2b-
Comment