]> git.rmz.io Git - dotfiles.git/commitdiff
reject rar, added qi
authorSamir Benmendil <samir.benmendil@gmail.com>
Mon, 12 Nov 2012 23:11:12 +0000 (00:11 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Mon, 12 Nov 2012 23:11:12 +0000 (00:11 +0100)
flexget/config.yml

index 13f17cd7c200de980f594a4929ee8fb4eda378e7..714739aeba3c43aa663240817d580e871a78a690 100644 (file)
@@ -6,11 +6,16 @@ tasks:
   tv-shows:
     inputs:
       - rss: { url: 'https://www.ezrss.it/feed/', silent: yes }
-      - rss: { url: 'http://www.torlock.com/television/rss.xml', silent: yes }
-      - rss: { url: 'http://torrentz.eu/feed_verified?q=tv', silent: yes }
+#      - rss: { url: 'http://www.torlock.com/television/rss.xml', silent: yes }
+#      - rss: { url: 'http://torrentz.eu/feed_verified?q=tv', silent: yes }
       - rss: { url: 'http://rss.bt-chat.com/?group=3', silent: yes }
       - rss: { url: 'http://showrss.karmorra.info/feeds/all.rss', silent: yes }
-      - rss: { url: 'http://rss.thepiratebay.org/208', silent: yes }
+#      - rss: { url: 'http://rss.thepiratebay.org/208', silent: yes }
+
+    content_filter:
+      reject:
+        - '*.rar'
+        - '*.r0*'
 
     exists_series:
       - "/mnt/Skaro/Series"
@@ -28,6 +33,7 @@ tasks:
         - family guy
         - futurama
         - how i met your mother
+        - qi
         - the big bang theory
         - the cleveland show
         - two and a half men
@@ -56,6 +62,8 @@ tasks:
     find:
       path: /home/ramsi/Torrents
       recursive: yes
+      regexp: '.*\.(avi|mkv|mp4)$'
+
     move:
       to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/"
       filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}}{{location|pathext}}"