d2b
1
I have yet another action item that I could use some help to create:
We have some FLAC files that have tags like this:
TRACKNUMBER=1/N
We need to end up with just these two tags after running the action item.
TRACKNUMBER=1
TRACKTOTAL=N
Help would be appreciated very much. I'm already burning candles at both ends otherwise.
-d2b-
run an action of the type "Guess values" for TRACKNUMBER
Enter as guessing pattern
%tracknumber%/%tracktotal%
d2b
3
Thank you very much for your help. Your assistance led me to the solution.
The Source Format should be %tracknumber%, not TRACKNUMBER.
The Guessing Pattern is as you suggested: %tracknumber%/%tracktotal%
I appreciate your help.
d2b