]> git.rmz.io Git - dotfiles.git/commitdiff
flexget: add to trakt collection when moving
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 26 Mar 2015 20:56:29 +0000 (20:56 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 24 May 2015 16:52:39 +0000 (17:52 +0100)
flexget/config.yml

index fe6e091eb1456537ca4509447ae2c10297fd0d8f..15cc56db357fc39a13d2196c94d4721deb371e50 100644 (file)
@@ -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