Page 1 of 1

Multi-cd Audio Tag?

Posted: 11 May 2014, 17:40
by ashfallen0
I can't seem to find in the reference if you have added tagging for multi-cd on audio tracks. I know that {pi}/{pn} will give me the {track}/{total track} numbers, but I'm looking for disc numbers, such as what is listed in a deluxe cd set or anthology.

I'm really looking to solve this:
/URI/{artist}/{album}/{artist} - {album} - [{DISC-01/01}] - {track 01/01} - {title}.ext

current expression:

Code: Select all

/home/media/r1/{norm = (n.replaceAll(":", replacement = " -"))}/{norm = ("$album".replaceAll(":", replacement = " -"))}/{norm = (n.replaceAll(":", replacement = " -"))} - {norm = ("$album".replaceAll(":", replacement = " -"))} - {"${pi.pad(2)}"}/{"${pn.pad(2)}"} - {t.replaceAll(":", replacement = " -")}

Re: Multi-cd Audio Tag?

Posted: 11 May 2014, 18:07
by rednoah
Sure, you can use the generic media info bindings but you'll need to figure out the key for this field yourself.

Check available MediaInfo:
Image

Use it in your format:
Image