Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Handle edge case on songs with hyphens in them #11

Open
ctsstc opened this issue Oct 22, 2021 · 2 comments
Open

Handle edge case on songs with hyphens in them #11

ctsstc opened this issue Oct 22, 2021 · 2 comments

Comments

@ctsstc
Copy link
Member

ctsstc commented Oct 22, 2021

If you look at the catalog.get(undefined) it has several photos in it that reference songs that have hyphens in them.

@Capagris
Copy link
Contributor

clean the database?

@ctsstc
Copy link
Member Author

ctsstc commented Oct 25, 2021

Cleaning the DB would not scale, but in this app during the given time it is a static list, so that is feasible. I also do not think detecting this would be too complicated: if we split and there's more items we join the first additional items assuming it's just the song/artist name.

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

No branches or pull requests

2 participants