From e81071b7a56bffbab8f672712a310a37e1c06115 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 26 Mar 2015 20:56:29 +0000 Subject: [PATCH] flexget: add to trakt collection when moving --- flexget/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.48.1