Different path formatting for FLAC and MP3|AAC with %if and inline plugin

I’m still very new to beets, but this is the snippet of my album directory naming part that I think we all care about…something like this Led Zeppelin (24-96) or Led Zeppelin (16-44). Note below I’m using $bitdepth NOT your calculated $album_bitdepth. Am I setting myself up for failure? Again I’m very new at this. But I’d like to get the directories consistent. Why did you feel the need to calculate it and what am I not understanding?

$album ($format $bitdepth-$album_samplerate $media)

This is what mine are starting to look like for different version of Led Zeppelin 1

RoonNow

Ah sorry, if it’s bit depth then it’s just round(max(item.bitdepth for item in items) / 8) * 8 as it doesn’t need dividing by 1000.