-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Genre split by slash #417
Comments
Ah, I am currently working on improving this! |
Ok, having the option to configure the delimiters would be great :-) With the genres, this is only my own custom problem. But e.g. with artists there are some well-known issues (the "AC/DC" problem). So it makes sense to have this configurable. I will keep an eye on this. And thank you for your immediate response! |
BTW delimiters should be strings and not just char. |
Yes but then it would not split its Rock/Pop/Indie genres. |
That's the point and why I just mention that delimiters should be strings with multiple chars like " / " and not just single char delimiters. My default artist separator is |
And what about moods, languages, release types, labels, etc.? |
|
I tried to read through previous issues to find out what is the policy for splitting tags, but I could not really find a definitive answer. So sorry if this is a duplicate question in any way.
I am just trying out LMS (recommended by Tolriq from Symfonium) running the current docker image. I have genre tags that look like this: "Rock/Pop/Indie". This is supposed to be a single genre, but LMS splits this into three genre "Rock", "Pop", "Indie". Is this definitely intended like this?
The text was updated successfully, but these errors were encountered: