Hi,
I have a flac file with the following name: p219980318-0101-Introductory_Soundscape.flac
The "0101" means track 1 of disc 1. Is there a way to use Tag's "guess" feature to capture this data? I tried something like this:
{album}-{discNumber;2}{trackNumber;2}-{title} or {album}-{discNumber}{discNumber}{trackNumber}{trackNumber}-{title}
...but neither worked. Can Tag capture encoding like this?
Thanks,
Adam
Guess Feature
Re: Guess Feature
I don't think the "guess" pattern syntax is powerful enough to do what you want. You'd be better off preprocessing the filename itself beforehand to put delimiters between all the pieces, perhaps.