Hi
I would like my folder/file to look like these
Radiohead - In Rainbows [DSF 1bit DSD128][2007] / 01 - 15 Step
Astronautalis - Cut The Body Loose [MP3 16bit 44.1khz][2016] / 01 - Kurt Cobain
So far my script is
%artist% - %album%[%_extension% %_bits_per_sample% %_sample_rate%][%originalyear%]/%_paddedtracknumber% - %title%
and I got this
Cat Stevens - Mona Bone Jakon[flac 24 96000][1970] / This part is right
I also have
$set(_extension,$upper(%_extension%))
in my scripting section
I’m not sure why FLAC didn’t capitalize and I’m not sure how to make 96000 turn into 96.
Thanks for any help