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

Artists with & on their name appear twice #372

Open
anon-dev-gh opened this issue Aug 13, 2024 · 3 comments
Open

Artists with & on their name appear twice #372

anon-dev-gh opened this issue Aug 13, 2024 · 3 comments

Comments

@anon-dev-gh
Copy link

Example Bohren & der Club of Gore appears as Bohren,der Club of Gore artists both imported from last.fm and scrobbled directly from navidrome.

@gBasil
Copy link

gBasil commented Aug 13, 2024

I believe there's some config value that allows you to specify artist names to not split or something like that, but I don't recall what it is.

@anon-dev-gh
Copy link
Author

Maybe is

"delimiters_informal":(tp.Set(tp.String()), "Informal Delimiters", ["vs.","vs","&"], "Delimiters in informal artist strings with spaces expected around them"),
?

@cgiacofei
Copy link

That can be handled with a rules file:

# NAME: Special Symbols
# DESC: Defines artists with separators in their names

belongtogether	Megan & Liz
belongtogether	Bell, Book & Candle
belongtogether	K/DA
belongtogether	Darth & Vader
belongtogether	Case & Point
belongtogether	Selena Gomez & The Scene
belongtogether	Gerry & The Pacemakers
belongtogether	AC/DC
belongtogether	Au/Ra

You just need to create a .tsv file in the rules diectory with any artists needed.

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

3 participants