Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. [SickBeard]
  2. host = localhost
  3. port = 8081
  4. username =
  5. password =
  6. web_root =
  7. ssl = False
  8. api_key =
  9.  
  10. [Sonarr]
  11. host = localhost
  12. port = 8989
  13. web_root =
  14. ssl = False
  15. apikey =
  16.  
  17. [Radarr]
  18. host = localhost
  19. port = 7878
  20. web_root =
  21. ssl = False
  22. apikey =
  23.  
  24. [MP4]
  25. ffmpeg = /usr/local/bin/ffmpeg
  26. ffprobe = /usr/local/bin/ffprobe
  27. threads = auto
  28. output_directory =
  29. copy_to =
  30. move_to =
  31. output_extension = mp4
  32. output_format = mp4
  33. delete_original = True
  34. relocate_moov = True
  35. video-codec = h264,x264
  36. video-bitrate =
  37. video-crf =
  38. video-max-width =
  39. h264-max-level =
  40. use-qsv-decoder-with-encoder = True
  41. ios-audio = True
  42. ios-first-track-only = False
  43. ios-audio-filter =
  44. max-audio-channels =
  45. audio-codec = ac3
  46. audio-language =
  47. audio-default-language =
  48. audio-channel-bitrate =
  49. audio-filter =
  50. subtitle-codec = mov_text
  51. subtitle-language = eng
  52. subtitle-default-language =
  53. subtitle-encoding =
  54. fullpathguess = True
  55. confirmtagdata = False
  56. convert-mp4 = False
  57. tagfile = True
  58. tag-language = en
  59. download-artwork = Poster
  60. download-subs = True
  61. embed-subs = True
  62. sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
  63. permissions = 0777
  64. post-process = False
  65. pix-fmt =
  66. aac_adtstoasc = False
  67. postopts =
  68. preopts =
  69.  
  70. [CouchPotato]
  71. host = localhost
  72. port = 5050
  73. username =
  74. password =
  75. web_root =
  76. ssl = False
  77. apikey =
  78. delay = 65
  79. method = renamer
  80. delete_failed = False
  81.  
  82. [uTorrent]
  83. convert =
  84. couchpotato-label = couchpotato
  85. sickbeard-label = sickbeard
  86. sonarr-label = sonarr
  87. bypass-label = bypass
  88. sickrage-label = sickrage
  89. webui = False
  90. action_before = stop
  91. action_after = removedata
  92. host = http://localhost:8080/
  93. username =
  94. password =
  95. output_directory =
  96. radarr-label = radarr
  97.  
  98. [Deluge]
  99. host = localhost
  100. username =
  101. convert = True
  102. password =
  103. sonarr-label = sonarr
  104. bypass-label = bypass
  105. sickbeard-label = sickbeard
  106. port = 58846
  107. sickrage-label = sickrage
  108. couchpotato-label = couchpotato
  109. output_directory =
  110. remove = false
  111. radarr-label = radarr
  112.  
  113. [SABNZBD]
  114. convert = True
  115. sickrage-category = sickrage
  116. sonarr-category = sonarr
  117. bypass-category = bypass
  118. couchpotato-category = couchpotato
  119. sickbeard-category = sickbeard
  120. output_directory =
  121. radarr-category = radarr
  122.  
  123. [Sickrage]
  124. host = localhost
  125. port = 8081
  126. username =
  127. password =
  128. web_root =
  129. ssl = False
  130. api_key =
  131.  
  132. [Plex]
  133. host = localhost
  134. port = 32400
  135. refresh = True
  136. token =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement