First of all, let me say how much I love mp3tag. I've been using it for over a year and it's one of the most robust pieces of software I've ever used. Florian, you have a wonderful product.
I would like to know if this is possible. I have .flac files with embedded cuesheets (created by EAC/REACT2). Could I use an action in mp3tag to replace some specific data within the cuesheet (the metadata CUESHEET tag) with some other data?
Specifically, I would like to add the year of the album to the beginning of the filename (the FILE field). For example, I would want to change this (the first part of CUESHEET):
REM DISCNUMBER 1
REM TOTALDISCS 1
REM GENRE Rock/Pop
REM DATE 1994
REM DISCID A70C310B
REM COMMENT "ExactAudioCopy v0.99pb5"
PERFORMER "Oasis"
TITLE "Definitely Maybe"
FILE "Oasis - Definitely Maybe.flac" WAVE
TRACK 01 AUDIO
[...]
to this:
REM DISCNUMBER 1
REM TOTALDISCS 1
REM GENRE Rock/Pop
REM DATE 1994
REM DISCID A70C310B
REM COMMENT "ExactAudioCopy v0.99pb5"
PERFORMER "Oasis"
TITLE "Definitely Maybe"
FILE "Oasis - [1994] Definitely Maybe.flac" WAVE
TRACK 01 AUDIO
[...]
Leaving everything the same except the FILE field.
Thanks much!