Last active
September 16, 2017 17:00
-
-
Save rlex/58a273e1c9b9859a30138fd7699e3a66 to your computer and use it in GitHub Desktop.
flexget lostfilm config, with transmission-bt and auto renaming
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
templates: | |
tvshows: | |
set: | |
path: /media/tank-media/soaps/{{series_name|replace(' ', '.')}}/Season.{{series_season}} | |
transmission: | |
host: localhost | |
password: "********" | |
port: 9091 | |
username: admin | |
regexp: | |
reject_excluding: | |
- 720p | |
manipulate: | |
- url: | |
replace: | |
regexp: '&' | |
format: '&' | |
tasks: | |
lostfilm: | |
headers: | |
cookie: "lf_session=******************" | |
lostfilm: yes | |
template: | |
- tvshows | |
manipulate: | |
- title: | |
replace: | |
regexp: '[^\x00-\x80]+' | |
format: '' | |
series: | |
- 'Fargo' | |
- 'The Expanse' | |
- 'Gotham' | |
- 'Mr. Robot' | |
- 'Game Of Thrones' | |
- 'Stranger Things' | |
- 'Preacher' | |
- 'Narcos' | |
- 'Into The Badlands' | |
- 'American Gods' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment