Multi-cd Audio Tag?

Any questions? Need some help?
Post Reply
User avatar
ashfallen0
Power User
Posts: 32
Joined: 14 Jan 2012, 10:44

Multi-cd Audio Tag?

Post 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 = " -")}
Image PHPBB3 hates me.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Multi-cd Audio Tag?

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply