Skip to content
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 separator #217

Open
platypusgit opened this issue Jun 16, 2024 · 3 comments
Open

Genre separator #217

platypusgit opened this issue Jun 16, 2024 · 3 comments

Comments

@platypusgit
Copy link

Hi there,

I recently updated my library with new genre-tags and the tool I used, uses ";" instead of "," as a separator between multiple genres. I only realized afterwards, that swingmusic is not able to split the genre with ";" and instead merges them.

Example:

Hip Hop; Rap

is parsed and shown as

"Hip Hoprap"

where as

Hip Hop, Rap

Is correctly separated.

In the settings you can customize artist separators, I would like to suggest to introduce the same customization for the genre-tag.

Thank you so much for your work, swingmusic is a great piece of work.

@cwilvx
Copy link
Member

cwilvx commented Jun 17, 2024

Hi @platypusgit

The genres are split using the following characters:

/ , & ;

Somehow ; does not work on your case and I don't know why. But I agree we should have allow users to customize genre separators like we do for artists.

We'll work on this in the future.

Thank you.

@platypusgit
Copy link
Author

platypusgit commented Jun 17, 2024

Hi @cwilvx,

thank you so much.

I dug through other issues here on github and it might also be connected to #184 .

@cwilvx
Copy link
Member

cwilvx commented Jun 17, 2024

Hi @platypusgit

Just in case it's a problem with the underlying tag reading library we use, I've updated to the latest released version (Tinytag v1.10.1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants