Advertisement
Guest User

config.yml

a guest
Jul 19th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. templates:
  2. tvshows:
  3. exists_series:
  4. - /media/usb1/TV Shows/
  5. - /media/usb1/downloads/incomplete
  6. regexp:
  7. reject:
  8. - FASTSUB
  9. - VOSTFR
  10. - Subtitulado
  11. - CAM
  12. - German
  13. - GERMAN
  14. - SWEDISH
  15. - Swedish
  16. - SPANISH
  17. - Spanish
  18. - FRENCH
  19. - French
  20. content_filter:
  21. reject:
  22. - '*.rar'
  23. - '*.zip'
  24. - '*.avi'
  25. transmission:
  26. host: localhost
  27. port: 9091
  28. username: xbian
  29. password: raspberry
  30. path: /media/usb1/TV Shows/{{series_name}}/S{{"%02d"|format(series_season)}}
  31. inputs:
  32. - rss: http://showrss.info/rss.php?user_id=187170&hd=null&proper=null
  33.  
  34. movies:
  35. transmission:
  36. host: localhost
  37. port: 9091
  38. username: xbian
  39. password: raspberry
  40. path: /media/usb1/Movies
  41.  
  42. tasks:
  43. Get tvshows:
  44. priority: 2
  45. template: tvshows
  46. configure_series:
  47. from:
  48. trakt_list:
  49. username: myusername
  50. password: 12345
  51. api_key: 00000000000000000000000000000000
  52. custom: following
  53.  
  54. Fill movie queue:
  55. priority: 3
  56. trakt_list:
  57. username: myusername
  58. password: 12345
  59. api_key: 00000000000000000000000000000000
  60. movies: watchlist
  61. seen: local
  62. queue_movies:
  63. quality: <720p
  64. accept_all: yes
  65.  
  66. Get movies:
  67. template: movies
  68. priority: 4
  69. content_size:
  70. max: 20000
  71. min: 300
  72. torrent_alive: yes
  73. discover:
  74. what:
  75. - emit_movie_queue: yes
  76. from:
  77. - kat:
  78. verified: yes
  79. - torrentz: verified
  80. movie_queue: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement