Hello, could someone help me with the filename mask I would need to get Genre/Artist - Title? Thanks
Help with filename mask
Okay, so you need to create new mask as follows
Select File:Preferences
Select Add next to the Filename Masks option
Set Name to Genre/Artist -Title
(this is just the name)
Set Mask to genre +'/' + artist + ' - ' + title
Select OK to save, and OK again to close Preferences window
Then when you run Fix Songs set Rename mask and Compilation Rename mask
to the newly created Genre/Artist - Title mask
Thanks!! I appreciate your help!
That didnt work. Below the mask box it says, βMask is invalid, it must be a valid javascript expression.β I cut and paste exactly what you typed above.
Name - Genre/Artist -Title
Mask - genre +β/β + artist + β - β + title
Hmm, I donβt understand that because I actually created the mask as described above and it worked for me, can you post screenshot of the Filename mask window
Hi, okay I can see problem, when i pasted the text from SongKong into the forum it is changing the apostrophes, should be the first line below but it converted it to second line
genre +'/' + artist + ' - ' + title
genre +β/β + artist + β - β + title
I have fixed the original forum post by using the Preformatted Text option
Thanks again, that worked!