Advertisement
tronyx86

autoProcess.ini

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