Created
March 4, 2017 17:42
-
-
Save dryland/e20a1bc67e0ae1e70535d482b0ef139c to your computer and use it in GitHub Desktop.
Flexget config
This file contains 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: | |
tv_shows: | |
thetvdb_lookup: yes | |
require_field: series_name | |
metainfo_series: yes | |
torrent_alive: 1000 | |
configure_series: | |
settings: | |
identified_by: ep | |
from_group: LOL | |
quality: hdtv | |
set: | |
path: ~/Downloads/Incomplete/ | |
movedone: ~/Downloads/Complete/{{series_name}}/ | |
content_filename: "{{series_name}}.{{series_id}}" | |
magnetization_timeout: 30 | |
ratio: 0.1 | |
exact: yes | |
main_file_only: yes | |
removeatratio: yes | |
from: | |
filesystem: | |
- /home/dryland/Videos/tvshows/ | |
content_size: | |
max: 300 | |
discover: | |
what: | |
- next_series_episodes: yes | |
from: | |
- piratebay: | |
category: all | |
sort_reverse: yes | |
sort_by: seeds | |
deluge: yes | |
move_tv: | |
thetvdb_lookup: yes | |
require_field: series_name | |
metainfo_series: yes | |
configure_series: | |
from: | |
filesystem: | |
- /home/dryland/Videos/tvshows | |
settings: | |
parse_only: yes | |
accept_all: yes | |
filesystem: | |
path: /home/dryland/Downloads/Complete/ | |
recursive: yes | |
regexp: '.*\.(avi|mkv|mp4)$' | |
move: | |
to: "/home/dryland/Videos/tvshows/{{series_name}}/Season {{series_season}}/" | |
rename: "{{series_name}} - {{series_id}}" | |
clean_source: 50 | |
disable: seen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment