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

[FEATURE] Exclude songs with title containing keywords #77

Closed
ComplicatedT opened this issue Jul 18, 2023 · 3 comments
Closed

[FEATURE] Exclude songs with title containing keywords #77

ComplicatedT opened this issue Jul 18, 2023 · 3 comments
Labels

Comments

@ComplicatedT
Copy link

Currently, as far as I am aware, no music streaming service or custom client offers a feature that allows the blocking(not playing) of songs that contain specific keywords in song's lyrics or title. This is quite frustrating to me since music recommendations would be so much better if I were able to block specific keywords. I know that this is a niche feature but I lack skills to develop such functionality myself. Thank you for your time.

@toasterofbread
Copy link
Owner

Sure, that sounds like a great feature. Would an editable list of blocked keywords in the settings work fine?

@ComplicatedT
Copy link
Author

Yes, it would be awesome.

@toasterofbread toasterofbread changed the title [FEATURE REQUEST] Not playing song if it's lyrics or title contain specific keyword. [FEATURE] Exclude songs with title containing keywords Jul 20, 2023
@toasterofbread
Copy link
Owner

Implemented!

I've added a 'Filter' section to the settings with an editable list of keywords that are matched against song/artist/playlist titles.
The filter is applied to the home feed and song queue by default, and can be enabled additionally for the playlist page and artist page.

toasterofbread added a commit that referenced this issue Nov 12, 2023
Complete remote work
Implement item filtering, including options for applying the filter to artist contents, playlist contents, and artists individually
Add item hiding from long press menu
Lots of file organisation and refactoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants