Hi,
I have ref 13.5 with ID Tag Update beta release 3.
My FLAC files are tagged in Jaikoz. For number of discs and number of tracks, it uses DISCTOTAL and TRACKTOTAL.
When I convert to MP3, I am trying to map those tags to the format used by ID3v23, Track X/Y and Disc X/Y.
In the DSP Setting, I clicked Rule Based Manipulation and set the following:
IF DISCTOTAL=[anyvalue]
SET Disc=[Disc]/[DISCTOTAL]
IF TRACKTOTAL=[anyvalue]
SET Track=[Track]/[TRACKTOTAL]
However, this does not work unfortunately. [DISCTOTAL] and [TRACKTOTAL] are written literally as [DISCTOTAL] and [TRACKTOTAL], rather than the actual disc and track totals.
For example, I have a FLAC file with the following tags:
Disc: 01
DISCTOTAL: 02
Track: 05
TRACKTOTAL: 10
Using the method above, the resulting tags are written as:
Disc: 01/DISCTOTAL
Track: 05/TRACKTOTAL
They should be:
Disc: 01/02
Track: 05/10
Can this be fixed?
thanks!
I have ref 13.5 with ID Tag Update beta release 3.
My FLAC files are tagged in Jaikoz. For number of discs and number of tracks, it uses DISCTOTAL and TRACKTOTAL.
When I convert to MP3, I am trying to map those tags to the format used by ID3v23, Track X/Y and Disc X/Y.
In the DSP Setting, I clicked Rule Based Manipulation and set the following:
IF DISCTOTAL=[anyvalue]
SET Disc=[Disc]/[DISCTOTAL]
IF TRACKTOTAL=[anyvalue]
SET Track=[Track]/[TRACKTOTAL]
However, this does not work unfortunately. [DISCTOTAL] and [TRACKTOTAL] are written literally as [DISCTOTAL] and [TRACKTOTAL], rather than the actual disc and track totals.
For example, I have a FLAC file with the following tags:
Disc: 01
DISCTOTAL: 02
Track: 05
TRACKTOTAL: 10
Using the method above, the resulting tags are written as:
Disc: 01/DISCTOTAL
Track: 05/TRACKTOTAL
They should be:
Disc: 01/02
Track: 05/10
Can this be fixed?
thanks!
Comment