[quote=greengeek]I have a couple of questions about the new genres grey list feature in sk 2.0.
Is the list case sensitive? I have all my list as lower case as the output, so I am hoping it can still match any source genre regardless of case type. For example, will this work:
rnb;r&b
and not have to do all of this for each:
rnb;r&b
RnB;r&b
R&B;r&b
[/quote]
The list is case sensitive,I can see your point though, are there any disadvantages to making it case-insensitive ?
[quote=greengeek]
Also with renaming similar genres to a single genre, can I have multiple remappings to the same genre on the same line? example:
Alias 1;Alias 2;Alias 3;My Genre Name
Instead of having to break them all down to their own lines?[/quote]
No, you cant have multiple remappings. When I originally implemented this the file was displayed as a two column table within SongKong, and this worked well for editing rows but required more work to allow deleting or adding rows. I may go back to this view because protects the user from breaking the file when I have more time to work on it. Also keeping it simple makes it easier if you wanted to batch modify the data in the file. So for these reasons the format is unlikely to change.