Last active
September 18, 2017 17:28
-
-
Save gazpachoking/9246bc569ad281b8101fe0da38315a0b to your computer and use it in GitHub Desktop.
Movie quality upgrade, and timeframe using FlexGet movie_list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tasks: | |
# This is where movies we want get added to lists | |
fill_list: | |
# Some input plugin here, or just --inject to this task | |
accept_all: yes | |
seen: local | |
list_add: | |
- movie_list: high qual | |
- movie_list: low qual | |
get_high_qual: | |
# Some input. rss/discover, whatever. | |
quality: | |
- 1080p bluray|webdl | |
list_match: | |
from: | |
- movie_list: high qual | |
list_remove: | |
- movie_list: low qual | |
get_low_qual: | |
# Some input. rss/discover, whatever. | |
delay: 1 day | |
quality: | |
- 480p-720p | |
list_match: | |
from: | |
- movie_list: low qual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment