Most of my music collection is CDs, second would be digital albums. But I do have a few vinyl records that have been digitised.
I am using a heavily customised version of @rdswift ‘s file naming script and can handle CDs just fine.
My directory structure is essentially /Artist/Album/Disc no. (if there is one)/01. File Name.flac
I understand that Picard will treat vinyl track numbers numerically the same (i.e. 1, 2, 3, 4 instead of A1, A2, A3, A4, etc.) for compatibility and that’s all fine. But I want to structure the directory and file names the same as the record:
e.g. /Artist/Album/Side A/A1. File Name.flac
/Artist/Album/Side A/A2. File Name.flac
/Artist/Album/Side B/B1. File Name.flac
etc.
The part of the script that handles this for CDs is unchanged from this:
But I have no idea how to do the same thing for vinyl Or if it’s even possible to do via a naming script. Also happy to install a plugin if it will get me this functionality.
Help much appreciated