Advertisement
Guest User

Untitled

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