Advertisement
Guest User

Untitled

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