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

Prefer and Indicate Explicit Albums/Tracks #807

Closed
wants to merge 4 commits into from

Conversation

shaunbharat
Copy link

This PR will close #799 and close #685.

  • Adds the option to prefer explicit albums
  • Indicates explicit albums and tracks in search results
    image

The prefer_explicit parameter should have been set when calling _filter_repeats.
There is a silly mistake in the repeat album filter that causes all albums to be filtered out, if repeats_prefer_explicit is set to True.

It fails to check if all albums in the group are not explicit, which is very common because most albums are not explicit.

This commit fixes that by only filtering out the non-explicit albums, if there is at least one explicit album in the group.
@nathom
Copy link
Owner

nathom commented Mar 9, 2025

I think we should just prefer explicit by default, since that's usually the original track. No need for config changes.

@nathom
Copy link
Owner

nathom commented Mar 10, 2025

Closed by 1bf4e68

@nathom nathom closed this Mar 10, 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.

[FEATURE] Prefer Explicit Albums/Tracks Only Download albums that are explicit
2 participants