Hello,
I'm looking for actions I tried to find, unsuccessfully.
1. Manage fields
I want to put lots of information about a cd.
So, here is how I tried to do it :
1/ I put the informations in a text file. It looks like that:
Label : Makasound -
Producteur : Michael Ashley & Bob Marley -
Artist :
Vocals : Mikey Ras Starr -
2/ I import the text file in mp3tag in unsencedlyrics. So it looks like that:
eng||Label : Makasound -[square][square]Producteur : Michael Ashley & Bob Marley -[square][square]Artist :[square][square]Vocals : Mikey Ras Starr -
3/ I made the different fields, producteur, Artist etc.
So now, the goal is to put the right information in the right field.
I could make it for Label :
regular expression : (^|(.+))(Producteur\s:\s)(\w*)( -+(.+))
replace with : $4
The issue is that it doesn't work with the others because of the [square]
Have you any idea? I really hope there is a solution for that...
2. Rename directories
I have two problems with that.
My folder are like this :
Genre Folder > Artist Folder > Album Folder
I want to rename automaticaly the folders, not to create it (they already exists).
I'd like to rename the artist folder with the artist name, but I can't figure out how to do that...
And for the album folder, I would like it to be [year] Album
But I didn't find the way to put "[" and "]".
3. Advanced case feature
I want all the title in lower caps but I want to keep uppercase if there is 2 or more.
exemple :
I have : DLO SomethING Goes TO ffEE ThYE
I want : DLO somethING goes TO ffEE thYE
4. Just informations
Where is the part that explain how to use if function?
Thanks in advance

