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] Filter Keywords prebuilt preset #1086

Merged
merged 5 commits into from
Oct 5, 2024
Merged

[FEATURE] Filter Keywords prebuilt preset #1086

merged 5 commits into from
Oct 5, 2024

Conversation

jmbannon
Copy link
Owner

@jmbannon jmbannon commented Oct 5, 2024

Adds Filter Keywords, a preset that can include or exclude media with any of the listed keywords. Both keywords and title/description are lower-cased before filtering.

Supports the following override variables:

  • title_include_keywords
  • title_exclude_keywords
  • description_include_keywords
  • description_exclude_keywords

For best usage, use the ~ tilda subscription mode to set a subscription's list override variables.
Tilda mode allows override variables to be set directly underneath it.

Plex TV Show by Date | Filter Keywords:
  
  = Documentaries:
    "~NOVA PBS":
       url: "https://www.youtube.com/@novapbs"
       title_exclude_keywords:
         - "preview"
         - "trailer"  

    "~To Catch a Smuggler":
       url: "https://www.youtube.com/@NatGeo"
       title_include_keywords:
         - "To Catch a Smuggler"

@jmbannon jmbannon merged commit 28c2968 into master Oct 5, 2024
30 of 32 checks passed
@jmbannon jmbannon deleted the j/filter-preset branch October 5, 2024 08:03
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