We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi there @scratchmex! By all means, if you have a working solution, make a PR and we'll take a look 😃
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: