Hi there.
I realise this is an old thread but would like to achieve exactly what was described here.
I've tried the code solution proposed above but it doesn't work for me.
I'm using two audio assets to test this:
Asset A contains no value for media.part
Asset B contains a value of 2 for media.part
Test 1
Using the following syntax, including the suggested code snippet:
Code: Select all
{artist}/{album} ({y})/{'/CD '+media.'part/position'}/{pi.pad(2)} - {t} - ({aco} {af} {khz} {bitdepth}bit {abr})
Asset A
David Bowie/Diamond Dogs (HD Remastered) (2016)/CD null/01 - Future Legend (Remaster) - (FLAC 2ch 96.0 kHz 24bit 2.8 Mbps)
Asset B
Frank Zappa/Waka Wazoo (2022)/CD null/01 - Big Swifty (Alternate Mix) - (FLAC 2ch 96.0 kHz 24bit 3.1 Mbps)
Test 2
Change the syntax by changing 'part/position' to 'part'
Code: Select all
{artist}/{album} ({y})/{'/CD '+media.'part'}/{pi.pad(2)} - {t} - ({aco} {af} {khz} {bitdepth}bit {abr})
Asset A
David Bowie/Diamond Dogs (HD Remastered) (2016)/CD null/01 - Future Legend (Remaster) - (FLAC 2ch 96.0 kHz 24bit 2.8 Mbps)
Asset B
Frank Zappa/Waka Wazoo (2022)/CD 2/01 - Big Swifty (Alternate Mix) - (FLAC 2ch 96.0 kHz 24bit 3.1 Mbps)
Test2 is closer to what I want, but as seen in Test 2 Asset A rather than generating a path without the 'CD' subfolder, I still get CD null when actually I just want:
David Bowie/Diamond Dogs (HD Remastered) (2016)/01 - Future Legend (Remaster) - (FLAC 2ch 96.0 kHz 24bit 2.8 Mbps)
Aside from this, just want to say thanks for such a brilliant tool. I've been paying for and using Filebot for almost three years now - I can't imagine working with my NAS/Plex media collections without it