Is it possible to auto create Title (compare with track no) for audio book?
I want the Title tag to be something like "Track # of (80)"
Is it possible to auto create Title (compare with track no) for audio book?
I want the Title tag to be something like "Track # of (80)"
Hello Robert Smith!
You can't do it with one mouseclick, but you can do it this way:
select all files from one audio book
save track and track count with Tracknumber Assistent if track-fields aren't allready in this format
make/run 2 actions (ALT+5),
first of type "format tagfields" with
Field: TITLE
Formatstring: Track %track%
second of type "replace with regular expressions" with
Field: TITLE
RegEx: /(\d+)
Replace with: of ($1)
Regards
nickless
Hi Nickless,
It works great expt for the RegEx. nothing happens. The result is the same with or whitout
Field: TITLE
RegEx: /(\d+)
Replace with: of \($1\)
The result for me now is:
Title 1 = Track 1
Title 2 = Track 2
whish is great, but it would be perfect if a just could add the of (80). I know that RegEx is difficult...
I guess this regex expects your tracknumbers to be 1/80 2/80 3/80 ...
dano u r 100% right.
First set track # to 1/80, 2/80...
Run the script
The back to track # 1, 2 (i prefare to have it in this way)
Thx a lot both of u