]> git.rmz.io Git - dotfiles.git/commitdiff
add flexget
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 23 Oct 2012 02:27:18 +0000 (04:27 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 23 Oct 2012 02:27:18 +0000 (04:27 +0200)
Makefile
flexget/config.yml [new file with mode: 0644]

index 91cc601f9ac1f1c01dc3fd83b250ae5067f57cdd..8f85fd5d2e2a1b6cf9fa8b4ffe7f2742624e26a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
 
 install:
        cp -f vimrc ~/.vimrc
+       cp -f flexget/config.yml ~/.flexget/config.yml
 
 update:
        cp -f ~/.vimrc vimrc
+       cp -f ~/.flexget/config.yml flexget/config.yml 
diff --git a/flexget/config.yml b/flexget/config.yml
new file mode 100644 (file)
index 0000000..d8b84ee
--- /dev/null
@@ -0,0 +1,56 @@
+email:
+  from: tardis
+  to: ramsi@tardis
+
+tasks:
+  ezrss:
+    rss:
+      url: https://www.ezrss.it/feed/
+#      url: http://rss.bt-chat.com/?
+#      url: http://showrss.karmorra.info/feeds/all.rss
+      ascii: yes
+    series:
+      settings:
+        normal:
+          upgrade: yes
+
+      normal:
+        - american dad
+        - burn notice
+        - chuck
+        - family guy
+        - futurama
+        - how i met your mother
+        - the big bang theory
+        - the cleveland show
+        - two and a half men
+      720p:
+        - dexter
+        - doctor who
+        - eureka
+        - game of thrones
+        - house
+        - my little pony
+        - red dwarf
+        - weeds
+
+    transmission:
+      host: localhost
+      port: 9091
+      path: /home/ramsi/Torrents
+      removewhendone: yes
+      ratio: 0.0
+
+  move-episodes:
+    thetvdb_lookup: yes
+    metainfo_series: yes
+    accept_all: yes
+
+    find:
+      path: /home/ramsi/Torrents
+      recursive: yes
+    move:
+      to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/"
+      filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}}{{location|pathext}}"
+
+# vim: sts=2 ts=2 sw=2 et