Hi everyone. Yesterday I made some posts on Reddit asking for help to tidy up and organize my entire flac music library (2 tb).
Several people recommended Picard to me and here I am trying to learn how to use it. I want to ask you about creating a script to rename my files.
I would like it to start with the artist’s name (Tool), inside the folder with the artist’s name there should be the folders with the albums with their year before the name, with a dash and a space (1992 - Opiate EP) and inside each folder of each album there should be the track number, space dash space and the name of the track (01 - Sweat). Could you help me create that script so I can see what it looks like and learn to create my own please?
The script that is closest to what I want is this one up to here:
%albumartist%/%date% - %album%/%tracknumber% - %title%
But in the date, instead of just putting the year, it puts day, month and year. How do I get it to only put the year?
Of course I also want all the metadata (genre, etc) for all my music obviously and the album covers.
I hope you can help me with this and with more recommendations that you have based on your experience.
PS: Please do not speak to me as if I know about the subject, treat me gently.
Thank you very much.