Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- presets:
- acquired:
- trakt_acquired:
- username: foulou
- password: xxxxxxxxxxxxxxxxxxxx
- api_key: xxxxxxxxxxxxxxxxxxxxx
- tasks:
- Update-TV:
- make_rss: /var/www/rss/trakt_update_tv.rss
- preset: acquired
- import_series:
- from:
- listdir:
- - /home/seb/media/Series/
- - "/home/seb/media/HDD2_1To/Series Ended"
- - /home/seb/media/HDD2_1To/Animes
- find:
- # Regex to match all video with these extensions in your collection
- regexp: '.*\.(avi|mkv|mp4)$'
- recursive: yes
- path:
- # All the paths where you store TV episodes
- - /home/seb/media/Series/
- - "/home/seb/media/HDD2_1To/Series Ended"
- - /home/seb/media/HDD2_1To/Animes
- thetvdb_lookup: yes
- metainfo_series: yes
- series:
- - Nip Tuck:
- set:
- thetvdb_id: 72201
- - Sherlock 2010:
- set:
- thetvdb_id: 176941
- - Sherlock:
- set:
- thetvdb_id: 176941
- - Merlin:
- set:
- thetvdb_id: 83123
- - Once Upon a Time:
- set:
- thetvdb_id: 248835
- - Doctor Who:
- set:
- thetvdb_id: 78804
- - The Hard Times Of RJ Berger:
- set:
- thetvdb_id: 165851
- accept_all: yes
- trakt_acquired:
- type: series
- Update-Movies:
- make_rss: /var/www/rss/trakt_update_film.rss
- preset: [acquired]
- # For movies we use listdir instead of find since movies are (often)
- # stored in directories and their names are generally much
- # better than filenames.
- # You can use find plugin like with series if you need to.
- listdir:
- - /home/seb/media/Movies
- - /home/seb/media/FILMS_OLD
- accept_all: yes
- imdb_lookup: yes
- trakt_acquired:
- type: movies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement