Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.55 KB | None | 0 0
  1. # nzbToMedia Configuration
  2. # For more information, visit https://github.com/clinton-hall/nzbToMedia/wiki
  3.  
  4. [General]
  5. # Enable/Disable update notifications
  6. version_notify = 1
  7. # Enable/Disable automatic updates
  8. auto_update = 0
  9. # Set to the full path to the git executable
  10. git_path = ""
  11. # GitHUB user for repo
  12. git_user = ""
  13. # GitHUB branch for repo
  14. git_branch = ""
  15. # Enable/Disable forceful cleaning of leftover files following postprocess
  16. force_clean = 0
  17. # Enable/Disable logging debug messages to nzbtomedia.log
  18. log_debug = 0
  19. # Enable/Disable logging database messages to nzbtomedia.log
  20. log_db = 0
  21. # Enable/Disable logging environment variables to debug nzbtomedia.log (helpful to track down errors calling external tools.)
  22. log_env = 0
  23. # Enable/Disable logging git output to debug nzbtomedia.log (helpful to track down update failures.)
  24. log_git = 0
  25. # Set to the directory where your ffmpeg/ffprobe executables are located
  26. ffmpeg_path = ""
  27. # Enable/Disable media file checking using ffprobe.
  28. check_media = 1
  29. # Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake.
  30. safe_mode = 1
  31.  
  32. [Posix]
  33. ### Process priority setting for External commands (Extractor and Transcoder) on Posix (Unix/Linux/OSX) systems.
  34. # Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process).
  35. niceness = 0
  36. # Set the ionice scheduling class. 0 for none, 1 for real time, 2 for best-effort, 3 for idle.
  37. ionice_class = 0
  38. # Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
  39. ionice_classdata = 0
  40.  
  41. [CouchPotato]
  42. #### autoProcessing for Movies
  43. #### movie - category that gets called for post-processing with CPS
  44. [[movie]]
  45. enabled = 0
  46. apikey = ""
  47. host = localhost
  48. port = 5050
  49. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  50. ssl = 0
  51. web_root = ""
  52. # Enable/Disable linking for Torrents
  53. Torrent_NoLink = 0
  54. method = renamer
  55. delete_failed = 0
  56. wait_for = 2
  57. extract = 1
  58. # Set this to minimum required size to consider a media file valid (in MB)
  59. minSize = 0
  60. # Enable/Disable deleteing ignored files (samples and invalid media files)
  61. delete_ignored = 0
  62. ##### Enable if Couchpotato is on a remote server for this category
  63. remote_path = 0
  64. ##### Set to path where download client places completed downloads locally for this category
  65. watch_dir = ""
  66.  
  67. [SickBeard]
  68. #### autoProcessing for TV Series
  69. #### tv - category that gets called for post-processing with SB
  70. [[tv]]
  71. enabled = 1
  72. host = 104.143.10.216
  73. port = 8081
  74. username = ""
  75. password = ""
  76. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  77. web_root = ""
  78. ssl = 0
  79. fork = auto
  80. delete_failed = 0
  81. # Enable/Disable linking for Torrents
  82. Torrent_NoLink = 0
  83. process_method = ""
  84. # force processing of already processed content when running a manual scan.
  85. force = 0
  86. extract = 1
  87. nzbExtractionBy = Downloader
  88. # Set this to minimum required size to consider a media file valid (in MB)
  89. minSize = 0
  90. # Enable/Disable deleteing ignored files (samples and invalid media files)
  91. delete_ignored = 0
  92. ##### Enable if SickBeard is on a remote server for this category
  93. remote_path = 0
  94. ##### Set to path where download client places completed downloads locally for this category
  95. watch_dir = ""
  96.  
  97. [NzbDrone]
  98. #### autoProcessing for TV Series
  99. #### ndCategory - category that gets called for post-processing with NzbDrone
  100. [[tv]]
  101. enabled = 0
  102. apikey = ""
  103. host = localhost
  104. port = 8989
  105. username = ""
  106. password = ""
  107. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  108. web_root = ""
  109. ssl = 0
  110. delete_failed = 0
  111. # Enable/Disable linking for Torrents
  112. Torrent_NoLink = 0
  113. extract = 1
  114. nzbExtractionBy = Downloader
  115. wait_for = 2
  116. # Set this to minimum required size to consider a media file valid (in MB)
  117. minSize = 0
  118. # Enable/Disable deleteing ignored files (samples and invalid media files)
  119. delete_ignored = 0
  120. ##### Enable if NzbDrone is on a remote server for this category
  121. remote_path = 0
  122. ##### Set to path where download client places completed downloads locally for this category
  123. watch_dir = ""
  124.  
  125. [HeadPhones]
  126. #### autoProcessing for Music
  127. #### music - category that gets called for post-processing with HP
  128. [[music]]
  129. enabled = 0
  130. apikey = ""
  131. host = localhost
  132. port = 8181
  133. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  134. ssl = 0
  135. web_root = ""
  136. wait_for = 2
  137. # Enable/Disable linking for Torrents
  138. Torrent_NoLink = 0
  139. extract = 1
  140. # Set this to minimum required size to consider a media file valid (in MB)
  141. minSize = 0
  142. # Enable/Disable deleteing ignored files (samples and invalid media files)
  143. delete_ignored = 0
  144. ##### Enable if HeadPhones is on a remote server for this category
  145. remote_path = 0
  146. ##### Set to path where download client places completed downloads locally for this category
  147. watch_dir = ""
  148.  
  149. [Mylar]
  150. #### autoProcessing for Comics
  151. #### comics - category that gets called for post-processing with Mylar
  152. [[comics]]
  153. enabled = 0
  154. host = localhost
  155. port = 8090
  156. username = ""
  157. password = ""
  158. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  159. web_root = ""
  160. ssl = 0
  161. # Enable/Disable linking for Torrents
  162. Torrent_NoLink = 0
  163. extract = 1
  164. # Set this to minimum required size to consider a media file valid (in MB)
  165. minSize = 0
  166. # Enable/Disable deleteing ignored files (samples and invalid media files)
  167. delete_ignored = 0
  168. ##### Enable if Mylar is on a remote server for this category
  169. remote_path = 0
  170. ##### Set to path where download client places completed downloads locally for this category
  171. watch_dir = ""
  172.  
  173. [Gamez]
  174. #### autoProcessing for Games
  175. #### games - category that gets called for post-processing with Gamez
  176. [[games]]
  177. enabled = 0
  178. apikey = ""
  179. host = localhost
  180. port = 8085
  181. ######
  182. library = Set to path where you want the processed games to be moved to.
  183. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  184. ssl = 0
  185. web_root = ""
  186. # Enable/Disable linking for Torrents
  187. Torrent_NoLink = 0
  188. extract = 1
  189. # Set this to minimum required size to consider a media file valid (in MB)
  190. minSize = 0
  191. # Enable/Disable deleteing ignored files (samples and invalid media files)
  192. delete_ignored = 0
  193. ##### Enable if Gamez is on a remote server for this category
  194. remote_path = 0
  195. ##### Set to path where download client places completed downloads locally for this category
  196. watch_dir = ""
  197.  
  198. [Network]
  199. # Enter Mount points as LocalPath,RemotePath and separate each pair with '|'
  200. # e.g. MountPoints = /volume1/Public/,E:\|/volume2/share/,\\NAS\
  201. mount_points = ""
  202.  
  203. [Nzb]
  204. ###### clientAgent - Supported clients: sabnzbd, nzbget
  205. clientAgent = sabnzbd
  206. ###### SabNZBD (You must edit this if your using nzbToMedia.py with SabNZBD)
  207. sabnzbd_host = 104.143.10.216
  208. sabnzbd_port = 8080
  209. sabnzbd_apikey = ed7cabd045281e68379e53134438b724e
  210. ###### Enter the default path to your default download directory (non-category downloads). this directory is protected by safe_mode.
  211. default_downloadDirectory = /home/Temp/incomplete
  212.  
  213. [Torrent]
  214. ###### clientAgent - Supported clients: utorrent, transmission, deluge, rtorrent, vuze, other
  215. clientAgent = other
  216. ###### useLink - Set to hard for physical links, sym for symbolic links, move to move, and no to not use links (copy)
  217. useLink = hard
  218. ###### outputDirectory - Default output directory (categories will be appended as sub directory to outputDirectory)
  219. outputDirectory = /abs/path/to/complete/
  220. ###### Enter the default path to your default download directory (non-category downloads). this directory is protected by safe_mode.
  221. default_downloadDirectory = ""
  222. ###### Other categories/labels defined for your downloader. Does not include CouchPotato, SickBeard, HeadPhones, Mylar categories.
  223. categories = music_videos, pictures, software, manual
  224. ###### A list of categories that you don't want to be flattened (i.e preserve the directory structure when copying/linking.
  225. noFlatten = pictures, manual
  226. ###### uTorrent Hardlink solution (You must edit this if your using TorrentToMedia.py with uTorrent)
  227. uTorrentWEBui = http://localhost:8090/gui/
  228. uTorrentUSR = your username
  229. uTorrentPWD = your password
  230. ###### Transmission (You must edit this if your using TorrentToMedia.py with uTorrent)
  231. TransmissionHost = localhost
  232. TransmissionPort = 9091
  233. TransmissionUSR = your username
  234. TransmissionPWD = your password
  235. #### Deluge (You must edit this if your using TorrentToMedia.py with deluge. Note that the host/port is for the deluge daemon, not the webui)
  236. DelugeHost = localhost
  237. DelugePort = 58846
  238. DelugeUSR = your username
  239. DelugePWD = your password
  240. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  241. deleteOriginal = 0
  242.  
  243. [Extensions]
  244. compressedExtensions = .zip, .rar, .7z, .gz, .bz, .tar, .arj, .1, .01, .001
  245. mediaExtensions = .mkv, .avi, .divx, .xvid, .mov, .wmv, .mp4, .mpg, .mpeg, .vob, .iso, .m4v
  246. audioExtensions = .mp3, .aac, .ogg, .ape, .m4a, .asf, .wma, .flac
  247. metaExtensions = .nfo, .sub, .srt, .jpg, .gif
  248.  
  249. [Plex]
  250. plex_host = localhost
  251. plex_port = 32400
  252. plex_token = ""
  253. plex_ssl = 0
  254. # Enter Plex category to section mapping as Category,section and separate each pair with '|'
  255. # e.g. plex_sections = movie,3|tv,4
  256. plex_sections = ""
  257.  
  258. [Transcoder]
  259. # getsubs. enable to download subtitles.
  260. getSubs = 0
  261. # subLanguages. create a list of languages in the order you want them in your subtitles.
  262. subLanguages = eng, spa, fra
  263. # transcode. enable to use transcoder
  264. transcode = 0
  265. ###### duplicate =1 will cretae a new file. =0 will replace the original
  266. duplicate = 1
  267. # concat. joins cd1 cd2 etc into a single video.
  268. concat = 1
  269. ignoreExtensions = .avi, .mkv, .mp4
  270. # outputFastStart. 1 will use -movflags + faststart. 0 will disable this from being used.
  271. outputFastStart = 0
  272. # outputQualityPercent. used as -q:a value. 0 will disable this from being used.
  273. outputQualityPercent = 0
  274. # outputVideoPath. Set path you want transcoded videos moved to. Leave blank to disable.
  275. outputVideoPath = ""
  276. # processOutput. 1 will send the outputVideoPath to SickBeard/CouchPotato. 0 will send original files.
  277. processOutput = 0
  278. # audioLanguage. set the 3 letter language code you want as your primary audio track.
  279. audioLanguage = eng
  280. # allAudioLanguages. 1 will keep all audio tracks (uses AudioCodec3) where available.
  281. allAudioLanguages = 0
  282. # allSubLanguages. 1 will keep all exisiting sub languages. 0 will discare those not in your list above.
  283. allSubLanguages = 0
  284. # embedSubs. 1 will embded external sub/srt subs into your video if this is supported.
  285. embedSubs = 1
  286. # burnInSubtitle. burns the default sub language into your video (needed for players that don't support subs)
  287. burnInSubtitle = 0
  288. # extractSubs. 1 will extract subs from the video file and save these as external srt files.
  289. extractSubs = 0
  290. # externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
  291. externalSubDir = ""
  292. # hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg)
  293. hwAccel = 0
  294. # generalOptions. Enter your additional ffmpeg options here with commas to separate each option/value (i.e replace spaces with commas).
  295. generalOptions = ""
  296. # outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
  297. # If you want to use your own profile, leave this blank and set the remaining options below.
  298. # outputDefault profiles allowed: iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release
  299. outputDefault = ""
  300. #### Define custom settings below.
  301. outputVideoExtension = .mp4
  302. outputVideoCodec = libx264
  303. VideoCodecAllow = ""
  304. outputVideoPreset = medium
  305. outputVideoResolution = 1920:1080
  306. outputVideoFramerate = 24
  307. outputVideoBitrate = 800000
  308. outputVideoCRF = 19
  309. outputVideoLevel = 3.1
  310. outputAudioCodec = ac3
  311. AudioCodecAllow = ""
  312. outputAudioChannels = 6
  313. outputAudioBitrate = 640k
  314. outputAudioTrack2Codec = libfaac
  315. AudioCodec2Allow = ""
  316. outputAudioTrack2Channels = 2
  317. outputAudioTrack2Bitrate = 128000
  318. outputAudioOtherCodec = libmp3lame
  319. AudioOtherCodecAllow = ""
  320. outputAudioOtherChannels = ""
  321. outputAudioOtherBitrate = 128000
  322. outputSubtitleCodec = ""
  323.  
  324. [WakeOnLan]
  325. ###### set wake = 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) the host and port specified.
  326. wake = 0
  327. host = 192.168.1.37
  328. port = 80
  329. mac = 00:01:2e:2D:64:e1
  330.  
  331. [UserScript]
  332. #Use user_script for uncategorized downloads
  333. #Set the categories to use external script.
  334. #Use "UNCAT" to process non-category downloads, and "ALL" for all defined categories.
  335. [[UNCAT]]
  336. #Enable/Disable this subsection category
  337. enabled = 0
  338. Torrent_NoLink = 0
  339. extract = 1
  340. #Enable if you are sending commands to a remote server for this category
  341. remote_path = 0
  342. #What extension do you want to process? Specify all the extension, or use "ALL" to process all files.
  343. user_script_mediaExtensions = .mkv, .avi, .divx, .xvid, .mov, .wmv, .mp4, .mpg, .mpeg
  344. #Specify the path to your custom script. Use "None" if you wish to link this category, but NOT run any external script.
  345. user_script_path = /nzbToMedia/userscripts/script.sh
  346. #Specify the argument(s) passed to script, comma separated in order.
  347. #for example FP,FN,DN, TN, TL for file path (absolute file name with path), file name, absolute directory name (with path), Torrent Name, Torrent Label/Category.
  348. #So the result is /media/test/script/script.sh FP FN DN TN TL. Add other arguments as needed eg -f, -r
  349. user_script_param = FN
  350. #Set user_script_runOnce = 0 to run for each file, or 1 to only run once (presumably on teh entire directory).
  351. user_script_runOnce = 0
  352. #Specify the successcodes returned by the user script as a comma separated list. Linux default is 0
  353. user_script_successCodes = 0
  354. #Clean after? Note that delay function is used to prevent possible mistake :) Delay is intended as seconds
  355. user_script_clean = 1
  356. delay = 120
  357. #Unique path (directory) created for every download. set 0 to disable.
  358. unique_path = 1
  359. ##### Set to path where download client places completed downloads locally for this category
  360. watch_dir = ""
  361.  
  362. [ASCII]
  363. #Set convert =1 if you want to convert any "foreign" characters to ASCII (UTF8) before passing to SB/CP etc. Default is disabled (0).
  364. convert = 0
  365.  
  366. [passwords]
  367. # enter the full path to a text file containing passwords to be used for extraction attempts.
  368. # In the passwords file, every password should be on a new line
  369. PassWordFile = ""
  370.  
  371. [Custom]
  372. # enter a list (comma separated) of Group Tags you want removed from filenames to help with subtitle matching.
  373. # e.g remove_group = [rarbag],-NZBgeek
  374. # be careful if your "group" is a common "real" word. Please report if you have any group replacments that would fall in this category.
  375. remove_group = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement