Advertisement
Guest User

Untitled

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