Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. tasks:
  2. rss:
  3. priority: 1
  4. rss: http://showrss.info/user/149803.rss?magnets=true&namespaces=true
  5. all_series: yes
  6. transmission:
  7. host: localhost
  8. port: 9091
  9. username: 'transmission'
  10. password: 'transmission'
  11. ratio: -1
  12. main_file_only: yes
  13. path: /mnt/usbdrive/Descargas/Completadas
  14. addpaused: no
  15. skip_files:
  16. - '*.nfo'
  17. - '*.info'
  18. - '*.sfv'
  19. - '*[sS]ample*'
  20. - '*.txt'
  21. sort:
  22. priority: 2
  23. filesystem:
  24. path: /mnt/usbdrive/Descargas/Completadas
  25. regexp: '.*\.(avi|mkv|mp4)$'
  26. recursive: yes
  27. accept_all: yes
  28. seen: local
  29. thetvdb_lookup: yes
  30. all_series:
  31. parse_only: yes
  32. require_field: tvdb_series_name
  33. move:
  34. to: /mnt/usbdrive/Series/{{ tvdb_series_name }}/Season {{ tvdb_season }}
  35. rename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}'
  36. clean_source: 30
  37. along:
  38. extensions:
  39. - sub
  40. - srt
  41. list_add:
  42. - subtitle_list:
  43. list: subtitles
  44. path: "{{location}}"
  45. remove_after: 7 days
  46. download-subtitles:
  47. priority: 3
  48. disable: builtins
  49. subtitle_list:
  50. list: subtitles
  51. list_match:
  52. from:
  53. - subtitle_list:
  54. list: subtitles
  55. accept_all: yes
  56. regexp:
  57. reject:
  58. - '.*[sS]ample.*'
  59. subliminal:
  60. exact_match: yes
  61. languages:
  62. - es
  63. alternatives:
  64. - eng
  65. authentication:
  66. opensubtitles:
  67. username: usuario_opensubs
  68. password: pass_opensubs
  69. clean:
  70. priority: 4
  71. clean_transmission:
  72. host: localhost
  73. port: 9091
  74. username: 'transmission'
  75. password: 'transmission'
  76. finished_for: 1 hours
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement