I am new to MusicBrainz Picard, and have a rather significant library of audio files, which were edited by using TagTuner, which I no longer use (primarily due to OS support issues). The reason for my post, is that I would like to have the folder name reflect this following format, when saving files which I have edited.
folder name = artist - title (year) (bitrate)
I have found the Options | File Naming section and notice that I can enable this functionality by selecting the “Move files when saving” feature, “rename files when saving” also seems like a sensible feature to enable. When I edit the naming script, I cannot seem to provide the syntax to achieve the above outcome.
As a first step, I suggest you have a look at the Writing a File Naming Script tutorial in the Picard User Guide. As you have specific questions, please feel to ask here and we will try to help.
As an example %albumartist% - %title% \(%year%) (%_bitrate%)
However, I would caution against using bitrate in a folder name because this is taken from each individual file, so if you have files in an album that happen to have different bitrates, then the files will be spread across more than one (similar but differently named) directories.