Skip to content

Instantly share code, notes, and snippets.

@gazpachoking
Last active September 18, 2017 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gazpachoking/9246bc569ad281b8101fe0da38315a0b to your computer and use it in GitHub Desktop.
Save gazpachoking/9246bc569ad281b8101fe0da38315a0b to your computer and use it in GitHub Desktop.
Movie quality upgrade, and timeframe using FlexGet movie_list
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