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

Bandcamp: Correctly split "artist - title" #446

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kellnerd
Copy link
Collaborator

@kellnerd kellnerd commented Dec 3, 2021

Fixes ESLint errors and bumps the version (still necessary after #441 has been merged). (Directly pushed to master as I don't want to further delay the version bump.)

Correctly splits "artist - title" patterns for releases with per-track artists using a non-greedy expression for the artist as the title might contain the " - " separator (e.g. for ETI). It might be possible in certain cases that the artist credit contains the separator instead, but I'd rather accidentally have an artist as part of the title (rarer and easier to fix, especially if " - " separates multiple artists which have to be split anyway) than the artist containing parts of the title.

@kellnerd
Copy link
Collaborator Author

kellnerd commented Dec 3, 2021

I would like to have a second opinion regarding 1bfdf8a, since I am not entirely sure how often the two cases actually occur. Examples which I used for testing:

@kellnerd kellnerd changed the title Bandcamp: Correctly split "artist - title" & ESLint fixes Bandcamp: Correctly split "artist - title" Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant