Advertisement
Guest User

Untitled

a guest
Feb 12th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 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. h264-max-level = 4.1
  31. use-qsv-decoder-with-encoder = True
  32. use-hevc-qsv-decoder = False
  33. enable_dxva2_gpu_decode = False
  34. ios-audio = True
  35. ios-first-track-only = False
  36. ios-audio-filter =
  37. ios-move-last = False
  38. max-audio-channels =
  39. audio-codec = ac3
  40. audio-language =
  41. audio-default-language = eng
  42. audio-channel-bitrate =
  43. audio-filter =
  44. audio-copy-original = False
  45. subtitle-codec = srt
  46. subtitle-language =
  47. subtitle-default-language = eng
  48. subtitle-encoding =
  49. fullpathguess = True
  50. convert-mp4 = False
  51. tagfile = True
  52. tag-language = en
  53. download-artwork = Thumbnail
  54. download-subs = False
  55. embed-subs = False
  56. embed-only-internal-subs = False
  57. sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
  58. permissions = 0777
  59. post-process = False
  60. pix-fmt =
  61. aac_adtstoasc = False
  62. postopts = -profile:v,high
  63. preopts =
  64.  
  65. [Deluge]
  66. host = localhost
  67. username = sampleuser
  68. convert = True
  69. password = samplepass
  70. sonarr-label = sonarr
  71. radarr-label = radarr
  72. bypass-label = bypass
  73. port = 58846
  74. output_directory =
  75. remove = true
  76. couchpotato-label = couchpotato
  77. sickbeard-label = sickbeard
  78. sickrage-label = sickrage
  79.  
  80. [SABNZBD]
  81. convert = True
  82. sonarr-category = sonarr
  83. radarr-category = radarr
  84. bypass-category = bypass
  85. output_directory =
  86. sickbeard-category = sickbeard
  87. sickrage-category = sickrage
  88. couchpotato-category = couchpotato
  89.  
  90. [Plex]
  91. host = 192.168.1.100
  92. port = 32400
  93. refresh = True
  94. token = GjztoCKMoHeFsSMdMQKy
  95.  
  96. [SickBeard]
  97. host = localhost
  98. port = 8081
  99. ssl = False
  100. api_key =
  101. web_root =
  102. username =
  103. password =
  104.  
  105. [CouchPotato]
  106. host = localhost
  107. port = 5050
  108. username =
  109. password =
  110. apikey =
  111. delay = 65
  112. method = renamer
  113. delete_failed = False
  114. ssl = False
  115. web_root =
  116.  
  117. [uTorrent]
  118. couchpotato-label = couchpotato
  119. sickbeard-label = sickbeard
  120. sickrage-label = sickrage
  121. sonarr-label = sonarr
  122. radarr-label = radarr
  123. bypass-label = bypass
  124. convert = True
  125. webui = False
  126. action_before = stop
  127. action_after = removedata
  128. host = http://localhost:8080/
  129. username =
  130. password =
  131. output_directory =
  132.  
  133. [Sickrage]
  134. host = localhost
  135. port = 8081
  136. ssl = False
  137. api_key =
  138. web_root =
  139. username =
  140. password =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement