From: Samir Benmendil Date: Thu, 26 Mar 2015 20:56:29 +0000 (+0000) Subject: flexget: add to trakt collection when moving X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e81071b7a56bffbab8f672712a310a37e1c06115?ds=sidebyside flexget: add to trakt collection when moving --- diff --git a/flexget/config.yml b/flexget/config.yml index fe6e091..15cc56d 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -177,6 +177,13 @@ templates: # {{{1 interval: 5 seconds + trakt-add-collection: # {{{2 + trakt_add: + username: '{{secrets.trakt.login}}' + password: '{{secrets.trakt.passw}}' + list: collection + + tasks: # {{{1 dl-series: # {{{2 priority: 100 @@ -236,6 +243,9 @@ tasks: # {{{1 move-series: # {{{2 + manual: yes + template: + - trakt-add-collection seen: local disable: - retry_failed @@ -274,6 +284,9 @@ tasks: # {{{1 move-movies: # {{{2 + manual: yes + template: + - trakt-add-collection seen: local disable: - retry_failed