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

fix: revise filter for ISRC search and support Unicode #2614

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ehfd
Copy link

@ehfd ehfd commented Mar 29, 2025

CC @KRTirtho

It seems that the current filter for ISRC search is too strict. For example, when Spotify has the track title Track - Single Version, and YouTube's ISRC title is named Track, the track gets filtered out.

Instead of strictly filtering on the track title (relax to match just one word), inspired by #883 (comment), track duration is added as a filtering method.

This way, random search queries are not added to the track sources, and at the same time, queries that are supposed to be added are not filtered out.

Moreover, I've fixed the issue where the Unicode titles of tracks get filtered out.

@ehfd ehfd force-pushed the isrc-fix branch 2 times, most recently from eaef590 to e2148e0 Compare March 29, 2025 11:14
@ehfd ehfd changed the title fix: revise filter for ISRC search fix: revise filter for ISRC search and support Unicode Mar 29, 2025
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

Successfully merging this pull request may close these issues.

1 participant