Advertisement
unsocialsoul

Sickbeard MP4 Automator Settings

Nov 16th, 2017
2,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 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 = XXXXXXX
  16.  
  17. [Radarr]
  18. host = localhost
  19. port = 7878
  20. web_root =
  21. ssl = False
  22. apikey = XXXX
  23.  
  24. [MP4]
  25. ffmpeg = C:\FFMPEG\bin\ffmpeg.exe
  26. ffprobe = C:\FFMPEG\bin\ffprobe.exe
  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. enable_dxva2_gpu_decode = False
  42. ios-audio = False
  43. ios-first-track-only = False
  44. ios-audio-filter =
  45. ios-move-last = False
  46. max-audio-channels =
  47. audio-codec = aac
  48. audio-language = eng
  49. audio-default-language = eng
  50. audio-channel-bitrate = 0
  51. audio-filter =
  52. audio-copy-original = False
  53. subtitle-codec = mov_text
  54. subtitle-language = eng
  55. subtitle-default-language = eng
  56. subtitle-encoding =
  57. fullpathguess = True
  58. convert-mp4 = False
  59. tagfile = True
  60. tag-language = en
  61. download-artwork = Poster
  62. download-subs = True
  63. embed-subs = True
  64. embed-only-internal-subs = True
  65. sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
  66. permissions = 0777
  67. post-process = False
  68. pix-fmt =
  69. aac_adtstoasc = False
  70. postopts =
  71. preopts =
  72.  
  73. [CouchPotato]
  74. host = localhost
  75. port = 5050
  76. username =
  77. password =
  78. web_root =
  79. ssl = False
  80. apikey =
  81. delay = 65
  82. method = renamer
  83. delete_failed = False
  84.  
  85. [uTorrent]
  86. convert =
  87. couchpotato-label = couchpotato
  88. sickbeard-label = sickbeard
  89. sonarr-label = sonarr
  90. bypass-label = bypass
  91. sickrage-label = sickrage
  92. webui = False
  93. action_before = stop
  94. action_after = removedata
  95. host = http://localhost:8080/
  96. username =
  97. password =
  98. output_directory =
  99. radarr-label = radarr
  100.  
  101. [Deluge]
  102. host = localhost
  103. username =
  104. convert = True
  105. password =
  106. sonarr-label = sonarr
  107. bypass-label = bypass
  108. sickbeard-label = sickbeard
  109. port = 58846
  110. sickrage-label = sickrage
  111. couchpotato-label = couchpotato
  112. output_directory =
  113. remove = false
  114. radarr-label = radarr
  115.  
  116. [SABNZBD]
  117. convert = True
  118. sickrage-category = sickrage
  119. sonarr-category = sonarr
  120. bypass-category = bypass
  121. couchpotato-category = couchpotato
  122. sickbeard-category = sickbeard
  123. output_directory =
  124. radarr-category = radarr
  125.  
  126. [Sickrage]
  127. host = localhost
  128. port = 8081
  129. username =
  130. password =
  131. web_root =
  132. ssl = False
  133. api_key =
  134.  
  135. [Plex]
  136. host = localhost
  137. port = 32400
  138. refresh = True
  139. token = XXXXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement