Skip to content

Instantly share code, notes, and snippets.

@rlex
Last active September 16, 2017 17:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlex/58a273e1c9b9859a30138fd7699e3a66 to your computer and use it in GitHub Desktop.
Save rlex/58a273e1c9b9859a30138fd7699e3a66 to your computer and use it in GitHub Desktop.
flexget lostfilm config, with transmission-bt and auto renaming
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: '&amp'
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