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

ability to merge multiple lists in one filter #87

Open
scratchmex opened this issue May 1, 2024 · 1 comment
Open

ability to merge multiple lists in one filter #87

scratchmex opened this issue May 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@scratchmex
Copy link

scratchmex commented May 1, 2024

for doing quick freelech, I want to have multiple TV and movies lists into the same filter.

with my current config, only the last list is persisted into the filter

lists:
  - name: Latest TV Shows
    type: mdblist
    url: https://mdblist.com/lists/garycrawfordgc/latest-tv-shows/json
    filters:
      - 2  # quick freelech

  - name: Anticipated TV
    type: trakt
    url: https://api.autobrr.com/lists/trakt/anticipated-tv
    filters:
      - 2  # quick freelech

  - name: Popular TV
    type: trakt
    url: https://api.autobrr.com/lists/trakt/popular-tv
    filters:
      - 2  # quick freelech

  - name: Upcoming Movies
    type: trakt
    url: https://api.autobrr.com/lists/trakt/upcoming-movies
    filters:
      - 2  # quick freelech

the workaround is to make one filter per list by duplicating it. not optimal because keeping the other settings in sync is not optimal

open to do the PR if agreed

@s0up4200
Copy link
Contributor

s0up4200 commented May 2, 2024

Hi there @scratchmex! By all means, if you have a working solution, make a PR and we'll take a look 😃

@s0up4200 s0up4200 added the enhancement New feature or request label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants