Advertisement
Guest User

nzbget.conf

a guest
Aug 7th, 2016
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.63 KB | None | 0 0
  1. # Configuration file for NZBGet
  2. #
  3. # On POSIX put this file to one of the following locations:
  4. # ~/.nzbget
  5. # /etc/nzbget.conf
  6. # /usr/etc/nzbget.conf
  7. # /usr/local/etc/nzbget.conf
  8. # /opt/etc/nzbget.conf
  9. #
  10. # On Windows put this file in program's directory.
  11. #
  12. # You can also put the file into any location, if you specify the path to it
  13. # using switch "-c", e.g:
  14. # nzbget -c /home/user/myconfig.txt
  15.  
  16. # For quick start change the option MainDir and configure one news-server
  17.  
  18.  
  19. ##############################################################################
  20. ### PATHS ###
  21.  
  22. # Root directory for all tasks.
  23. #
  24. # On POSIX you can use "~" as alias for home directory (e.g. "~/downloads").
  25. # On Windows use absolute paths (e.g. "C:\Downloads").
  26. MainDir=~/NZBGet
  27.  
  28. # Destination directory for downloaded files.
  29. #
  30. # If you want to distinguish between partially downloaded files and
  31. # completed downloads, use also option <InterDir>.
  32. DestDir=~/Downloads
  33.  
  34. # Directory to store intermediate files.
  35. #
  36. # If this option is set (not empty) the files are downloaded into
  37. # this directory first. After successful download of nzb-file (possibly
  38. # after par-repair) the files are moved to destination directory
  39. # (option <DestDir>). If download or unpack fail the files remain in
  40. # intermediate directory.
  41. #
  42. # Using of intermediate directory can significantly improve unpack
  43. # performance if you can put intermediate directory (option <InterDir>)
  44. # and destination directory (option <DestDir>) on separate physical
  45. # hard drives.
  46. #
  47. # NOTE: If the option <InterDir> is set to empty value the downloaded
  48. # files are put directly to destination directory (option <DestDir>).
  49. InterDir=${MainDir}/Intermediate
  50.  
  51. # Directory for incoming nzb-files.
  52. #
  53. # If a new nzb-file is added to queue via web-interface or RPC-API, it
  54. # is saved into this directory and then processed by pre-processing
  55. # script (option <ScanScript>).
  56. #
  57. # This directory is also monitored for new nzb-files. If a new file
  58. # is found it is added to download queue. The directory can have
  59. # sub-directories. A nzb-file queued from a subdirectory is automatically
  60. # assigned to category with sub-directory-name.
  61. NzbDir=~/Downloads
  62.  
  63. # Directory to store program state.
  64. #
  65. # This directory is used to save download queue, history, information
  66. # about fetched RSS feeds, statistics, etc.
  67. QueueDir=${MainDir}/queue
  68.  
  69. # Directory to store temporary files.
  70. TempDir=${MainDir}/tmp
  71.  
  72. # Directory with web-interface files.
  73. #
  74. # Example: /usr/local/share/nzbget/webui.
  75. #
  76. # NOTE: To disable web-interface set the option to an empty value.
  77. # This however doesn't disable the built-in web-server completely because
  78. # it is also used to serve JSON-/XML-RPC requests.
  79. # NOTE: option WebDir cannot be changed because it is hardcoded in OSX version.
  80.  
  81. # Directory with post-processing and other scripts.
  82. #
  83. # NOTE: For information on writing scripts visit http://nzbget.net/Extension_scripts.
  84. ScriptDir=${MainDir}/scripts
  85.  
  86. # Lock-file for daemon-mode, POSIX only.
  87. #
  88. # If the option is not empty, NZBGet creates the file and writes process-id
  89. # (PID) into it. That info can be used in shell scripts.
  90. # NOTE: option LockFile cannot be changed because it is hardcoded in OSX version.
  91.  
  92. # Where to store log file, if it needs to be created.
  93. #
  94. # NOTE: See also option <WriteLog>.
  95. LogFile=~/Library/Logs/NZBGet.log
  96.  
  97. # Configuration file template.
  98. #
  99. # Put the path to the example configuration file which comes with
  100. # NZBGet. Web-interface needs this file to read option descriptions.
  101. #
  102. # Do not put here your actual configuration file (typically stored
  103. # in your home directory or in /etc/nzbget.conf) but instead the unchanged
  104. # example configuration file (installed to
  105. # /usr/local/share/nzbget/nzbget.conf).
  106. #
  107. # Example: /usr/local/share/nzbget/nzbget.conf.
  108. # NOTE: option ConfigTemplate cannot be changed because it is hardcoded in OSX version.
  109.  
  110.  
  111. ##############################################################################
  112. ### NEWS-SERVERS ###
  113.  
  114. # This section defines which servers NZBGet should connect to.
  115. #
  116. # The servers should be numbered subsequently without holes.
  117. # For example if you configure three servers you should name them as Server1,
  118. # Server2 and Server3. If you need to delete Server2 later you should also
  119. # change the name of Server3 to Server2. Otherwise it will not be properly
  120. # read from the config file. Server number doesn't affect its priority (level).
  121.  
  122. # Use this news server (yes, no).
  123. #
  124. # Set to "no" to temporary disable the server.
  125. Server1.Active=yes
  126.  
  127. # Name of news server.
  128. #
  129. # The name is used in UI and for logging. It can be any string, you
  130. # may even leave it empty.
  131. Server1.Name=xxxxxx
  132.  
  133. # Level (priority) of news server (0-99).
  134. #
  135. # The servers are ordered by their level. NZBGet first tries to download
  136. # an article from one (any) of level-0-servers. If that server fails,
  137. # NZBGet tries all other level-0-servers. If all servers fail, it proceeds
  138. # with the level-1-servers, etc.
  139. #
  140. # Put your major download servers at level 0 and your fill servers at
  141. # levels 1, 2, etc..
  142. #
  143. # Several servers with the same level may be defined, they have
  144. # the same priority.
  145. Server1.Level=0
  146.  
  147. # Group of news server (0-99).
  148. #
  149. # If you have multiple accounts with same conditions (retention, etc.)
  150. # on the same news server, set the same group (greater than 0) for all
  151. # of them. If download fails on one news server, NZBGet does not try
  152. # other servers from the same group.
  153. #
  154. # Value "0" means no group defined (default).
  155. Server1.Group=0
  156.  
  157. # Host name of news server.
  158. Server1.Host=xxxx
  159.  
  160. # Port to connect to (1-65535).
  161. Server1.Port=563
  162.  
  163. # User name to use for authentication.
  164. Server1.Username=xxxx
  165.  
  166. # Password to use for authentication.
  167. Server1.Password==xxxx
  168.  
  169. # Server requires "Join Group"-command (yes, no).
  170. Server1.JoinGroup=no
  171.  
  172. # Encrypted server connection (TLS/SSL) (yes, no).
  173. #
  174. # NOTE: By changing this option you should also change the option <ServerX.Port>
  175. # accordingly because unsecure and encrypted connections use different ports.
  176. Server1.Encryption=yes
  177.  
  178. # Cipher to use for encrypted server connection.
  179. #
  180. # By default (when the option is empty) the underlying encryption library
  181. # chooses the cipher automatically. To achieve the best performance
  182. # however you can manually select a faster cipher.
  183. #
  184. # See http://nzbget.net/Choosing_a_cipher for details.
  185. #
  186. # NOTE: One of the fastest cipher is RC4, it also provides strong 128 bit
  187. # encryption. To select it use the cipher string "RC4-MD5" (if NZBGet was
  188. # configured to use OpenSSL) or "NONE:+VERS-TLS-ALL:+ARCFOUR-128:+RSA:+MD5:+COMP-ALL"
  189. # (if NZBGet was configured to use GnuTLS).
  190. #
  191. # NOTE: You may get a TLS handshake error if the news server does
  192. # not support the chosen cipher. You can also get an error "Could not
  193. # select cipher for TLS" if the cipher string is not valid.
  194. Server1.Cipher=
  195.  
  196. # Maximum number of simultaneous connections to this server (0-999).
  197. Server1.Connections=10
  198.  
  199. # Second server, on level 0.
  200.  
  201. #Server2.Level=0
  202. #Server2.Host=xxxx
  203. #Server2.Port=119
  204. #Server2.Username=me
  205. #Server2.Password=mypass
  206. #Server2.JoinGroup=yes
  207. #Server2.Connections=4
  208.  
  209. # Third server, on level 1.
  210.  
  211. #Server3.Level=1
  212. #Server3.Host=fills.newsserver.com
  213. #Server3.Port=119
  214. #Server3.Username=me2
  215. #Server3.Password=mypass2
  216. #Server3.JoinGroup=yes
  217. #Server3.Connections=1
  218.  
  219.  
  220. ##############################################################################
  221. ### SECURITY ###
  222.  
  223. # IP on which NZBGet server listen and which clients use to contact NZBGet.
  224. #
  225. # It could be a dns-hostname (e. g. "mypc") or an ip-address (e. g. "192.168.1.2" or
  226. # "127.0.0.1"). An IP-address is more effective because does not require dns-lookup.
  227. #
  228. # Your computer may have multiple network interfaces and therefore multiple IP
  229. # addresses. If you want NZBGet to listen to all interfaces and be available from
  230. # all IP-addresses use value "0.0.0.0".
  231. #
  232. # NOTE: When you start NZBGet as client (to send remote commands to NZBGet server) and
  233. # the option <ControlIP> is set to "0.0.0.0" the client will use IP "127.0.0.1".
  234. #
  235. # NOTE: If you set the option to "127.0.0.1" you will be able to connect to NZBGet
  236. # only from the computer running NZBGet. This restriction applies to web-interface too.
  237. ControlIP=0.0.0.0
  238.  
  239. # Port which NZBGet server and remote client use (1-65535).
  240. #
  241. # NOTE: The communication via this port is not encrypted. For encrypted
  242. # communication see option <SecurePort>.
  243. ControlPort=6789
  244.  
  245. # User name which NZBGet server and remote client use.
  246. #
  247. # Set to empty value to disable user name check (check only password).
  248. #
  249. # NOTE: This option was added in NZBGet 11. Older versions used predefined
  250. # not changeable user name "nzbget". Third-party tools or web-sites written
  251. # for older NZBGet versions may not have an option to define user name. In
  252. # this case you should set option <ControlUsername> to the default value
  253. # "nzbget" or use empty value.
  254. ControlUsername=nzbget
  255.  
  256. # Password which NZBGet server and remote client use.
  257. #
  258. # Set to empty value to disable authorization request.
  259. ControlPassword=xxxx
  260.  
  261. # Secure control of NZBGet server (yes, no).
  262. #
  263. # Activate the option if you want to access NZBGet built-in web-server
  264. # via HTTPS (web-interface and RPC). You should also provide certificate
  265. # and key files, see option <SecureCert> and option <SecureKey>.
  266. SecureControl=no
  267.  
  268. # Port which NZBGet server and remote client use for encrypted
  269. # communication (1-65535).
  270. SecurePort=xxxx
  271.  
  272. # Full path to certificate file for encrypted communication.
  273. SecureCert=
  274.  
  275. # Full path to key file for encrypted communication.
  276. SecureKey=
  277.  
  278. # IP-addresses allowed to connect without authorization.
  279. #
  280. # Comma separated list of privileged IPs for easy access to NZBGet
  281. # built-in web-server (web-interface and RPC).
  282. #
  283. # Example: 127.0.0.1,192.168.178.2.
  284. #
  285. # NOTE: Do not use this option if the program works behind another
  286. # web-server because all requests will have the address of this server.
  287. AuthorizedIP=127.0.0.1
  288.  
  289. # User name for daemon-mode, POSIX only.
  290. #
  291. # Set the user that the daemon normally runs at (POSIX in daemon-mode only).
  292. # Set MainDir with an absolute path to be sure where it will write.
  293. # This allows NZBGet daemon to be launched in rc.local (at boot), and
  294. # download items as a specific user id.
  295. #
  296. # NOTE: This option has effect only if the program was started from
  297. # root-account, otherwise it is ignored and the daemon runs under
  298. # current user id.
  299. # NOTE: option DaemonUsername cannot be changed because it is hardcoded in OSX version.
  300.  
  301. # Specify default umask (affects file permissions) for newly created
  302. # files, POSIX only (000-1000).
  303. #
  304. # The value should be written in octal form (the same as for "umask" shell
  305. # command).
  306. # Empty value or value "1000" disable the setting of umask-mode; current
  307. # umask-mode (set via shell) is used in this case.
  308. UMask=1000
  309.  
  310.  
  311. ##############################################################################
  312. ### CATEGORIES ###
  313.  
  314. # This section defines categories available in web-interface.
  315.  
  316. # Category name.
  317. #
  318. # Each nzb-file can be assigned to a category.
  319. # Category name is passed to post-processing script and can be used by it
  320. # to perform category specific processing.
  321. Category1.Name=Movies
  322.  
  323. # Destination directory for this category.
  324. #
  325. # If this option is empty, then the default destination directory
  326. # (option <DestDir>) is used. In this case if the option <AppendCategoryDir>
  327. # is active, the program creates a subdirectory with category name within
  328. # destination directory.
  329. Category1.DestDir=
  330.  
  331. # Unpack downloaded nzb-files (yes, no).
  332. #
  333. # For more information see global option <Unpack>.
  334. Category1.Unpack=yes
  335.  
  336. # Default list of post-processing scripts.
  337. #
  338. # For more information see global option <PostScript>.
  339. Category1.PostScript=
  340.  
  341. # List of aliases.
  342. #
  343. # When a nzb-file is added from URL, RSS or RPC the category name
  344. # is usually supplied by nzb-site or by application accessing
  345. # NZBGet. Using Aliases you can match their categories with your owns.
  346. #
  347. # Separate aliases with commas or semicolons. Use wildcard-characters
  348. # * and ? for pattern matching.
  349. #
  350. # Example: TV - HD, TV - SD, TV*
  351. Category1.Aliases=
  352.  
  353. Category2.Name=Series
  354. Category3.Name=Music
  355. Category4.Name=Software
  356.  
  357.  
  358. ##############################################################################
  359. ### RSS FEEDS ###
  360.  
  361. # Name of RSS Feed.
  362. #
  363. # The name is used in UI and for logging. It can be any string.
  364. #Feed1.Name=my feed
  365.  
  366. # Address (URL) of RSS Feed.
  367. #
  368. # Example: https://myindexer.com/api?apikey=3544646bfd1c535a9654645609800901&t=search&q=game.
  369. #
  370. # NOTE: When the feed is fetched for the very first time all existing
  371. # items are ignored. The items found on subsequentional fetches are processed.
  372. #Feed1.URL=
  373.  
  374. # Filter rules for items.
  375. #
  376. # Use filter to ignore unwanted items in the feed. In its simplest version
  377. # the filter is a space separated list of words which must be present in
  378. # the item title.
  379. #
  380. # Example: linux debian dvd.
  381. #
  382. # MORE INFO:
  383. # NOTE: This is a short documentation, for more information visit
  384. # http://nzbget.net/RSS.
  385. #
  386. # Feed filter consists of rules - one rule per line. Each rule defines
  387. # a search string and a command, which must be performed if the search
  388. # string matches. There are five kinds of rule-commands: Accept,
  389. # Reject, Require, Options, Comment.
  390. #
  391. # NOTE: Since options in the configuration file can not span multiple
  392. # lines, the lines (rules) must be separated with %-character (percent).
  393. #
  394. # Definition of a rule:
  395. # [A:|A(options):|R:|Q:|O(options):|#] search-string
  396. #
  397. # A - declares Accept-rule. Rules are accept-rules by default, the
  398. # "A:" can be imitted. If the feed item matches to the rule the
  399. # item is considered good and no further rules are checked.
  400. # R - declares Reject-rule. If the feed item matches to the rule the
  401. # item is considered bad and no further rules are checked.
  402. # Q - declares Require-rule. If the feed item DOES NOT match to the rule
  403. # the item is considered bad and no further rules are checked.
  404. # O - declares Options-rule. If the feed item matches to the rule the
  405. # options declared in the rule are set for the item. The item is
  406. # neither accepted nor rejected via this rule but can be accepted
  407. # later by one of Accept-rules. In this case the item will have its
  408. # options already set (unless the Accept-rule overrides them).
  409. # # - lines starting with # are considered comments and are ignored. You
  410. # can use comments to explain complex rules or to temporary disable
  411. # rules for debugging.
  412. #
  413. # Options allow to set properties on nzb-file. It's a comma-separated
  414. # list of property names with their values.
  415. #
  416. # Definition of an option:
  417. # name:value
  418. #
  419. # Options can be defined using long option names or short names:
  420. # category (cat, c) - set category name, value is a string;
  421. # pause (p) - add nzb in paused or unpaused state, possible
  422. # values are: yes (y), no (n);
  423. # priority (pr, r) - set priority, value is a signed integer number;
  424. # priority+ (pr+, r+) - increase priority, value is a signed integer number;
  425. # dupescore (ds, s) - set duplicate score, value is a signed integer number;
  426. # dupescore+ (ds+, s+) - increase duplicate score, value is a signed integer number;
  427. # dupekey (dk, k) - set duplicate key, value is a string;
  428. # dupekey+ (dk+, k+) - add to duplicate key, value is a string;
  429. # dupemode (dm, m) - set duplicate check mode, possible values
  430. # are: score (s), all (a), force (f);
  431. # rageid - generate duplicate key using this rageid
  432. # (integer number) and season/episode numbers;
  433. # series - generate duplicate key using series identifier
  434. # (any unique string) and season/episode numbers.
  435. #
  436. # Examples of option definitions:
  437. # Accept(category:my series, pause:yes, priority:100): my show 1080p;
  438. # Options(c:my series, p:y, r:100): 1080p;
  439. # Options(s:1000): 1080p;
  440. # Options(k+:1080p): 1080p;
  441. # Options(dupemode:force): BluRay.
  442. #
  443. # Rule-options override values set in feed-options.
  444. #
  445. # The search-string is similar to used in search engines. It consists of
  446. # search terms separated with spaces. Every term is checked for a feed
  447. # item and if they all succeed the rule is considered matching.
  448. #
  449. # Definition of a term:
  450. # [+|-][field:][command]param
  451. #
  452. # + - declares a positive term. Terms are positive by default,
  453. # the "+" can be omitted;
  454. # - - declares a negative term. If the term succeed the feed
  455. # item is ignored;
  456. # field - field to which apply the term. If not specified
  457. # the default field "title" is used;
  458. # command - a special character defining how to interpret the
  459. # parameter (followed after the command):
  460. # @ - search for string "param". This is default command,
  461. # the "@" can be omitted;
  462. # $ - "param" defines a regular expression (using POSIX Extended
  463. # Regular Expressions syntax);
  464. # = - equal;
  465. # < - less than;
  466. # <= - equal or less than;
  467. # > - greater than;
  468. # >= - equal or greater than;
  469. # param - parameter for command.
  470. #
  471. # Commands @ and $ are for use with text fields (title, filename, category,
  472. # link, description, dupekey). Commands =, <, <=, > and >= are for use
  473. # with numeric fields (size, age, imdbid, rageid, season, episode, priority,
  474. # dupescore).
  475. #
  476. # Only fields title, filename and age are always present. The availability of
  477. # other fields depend on rss feed provider.
  478. #
  479. # Any newznab attribute (encoded as "newznab:attr" in the RSS feed) can
  480. # be used as search field with prefix "attr-", for example "attr-genre".
  481. #
  482. # Text search (Command @) supports supports wildcard characters * (matches
  483. # any number of any characters), ? (matches any one character)
  484. # and # (matches one digit).
  485. # Text search is by default performed against words (word-search mode): the
  486. # field content is separated into words and then each word is checked
  487. # against pattern. If the search pattern starts and ends with * (star)
  488. # the search is performed against the whole field content
  489. # (substring-search mode). If the search pattern contains word separator
  490. # characters (except * and ?) the search is performed on the whole
  491. # field (the word-search would be obviously never successful in this
  492. # case). Word separators are: !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~.
  493. #
  494. # Field "size" can have suffixes "K" or "KB" for kilobytes, "M" or "MB"
  495. # for megabytes and "G" or "GB" for gigabytes. Field "age" can have
  496. # suffixes "m" for minutes, "h" for hours and "d" for days. If suffix
  497. # is not specified default is days.
  498. #
  499. # Examples (the trailing ; or . is not part of filter):
  500. # 1) A: s01* -category:anime;
  501. # 2) my show WEB-DL;
  502. # 3) *my?show* WEB-DL size:<1.8GB age:>2h;
  503. # 4) R: size:>9GB;
  504. # 5) Q: HDTV.
  505. #
  506. # NOTE: This is a short documentation, for more information visit
  507. # http://nzbget.net/RSS.
  508. #Feed1.Filter=
  509.  
  510. # How often to check for new items (minutes).
  511. #
  512. # Value "0" disables the automatic check of this feed.
  513. #Feed1.Interval=15
  514.  
  515. # Add nzb-files as paused (yes, no).
  516. #Feed1.PauseNzb=no
  517.  
  518. # Category for added nzb-files.
  519. #
  520. # NOTE: Feed providers may include category name within response when nzb-file
  521. # is downloaded. If you want to use the providers category leave the option empty.
  522. #Feed1.Category=
  523.  
  524. # Priority for added nzb-files (number).
  525. #
  526. # Priority can be any integer value. The web-interface however operates
  527. # with only six predefined priorities: -100 (very low priority), -50
  528. # (low priority), 0 (normal priority, default), 50 (high priority),
  529. # 100 (very high priority) and 900 (force priority). Downloads with
  530. # priorities equal to or greater than 900 are downloaded and
  531. # post-processed even if the program is in paused state (force mode).
  532. #Feed1.Priority=0
  533.  
  534.  
  535. ##############################################################################
  536. ### INCOMING NZBS ###
  537.  
  538. # Create subdirectory with category-name in destination-directory (yes, no).
  539. AppendCategoryDir=no
  540.  
  541. # How often incoming-directory (option <NzbDir>) must be checked for new
  542. # nzb-files (seconds).
  543. #
  544. # Value "0" disables the check.
  545. #
  546. # NOTE: nzb-files are processed by scan and queue scripts. See
  547. # options <ScanScript> and <QueueScript>.
  548. NzbDirInterval=5
  549.  
  550. # How old nzb-file should at least be for it to be loaded to queue (seconds).
  551. #
  552. # NZBGet checks if nzb-file was not modified in last few seconds, defined by
  553. # this option. That safety interval prevents the loading of files, which
  554. # were not yet completely saved to disk, for example if they are still being
  555. # downloaded in web-browser.
  556. NzbDirFileAge=60
  557.  
  558. # Check for duplicate titles (yes, no).
  559. #
  560. # If this option is enabled the program checks by adding of a new nzb-file:
  561. # 1) if history contains the same title (see below) with success status
  562. # the nzb-file is not added to queue;
  563. # 2) if download queue already contains the same title the nzb-file is
  564. # added to queue for backup (if firt file fails);
  565. # 3) if nzb-file contains duplicate entries. This helps to find errors
  566. # in bad nzb-files.
  567. #
  568. # "Same title" means the nzb file name is same or the duplicate key is
  569. # same. Duplicate keys are set by fetching from RSS feeds using title
  570. # identifier fields provided by RSS provider (imdbid or rageid/season/episode).
  571. #
  572. # If duplicates were detected only one of them is downloaded. If download
  573. # fails another duplicate is tried. If download succeeds all remaining
  574. # duplicates are deleted from queue.
  575. #
  576. # NOTE: For automatic duplicate handling option <HealthCheck> must be
  577. # set to "Delete" or "None". If it is set to "Pause" you will need to
  578. # manually unpause another duplicate (if any exists in queue).
  579. #
  580. # NOTE: For more info on duplicates see http://nzbget.net/RSS.
  581. DupeCheck=yes
  582.  
  583.  
  584. ##############################################################################
  585. ### DOWNLOAD QUEUE ###
  586.  
  587. # Save download queue to disk (yes, no).
  588. #
  589. # This allows to reload it on next start.
  590. SaveQueue=yes
  591.  
  592. # Reload download queue on start, if it exists (yes, no).
  593. ReloadQueue=yes
  594.  
  595. # Continue download of partially downloaded files (yes, no).
  596. #
  597. # If active the current state (the info about what articles were already
  598. # downloaded) is saved every second and is reloaded after restart. This is
  599. # about files included in download jobs (usually rar-files), not about
  600. # download-jobs (nzb-files) itself. Download-jobs are always
  601. # continued regardless of that option.
  602. #
  603. # Disabling this option may slighlty reduce disk access and is
  604. # therefore recommended on fast connections.
  605. ContinuePartial=yes
  606.  
  607. # Propagation delay to your news servers (minutes).
  608. #
  609. # The option sets minimum post age for nzb-files. Very recent files
  610. # are not downloaded to avoid download failures. The files remain
  611. # on hold in the download queue until the propagation delay expires,
  612. # after that they are downloaded.
  613. PropagationDelay=0
  614.  
  615. # Decode articles (yes, no).
  616. #
  617. # yes - decode articles using internal decoder (supports yEnc and UU formats);
  618. # no - articles will not be decoded/joined. Useful to look at article's source text.
  619. #
  620. # NOTE: This option is primary for debugging purposes. You should not
  621. # disable it.
  622. Decode=yes
  623.  
  624. # Memory limit for article cache (megabytes).
  625. #
  626. # Article cache helps to improve performance. First the amount of disk
  627. # operations can be significantly reduced. Second the created files are
  628. # less fragmented, which again speeds up the post-processing (unpacking).
  629. #
  630. # The article cache works best with option <DirectWrite> which can
  631. # effectively use even small cache (like 50 MB).
  632. #
  633. # If option <DirectWrite> is disabled the cache should be big enough to
  634. # hold all articles of one file (typically up to 200 MB, sometimes even
  635. # 500 MB). Otherwise the articles are written into temporary directory
  636. # when the cache is full, which degrades performance.
  637. #
  638. # Value "0" disables article cache.
  639. #
  640. # In 32 bit mode the maximum allowed value is 1900.
  641. #
  642. # NOTE: Also see option <WriteBuffer>.
  643. ArticleCache=700
  644.  
  645. # Write decoded articles directly into destination output file (yes, no).
  646. #
  647. # Files are posted to Usenet in multiple pieces (articles). Each file
  648. # typically consists of hundreds of articles.
  649. #
  650. # When option <DirectWrite> is disabled and the article cache (option
  651. # <ArticleCache>) is not active or is full the program saves downloaded
  652. # articles into temporary directory and later reads them all to write
  653. # again into the destination file.
  654. #
  655. # When option <DirectWrite> is enabled the program at first creates the
  656. # output destination file with required size (total size of all articles),
  657. # then writes the articles directly to this file without creating of any
  658. # temporary files. If article cache (option <ArticleCache>) is active
  659. # the downloaded articles are saved into cache first and are written
  660. # into the destination file when the cache flushes. This happen when
  661. # all articles of the file are downloaded or when the cache becomes
  662. # full to 90%.
  663. #
  664. # The direct write relies on the ability of file system to create
  665. # empty files without allocating the space on the drive (sparse files),
  666. # which most modern file systems support including EXT3, EXT4
  667. # and NTFS. The notable exception is HFS+ (default file system on OSX).
  668. #
  669. # The direct write usually improves performance by reducing the amount
  670. # of disk operations but may produce more fragmented files when used
  671. # without article cache.
  672. DirectWrite=no
  673.  
  674. # Memory limit for per article write buffer (kilobytes).
  675. #
  676. # When downloaded articles are written into disk the OS collects
  677. # data in the internal buffer before flushing it into disk. This option
  678. # controls the size of this buffer per connection/download thread.
  679. #
  680. # Larger buffers decrease the amount of disk operations and help
  681. # producing less fragmented files speeding up the post-processing
  682. # (unpack).
  683. #
  684. # To calculate the maximum memory required for all download threads multiply
  685. # WriteBuffer by number of connections configured in section
  686. # "NEWS-SERVERS". The option sets the limit, the actual buffer can be
  687. # smaller if the article size (typically about 500 KB) is below the limit.
  688. #
  689. # Write-buffer is managed by OS (system libraries) and therefore
  690. # the effect of the option is highly OS-dependent.
  691. #
  692. # Recommended value for computers with enough memory: 1024.
  693. #
  694. # Value "0" disables the setting of buffer size. In this case a buffer
  695. # of default size (OS and compiler specific) is used, which is usually
  696. # too small (1-4 KB) and therefore not optimal.
  697. #
  698. # NOTE: Also see option <ArticleCache>.
  699. WriteBuffer=1024
  700.  
  701. # Check CRC of downloaded and decoded articles (yes, no).
  702. #
  703. # Normally this option should be enabled for better detecting of download
  704. # errors. However checking of CRC needs CPU time. On a fast connection and
  705. # slow CPU disabling of CRC-Check may improve performance.
  706. CrcCheck=yes
  707.  
  708. # How many retries should be attempted if a download error occurs (0-99).
  709. #
  710. # 1) If download fails because of "article or group not found error" the
  711. # program tries another news server.
  712. #
  713. # 2) If download fails because of interrupted connection, the program
  714. # tries the same server again until connection can be established.
  715. #
  716. # In both cases 1) and 2) option <Retries> is not used.
  717. #
  718. # If download however fails because of incomplete article, CRC-error or other
  719. # error not mentioned above the program tries to redownload the article from
  720. # the same news server as many times as defined in option <Retries>. If all
  721. # attempts fail the program tries another news server.
  722. Retries=3
  723.  
  724. # Set the interval between retries (seconds).
  725. RetryInterval=10
  726.  
  727. # Set connection timeout for article downloading (seconds).
  728. ArticleTimeout=60
  729.  
  730. # Set connection timeout for URL fetching (seconds).
  731. #
  732. # This includes fetching of nzb-files via URLs and fetching of RSS feeds.
  733. UrlTimeout=60
  734.  
  735. # Timeout until a download-thread should be killed (seconds).
  736. #
  737. # This can help on hanging downloads, but is dangerous.
  738. # Do not use small values!
  739. TerminateTimeout=600
  740.  
  741. # Set the maximum download rate on program start (kilobytes/sec).
  742. #
  743. # The download rate can be changed later via remote calls.
  744. #
  745. # Value "0" means no speed control.
  746. DownloadRate=0
  747.  
  748. # Accurate speed rate calculation (yes, no).
  749. #
  750. # During downloading using several connections the download threads may
  751. # interfere with each other when updating statistical data for speed
  752. # meter. This may cause small errors in current download speed reported
  753. # by the program. The speed meter recovers automatically from such errors
  754. # after max. 30 seconds (time window used for speed calculation).
  755. #
  756. # Enable the option to use thread synchronisation mechanisms in order to
  757. # provide absolutely accurate speed calculations.
  758. #
  759. # NOTE: Thread synchronisation increases CPU load and therefore can
  760. # decrease download speed. Do not activate this option on computers with
  761. # limited CPU power. Before activating the option it is recommended to
  762. # run tests to determine how the option affects the CPU usage and the
  763. # download speed on a particular system.
  764. AccurateRate=no
  765.  
  766. # Pause if disk space gets below this value (megabytes).
  767. #
  768. # Disk space is checked for directories pointed by option <DestDir> and
  769. # option <InterDir>.
  770. #
  771. # Value "0" disables the check.
  772. DiskSpace=250
  773.  
  774. # Delete already downloaded files from disk when nzb-file is deleted
  775. # (yes, no).
  776. #
  777. # This option defines if downloaded files must be deleted when:
  778. # 1) download of nzb-file is cancelled (deleted from queue);
  779. # 2) history record with failure-status (par-failure or unpack-failure)
  780. # is deleted from history.
  781. DeleteCleanupDisk=yes
  782.  
  783. # Delete source nzb-file when it is not needed anymore (yes, no).
  784. #
  785. # Enable this option for automatic deletion of source nzb-file from
  786. # incoming directory when the program doesn't require it anymore (the
  787. # nzb-file has been deleted from queue and history).
  788. NzbCleanupDisk=yes
  789.  
  790. # Keep the history of downloaded nzb-files (days).
  791. #
  792. # After download and post-processing the items are added to history where
  793. # their status can be checked and they can be post-processed again if
  794. # neccessary.
  795. #
  796. # After expiring of defined period:
  797. #
  798. # If option <DupeCheck> is active the items become hidden and the amount
  799. # of data kept is significantly reduced (for better performance), only
  800. # fields necessary for duplicate check are kept. The item remain in the
  801. # hidden history (forever);
  802. #
  803. # If option <DupeCheck> is NOT active the items are removed from history.
  804. #
  805. # Value "0" disables history. Duplicate check will not work.
  806. KeepHistory=30
  807.  
  808. # Keep the history of outdated feed items (days).
  809. #
  810. # After fetching of an RSS feed the information about included items (nzb-files)
  811. # is saved to disk. This allows to detect new items on next fetch. Feed
  812. # providers update RSS feeds constantly. Since the feed length is limited
  813. # (usually 100 items or less) the old items get pushed away by new
  814. # ones. When an item is not present in the feed anymore it's not necessary
  815. # to keep the information about this item on the disk.
  816. #
  817. # If option is set to "0", the outdated items are deleted from history
  818. # immediately.
  819. #
  820. # Otherwise the items are held in the history for defined number of
  821. # days. Keeping of items for few days helps in situations when feed provider
  822. # has technical issues and may response with empty feeds (or with missing
  823. # items). When the technical issue is fixed the items may reappear in the
  824. # feed causing the program to redownload items if they were not found in
  825. # the feed history.
  826. FeedHistory=7
  827.  
  828. # Maximum number of simultaneous connections for nzb URL downloads (0-999).
  829. #
  830. # When NZB-files are added to queue via URL, the program downloads them
  831. # from the specified URL. The option limits the maximal number of connections
  832. # used for this purpose, when multiple URLs were added at the same time.
  833. UrlConnections=4
  834.  
  835. # Force URL-downloads even if download queue is paused (yes, no).
  836. #
  837. # If option is active the URL-downloads (such as appending of nzb-files
  838. # via URL or fetching of RSS feeds and nzb-files from feeds) are performed
  839. # even if download is in paused state.
  840. UrlForce=yes
  841.  
  842.  
  843. ##############################################################################
  844. ### LOGGING ###
  845.  
  846. # How to use log file (none, append, reset, rotate).
  847. #
  848. # none - do not write into log file;
  849. # append - append to the existing log file or create it;
  850. # reset - delete existing log file on program start and create a new one;
  851. # rotate - create new log file for each day, delete old files,
  852. # see option <RotateLog>.
  853. WriteLog=append
  854.  
  855. # Log file rotation period (days).
  856. #
  857. # Defines how long to keep old log-files, when log rotation is active
  858. # (option <WriteLog> is set to "rotate").
  859. RotateLog=3
  860.  
  861.  
  862. # How error messages must be printed (screen, log, both, none).
  863. ErrorTarget=both
  864.  
  865. # How warning messages must be printed (screen, log, both, none).
  866. WarningTarget=both
  867.  
  868. # How info messages must be printed (screen, log, both, none).
  869. InfoTarget=both
  870.  
  871. # How detail messages must be printed (screen, log, both, none).
  872. DetailTarget=log
  873.  
  874. # How debug messages must be printed (screen, log, both, none).
  875. #
  876. # Debug-messages can be printed only if the program was compiled in
  877. # debug-mode: "./configure --enable-debug".
  878. DebugTarget=both
  879.  
  880. # Number of messages stored in buffer and available for remote
  881. # clients (messages).
  882. LogBufferSize=1000
  883.  
  884. # Create a log of all broken files (yes ,no).
  885. #
  886. # It is a text file placed near downloaded files, which contains
  887. # the names of broken files.
  888. CreateBrokenLog=yes
  889.  
  890. # Create memory dump (core-file) on abnormal termination, Linux only (yes, no).
  891. #
  892. # Core-files are very helpful for debugging.
  893. #
  894. # NOTE: Core-files may contain sensible data, like your login/password to
  895. # newsserver etc.
  896. DumpCore=no
  897.  
  898. # Local time correction (hours or minutes).
  899. #
  900. # The option allows to adjust timestamps when converting system time to
  901. # local time and vice versa. The conversion is used when printing messages
  902. # to the log-file and by option "TaskX.Time" in the scheduler settings.
  903. #
  904. # The option is usually not needed if the time zone is set up correctly.
  905. # However, sometimes, especially when using a binary compiled on onother
  906. # platform (cross-compiling) the conversion between system and local time
  907. # may not work properly and requires adjustment.
  908. #
  909. # Values in the range -24..+24 are interpreted as hours, other values as minutes.
  910. # Example 1: set time correction to one hour: TimeCorrection=1;
  911. # Example 2: set time correction to one hour and a half: TimeCorrection=90.
  912. TimeCorrection=0
  913.  
  914. # See also option <LogFile> in section "PATHS"
  915.  
  916.  
  917. ##############################################################################
  918. ### DISPLAY (TERMINAL) ###
  919.  
  920. # Set screen-outputmode (loggable, colored, curses).
  921. #
  922. # loggable - only messages will be printed to standard output;
  923. # colored - prints messages (with simple coloring for messages categories)
  924. # and download progress info; uses escape-sequences to move cursor;
  925. # curses - advanced interactive interface with the ability to edit
  926. # download queue and various output option.
  927. OutputMode=curses
  928.  
  929. # Shows NZB-Filename in file list in curses-outputmode (yes, no).
  930. #
  931. # This option controls the initial state of curses-frontend,
  932. # it can be switched on/off in run-time with Z-key.
  933. CursesNzbName=yes
  934.  
  935. # Show files in groups (NZB-files) in queue list in curses-outputmode (yes, no).
  936. #
  937. # This option controls the initial state of curses-frontend,
  938. # it can be switched on/off in run-time with G-key.
  939. CursesGroup=no
  940.  
  941. # Show timestamps in message list in curses-outputmode (yes, no).
  942. #
  943. # This option controls the initial state of curses-frontend,
  944. # it can be switched on/off in run-time with T-key.
  945. CursesTime=no
  946.  
  947. # Update interval for Frontend-output in console mode or remote client
  948. # mode (milliseconds).
  949. #
  950. # Min value 25. Bigger values reduce CPU usage (especially in curses-outputmode)
  951. # and network traffic in remote-client mode.
  952. UpdateInterval=200
  953.  
  954.  
  955. ##############################################################################
  956. ### SCHEDULER ###
  957.  
  958. # Time to execute the command (HH:MM).
  959. #
  960. # Multiple comma-separated values are accepted.
  961. # Asterix as hours-part means "every hour".
  962. #
  963. # Examples: "08:00", "00:00,06:00,12:00,18:00", "*:00", "*:00,*:30".
  964. #
  965. # NOTE: Also see option <TimeCorrection>.
  966. #Task1.Time=08:00
  967.  
  968. # Week days to execute the command (1-7).
  969. #
  970. # Comma separated list of week days numbers.
  971. # 1 is Monday.
  972. # Character '-' may be used to define ranges.
  973. #
  974. # Examples: "1-7", "1-5", "5,6", "1-5, 7".
  975. #Task1.WeekDays=1-7
  976.  
  977. # Command to be executed (PauseDownload, UnpauseDownload, PausePostProcess,
  978. # UnpausePostProcess, PauseScan, UnpauseScan, DownloadRate, Script, Process,
  979. # ActivateServer, DeactivateServer, FetchFeed).
  980. #
  981. # Possible commands:
  982. # PauseDownload - pause download;
  983. # UnpauseDownload - resume download;
  984. # PausePostProcess - pause post-processing;
  985. # UnpausePostProcess - resume post-processing;
  986. # PauseScan - pause scan of incoming nzb-directory;
  987. # UnpauseScan - resume scan of incoming nzb-directory;
  988. # DownloadRate - set download rate limit;
  989. # Script - execute one or multiple scheduler scripts. The scripts
  990. # must be written specially for NZBGet;
  991. # Process - execute an external (any) program;
  992. # ActivateServer - activate news-server;
  993. # DeactivateServer - deactivate news-server;
  994. # FetchFeed - fetch RSS feed.
  995. #
  996. # On start the program checks all tasks and determines current state
  997. # for download-pause, scan-pause, download-rate and active servers.
  998. #Task1.Command=PauseDownload
  999.  
  1000. # Parameters for the command if needed.
  1001. #
  1002. # Some scheduler commands require additional parameters:
  1003. # DownloadRate - download rate limit to be set (kilobytes/sec).
  1004. # Example: 1000;
  1005. # Script - list of scheduler scripts to execute. The scripts in
  1006. # the list must be separated with commas or semicolons. Only
  1007. # filenames without path must be used. All scripts must be
  1008. # stored in directory pointed by option <ScriptDir>. For
  1009. # more info see below;
  1010. # Process - path to the program to execute and its parameters.
  1011. # Example: /home/user/fetch.sh.
  1012. # If filename or any parameter contains spaces it
  1013. # must be surrounded with single quotation
  1014. # marks. If filename/parameter contains single quotation marks,
  1015. # each of them must be replaced with two single quotation
  1016. # marks and the resulting filename/parameter must be
  1017. # surrounded with single quotation marks.
  1018. # Example: '/home/user/download/my scripts/task process.sh' 'world''s fun'.
  1019. # In this example one parameter (world's fun) is passed
  1020. # to the script (task process.sh).
  1021. # ActivateServer - comma separated list of news server ids or server names.
  1022. # Example: 1,3.
  1023. # Example: my news server 1, my news server 2.
  1024. # NOTE: server names should not have commas.
  1025. # DeactivateServer - see ActivateServer.
  1026. # FetchFeed - comma separated list of RSS feed ids or feed names.
  1027. # Example: 1,3.
  1028. # Example: bookmarks feed, another feed.
  1029. # NOTE: feed names should not have commas.
  1030. # NOTE: use feed id "0" to fetch all feeds.
  1031. #
  1032. # INFO FOR DEVELOPERS:
  1033. # The rest of the description is for command "Script".
  1034. #
  1035. # NOTE: This is a short documentation, for more information visit
  1036. # http://nzbget.net/Extension_scripts.
  1037. #
  1038. # NZBGet passes following arguments to scheduler script as environment
  1039. # variables:
  1040. # NZBSP_TASKID - id number of scheduler Task.
  1041. #
  1042. # In addition to these arguments NZBGet passes all nzbget.conf-options
  1043. # as environment variables. These variables have prefix "NZBOP_" and
  1044. # are written in UPPER CASE. For Example option "ParRepair" is passed as
  1045. # environment variable "NZBOP_PARREPAIR". The dots in option names are
  1046. # replaced with underscores, for example "SERVER1_HOST". For options
  1047. # with predefined possible values (yes/no, etc.) the values are passed
  1048. # always in lower case.
  1049. #
  1050. # NOTE: This is a short documentation, for more information visit
  1051. # http://nzbget.net/Extension_scripts.
  1052. #Task1.Param=
  1053.  
  1054. #Task2.Time=20:00
  1055. #Task2.WeekDays=1-7
  1056. #Task2.Command=UnpauseDownload
  1057. #Task2.Param=
  1058.  
  1059.  
  1060. ##############################################################################
  1061. ### PAR CHECK/REPAIR ###
  1062.  
  1063. # Whether and how par-verification must be performed (auto, always, force, manual).
  1064. #
  1065. # Auto - par-check is performed when needed. One par2-file is always
  1066. # downloaded. Additional par2-files are downloaded if needed
  1067. # for repair. Repair is performed if the option <ParRepair>
  1068. # is enabled;
  1069. # Always - check every download (even undamaged). One par2-file is
  1070. # always downloaded. Additional par2-files are downloaded
  1071. # if needed for repair. Repair is performed if the option
  1072. # <ParRepair> is enabled;
  1073. # Force - force par-check for every download (even undamaged). All
  1074. # par2-files are always downloaded. Repair is performed if
  1075. # the option <ParRepair> is enabled;
  1076. # Manual - par-check is skipped. One par2-file is always
  1077. # downloaded. If a damaged download is detected, all
  1078. # par2-files are downloaded but neithet par-check nor par-repair
  1079. # take place. The download can be then repaired manually,
  1080. # eventually on another faster computer.
  1081. ParCheck=auto
  1082.  
  1083. # Check for renamed and missing files (yes, no).
  1084. #
  1085. # Par-rename restores original file names using information stored
  1086. # in par2-files. It also detects missing files (files listed in
  1087. # par2-files but not present on disk). When enabled the par-rename is
  1088. # performed as the first step of post-processing for every nzb-file.
  1089. #
  1090. # Par-rename is very fast and is highly recommended, especially if
  1091. # unpack is disabled.
  1092. ParRename=yes
  1093.  
  1094. # Automatic par-repair after par-verification (yes, no).
  1095. #
  1096. # If option <ParCheck> is set to "Auto" or "Force" this option defines
  1097. # if the download must be repaired when needed. The option can be
  1098. # disabled if computer does not have enough CPU power, since repairing
  1099. # may take too much resources and time on a slow computers.
  1100. ParRepair=yes
  1101.  
  1102. # What files should be scanned during par-verification (auto, limited,
  1103. # full).
  1104. #
  1105. # Limited - scan only files belonging to the par-set;
  1106. # Full - scan all files in the directory. This helps if the
  1107. # files were renamed after creating of par-set;
  1108. # Auto - a limited scan is performed first. If the par-checker
  1109. # detects missing files, it scans other files in the
  1110. # directory until all required files are found.
  1111. ParScan=auto
  1112.  
  1113. # Quick file verification during par-check (yes, no).
  1114. #
  1115. # If the option is active the files are quickly verified using
  1116. # checksums calculated during download; quick verification is very fast
  1117. # because it doesn't require the reading of files from disk, NZBGet
  1118. # knows checksums of downloaded files and quickly compares them with
  1119. # checksums stored in the par-file.
  1120. #
  1121. # If the option is disabled the files are verified as usual. That's
  1122. # slow. Use this if the quick verification doesn't work properly.
  1123. ParQuick=yes
  1124.  
  1125. # Memory limit for par-repair buffer (megabytes).
  1126. #
  1127. # Set the amount of RAM that the par-checker may use during repair. Having
  1128. # the buffer as big as the total size of all damaged blocks allows for
  1129. # the optimal repair speed. The option sets the maximum buffer size, the
  1130. # allocated buffer can be smaller.
  1131. #
  1132. # If you have a lot of RAM set the option to few hundreds (MB) for the
  1133. # best repair performance.
  1134. ParBuffer=500
  1135.  
  1136. # Number of threads to use during par-repair (0-99).
  1137. #
  1138. # On multi-core CPUs for the best speed set the option to the number of
  1139. # logical cores (physical cores + hyper-threading units). If you want
  1140. # to utilize the CPU to 100% you may need to add one or two additional threads
  1141. # to compensate for wait intervals used for thread synchronization.
  1142. #
  1143. # On single-core CPUs use only one thread.
  1144. #
  1145. # Set to '0' to automatically use all available CPU cores (may not
  1146. # work on old or exotic platforms).
  1147. ParThreads=0
  1148.  
  1149. # Files to ignore during par-check.
  1150. #
  1151. # List of file extensions or file names to ignore by par-rename and
  1152. # par-check. The entries must be separated with commas. The entries
  1153. # can be file extensions or any text the file name may end with.
  1154. #
  1155. # If par-rename or par-check detect missing or damaged files they
  1156. # will ignore files matching this option and will not initiate
  1157. # repair. This avoids time costing repair for unimportant files.
  1158. #
  1159. # NOTE: Files matching the option <ExtCleanupDisk> are ignored as well.
  1160. #
  1161. # Example: .sfv, .nzb, .nfo
  1162. ParIgnoreExt=.sfv, .nzb, .nfo
  1163.  
  1164. # What to do if download health drops below critical health (delete,
  1165. # pause, none).
  1166. #
  1167. # Delete - delete nzb-file from queue. If option <DeleteCleanupDisk>
  1168. # is active the already downloaded files will be deleted too;
  1169. # Pause - pause nzb-file;
  1170. # None - do nothing (continue download).
  1171. #
  1172. # NOTE: For automatic duplicate handling option must be set to "Delete"
  1173. # or "None". If it is set to "Pause" you will need to manually unpause
  1174. # another duplicate (if any exists in queue). See also option <DupeCheck>.
  1175. HealthCheck=delete
  1176.  
  1177. # Maximum allowed time for par-repair (minutes).
  1178. #
  1179. # If you use NZBGet on a very slow computer like NAS-device, it may be good to
  1180. # limit the time allowed for par-repair. NZBGet calculates the estimated time
  1181. # required for par-repair. If the estimated value exceeds the limit defined
  1182. # here, NZBGet cancels the repair.
  1183. #
  1184. # To avoid a false cancellation NZBGet compares the estimated time with
  1185. # <ParTimeLimit> after the first 5 minutes of repairing, when the calculated
  1186. # estimated time is more or less accurate. But in a case if <ParTimeLimit> is
  1187. # set to a value smaller than 5 minutes, the comparison is made after the first
  1188. # whole minute.
  1189. #
  1190. # Value "0" means unlimited.
  1191. #
  1192. # NOTE: The option limits only the time required for repairing. It doesn't
  1193. # affect the first stage of parcheck - verification of files. However the
  1194. # verification speed is constant, it doesn't depend on files integrity and
  1195. # therefore it is not necessary to limit the time needed for the first stage.
  1196. ParTimeLimit=0
  1197.  
  1198. # Pause download queue during check/repair (yes, no).
  1199. #
  1200. # Enable the option to give CPU more time for par-check/repair. That helps
  1201. # to speed up check/repair on slow CPUs with fast connection (e.g. NAS-devices).
  1202. #
  1203. # NOTE: If parchecker needs additional par-files it temporarily unpauses
  1204. # the queue.
  1205. #
  1206. # NOTE: See also options <ScriptPauseQueue> and <UnpackPauseQueue>.
  1207. ParPauseQueue=no
  1208.  
  1209. # Cleanup download queue after successful check/repair (yes, no).
  1210. #
  1211. # Enable this option for automatic deletion of unneeded (paused) par-files
  1212. # from download queue after successful check/repair.
  1213. ParCleanupQueue=yes
  1214.  
  1215. # Files to delete after successful check/repair.
  1216. #
  1217. # List of file extensions or file names to delete after successful
  1218. # download. The entries must be separated with commas. The entries
  1219. # can be file extensions or any text the file name may end with.
  1220. #
  1221. # Files or extensions listed here are also ignored by par-rename
  1222. # and par-check.
  1223. #
  1224. # NOTE: See also option <ParIgnoreExt>.
  1225. #
  1226. # Example: .par2, .sfv
  1227. ExtCleanupDisk=.par2, .sfv, _brokenlog.txt
  1228.  
  1229.  
  1230. ##############################################################################
  1231. ### UNPACK ###
  1232.  
  1233. # Unpack downloaded nzb-files (yes, no).
  1234. #
  1235. # Each download (nzb-file) has a post-processing parameter "Unpack". The option
  1236. # <Unpack> is the default value assigned to this pp-parameter of the download
  1237. # when it is added to queue.
  1238. #
  1239. # When nzb-file is added to queue it can have a category assigned to it. In this
  1240. # case the option <CategoryX.Unpack> overrides the global option <Unpack>.
  1241. #
  1242. # If the download is damaged and could not be repaired using par-files
  1243. # the unpacking is not performed.
  1244. #
  1245. # If the option <ParCheck> is set to "Auto" the program tries to unpack
  1246. # downloaded files first. If the unpacking fails the par-check/repair
  1247. # is performed and the unpack is executed again.
  1248. Unpack=yes
  1249.  
  1250. # Pause download queue during unpack (yes, no).
  1251. #
  1252. # Enable the option to give CPU more time for unpacking. That helps
  1253. # to speed up unpacking on slow CPUs.
  1254. #
  1255. # NOTE: See also options <ParPauseQueue> and <ScriptPauseQueue>.
  1256. UnpackPauseQueue=no
  1257.  
  1258. # Delete archive files after successful unpacking (yes, no).
  1259. UnpackCleanupDisk=yes
  1260.  
  1261. # Full path to unrar executable.
  1262. #
  1263. # Example: /usr/bin/unrar.
  1264. #
  1265. # If unrar is in your PATH you may leave the path part and set only
  1266. # the executable name ("unrar" on POSIX or "unrar.exe" on Windows).
  1267. UnrarCmd=${AppDir}/unrar
  1268.  
  1269. # Full path to 7-Zip executable.
  1270. #
  1271. # Example: /usr/bin/7z.
  1272. #
  1273. # If 7-Zip binary is in your PATH you may leave the path part and set only
  1274. # the executable name ("7z" or "7za" on POSIX or "7z.exe" on Windows).
  1275. SevenZipCmd=${AppDir}/7zr
  1276.  
  1277.  
  1278. ##############################################################################
  1279. ### EXTENSION SCRIPTS ###
  1280.  
  1281. # Default list of post-processing scripts to execute after the download
  1282. # of nzb-file is completed and possibly par-checked/repaired and unpacked.
  1283. #
  1284. # The scripts in the list must be separated with commas or semicolons. Only
  1285. # filenames without path must be used. All scripts must be stored in directory
  1286. # pointed by option <ScriptDir>.
  1287. #
  1288. # Example: Cleanup.sh, Move.sh, EMail.py.
  1289. #
  1290. # Each download (nzb-file) has its own list of post-processing scripts. The option
  1291. # <PostScript> is the default value assigned to download when it is added to
  1292. # queue. The list of post-processing scripts for a particular download can be
  1293. # changed in the edit dialog in web-interface or using remote command "--edit/-E".
  1294. #
  1295. # When nzb-file is added to queue it can have a category assigned to it. In this
  1296. # case the option <CategoryX.PostScript> (if not empty) overrides the
  1297. # global option <PostScript>.
  1298. #
  1299. # NOTE: The script execution order is controlled by option <ScriptOrder>, not
  1300. # by their order in option <PostScript>.
  1301. #
  1302. # NOTE: Changing options <PostScript> and <CategoryX.PostScript> doesn't affect
  1303. # already queued downloads.
  1304. #
  1305. # NOTE: For the list of interesting post-processing scripts see
  1306. # http://nzbget.net/Catalog_of_post-processing_scripts.
  1307. #
  1308. # INFO FOR DEVELOPERS:
  1309. # NOTE: This is a short documentation, for more information visit
  1310. # http://nzbget.net/Extension_scripts.
  1311. #
  1312. # NZBGet passes following arguments to post-processing script as environment
  1313. # variables:
  1314. # NZBPP_DIRECTORY - path to destination dir for downloaded files;
  1315. # NZBPP_NZBNAME - user-friendly name of processed nzb-file as it is displayed
  1316. # by the program. The file path and extension are removed.
  1317. # If download was renamed, this parameter reflects the new name;
  1318. # NZBPP_NZBFILENAME - name of processed nzb-file. It includes file extension and also
  1319. # may include full path;
  1320. # NZBPP_FINALDIR - final destination path if set by one of previous pp-scripts;
  1321. # NZBPP_CATEGORY - category assigned to nzb-file (can be empty string);
  1322. # NZBPP_TOTALSTATUS - total status of nzb-file:
  1323. # SUCCESS - everything OK;
  1324. # WARNING - download is damaged but probably can
  1325. # be repaired; user intervention is
  1326. # required;
  1327. # FAILURE - download has failed or a serious error
  1328. # occurred during post-processing (unpack, par);
  1329. # DELETED - download was deleted; post-processing
  1330. # scripts are usually not called in this case;
  1331. # however it's possible to force calling
  1332. # scripts with command "post-process again";
  1333. # NZBPP_STATUS - complete status info for nzb-file: it consists
  1334. # of total status and status detail separated with
  1335. # slash, for example: "FAILURE/UNPACK"; for possible
  1336. # status details see documentation on web site;
  1337. # NZBPP_SCRIPTSTATUS - summary status of the scripts executed before the
  1338. # current one:
  1339. # NONE - no other scripts were executed yet or all
  1340. # of them have ended with exit code "NONE";
  1341. # SUCCESS - all other scripts have ended with exit
  1342. # code "SUCCESS" ;
  1343. # FAILURE - at least one of the script has failed;
  1344. # NZBPP_HEALTH - download health: an integer value in the range
  1345. # from 0 (all articles failed) to 1000 (all articles
  1346. # successfully downloaded);
  1347. # NZBPP_CRITICALHEALTH - critical health for this nzb-file: an integer
  1348. # value in the range 0-1000. The critical health
  1349. # is calculated based on number and size of
  1350. # par-files. If nzb-file doesn't have any par-files
  1351. # the critical health is 1000 (100.0%). If a half
  1352. # of nzb-file were par-files its critical health
  1353. # would be 0. If NZBPP_HEALTH goes down below
  1354. # NZBPP_CRITICALHEALTH the download becomes unrepairable;
  1355. # NZBPP_TOTALARTICLES - number of articles in nzb-file;
  1356. # NZBPP_SUCCESSARTICLES - number of successfully downloaded articles;
  1357. # NZBPP_FAILEDARTICLES - number of failed articles;
  1358. # NZBPP_SERVERX_SUCCESSARTICLES - number of successfully downloaded
  1359. # articles from ServerX (X is replaced with server
  1360. # number, for example NZBPP_SERVER1_SUCCESSARTICLES);
  1361. # NZBPP_SERVERX_FAILEDARTICLES - number of failed articles from ServerX.
  1362. #
  1363. # If the script defines own options they are also passed as environment
  1364. # variables. These variables have prefix "NZBPO_" in their names. For
  1365. # example, option "myoption" will be passed as environment variable
  1366. # "NZBPO_myoption" and in addition in uppercase as "NZBPO_MYOPTION".
  1367. #
  1368. # If the script defines own post-processing parameters, they are also passed as
  1369. # environment variables. These variables have prefix "NZBPR_" in their
  1370. # names. For example, pp-parameter "myparam" will be passed as environment
  1371. # variable "NZBPR_myparam" and in addition in uppercase as "NZBPR_MYPARAM".
  1372. #
  1373. # In addition to arguments, pp-options and pp-parameters NZBGet passes all
  1374. # nzbget.conf-options to pp-script as environment variables. These
  1375. # variables have prefix "NZBOP_" and are written in UPPER CASE. For Example
  1376. # option "ParRepair" is passed as environment variable "NZBOP_PARREPAIR". The
  1377. # dots in option names are replaced with underscores, for example
  1378. # "SERVER1_HOST". For options with predefined possible values (yes/no, etc.)
  1379. # the values are passed always in lower case.
  1380. #
  1381. # If the script moves files it can inform the program about new location
  1382. # by printing special message into standard output (which is processed
  1383. # by NZBGet):
  1384. # echo "[NZB] DIRECTORY=/path/to/moved/files";
  1385. # or:
  1386. # echo "[NZB] FINALDIR=/path/to/moved/files";
  1387. #
  1388. # Command "DIRECTORY" changes the destiantion path of the download and
  1389. # affects the scripts executed after the current script as well as the
  1390. # program code itself, for example the command "Post-process again"
  1391. # will work on new location. Command "FINALDIR" just sets a separate
  1392. # property of the download and should be used when the files are moved
  1393. # into an existing directory containg other files to avoid the processing
  1394. # of those files by other scripts.
  1395. #
  1396. # To assign post-processing parameters:
  1397. # echo "[NZB] NZBPR_myvar=my value";
  1398. #
  1399. # The prefix "NZBPR_" will be removed. In this example a post-processing
  1400. # parameter with name "myvar" and value "my value" will be associated
  1401. # with nzb-file.
  1402. #
  1403. # To inform NZBGet about bad download:
  1404. # echo "[NZB] MARK=BAD";
  1405. #
  1406. # Return value: NZBGet processes the exit code returned by the script:
  1407. # 93 - post-process successful (status = SUCCESS);
  1408. # 94 - post-process failed (status = FAILURE);
  1409. # 95 - post-process skipped (status = NONE). Use this code when you script
  1410. # terminates immediateley without doing any job and when this is not
  1411. # a failure termination;
  1412. # 92 - request NZBGet to do par-check/repair for current nzb-file.
  1413. #
  1414. # All other return codes are interpreted as failure (status = FAILURE).
  1415. #
  1416. # NOTE: This is a short documentation, for more information visit
  1417. # http://nzbget.net/Extension_scripts.
  1418. PostScript=
  1419.  
  1420. # List of scan scripts to execute before a nzb-file is added to queue.
  1421. #
  1422. # The scripts in the list must be separated with commas or semicolons. Only
  1423. # filenames without path must be used. All scripts must be stored in directory
  1424. # pointed by option <ScriptDir>.
  1425. #
  1426. # The scripts are executed each time a new file is found in incoming
  1427. # directory (option <NzbDir>) or a file is received via RPC (web-interface,
  1428. # command "nzbget --append", etc.).
  1429. #
  1430. # Example: UnzipNzb.sh, ScanNotify.py.
  1431. #
  1432. # The scripts can unpack archives which were put in incoming directory, make
  1433. # filename cleanup, change nzb-name, category, priority and post-processing
  1434. # parameters of the nzb-file or do other things.
  1435. #
  1436. # INFO FOR DEVELOPERS:
  1437. # NOTE: This is a short documentation, for more information visit
  1438. # http://nzbget.net/Extension_scripts.
  1439. #
  1440. # NZBGet passes following arguments to the script as environment
  1441. # variables:
  1442. # NZBNP_DIRECTORY - path to directory, where file is located. It is a directory
  1443. # specified by the option <NzbDir> or a subdirectory;
  1444. # NZBNP_FILENAME - name of file to be processed;
  1445. # NZBNP_NZBNAME - nzb-name (without path but with extension);
  1446. # NZBNP_CATEGORY - category of nzb-file;
  1447. # NZBNP_PRIORITY - priority of nzb-file;
  1448. # NZBNP_TOP - flag indicating that the file will be added to the top
  1449. # of queue: 0 or 1;
  1450. # NZBNP_PAUSED - flag indicating that the file will be added as
  1451. # paused: 0 or 1;
  1452. # NZBNP_DUPEKEY - duplicate key of nzb-file;
  1453. # NZBNP_DUPESCORE - duplicate score of nzb-file;
  1454. # NZBNP_DUPEMODE - duplicate mode of nzb-file: SCORE, ALL, FORCE.
  1455. #
  1456. # In addition to these arguments NZBGet passes all nzbget.conf-options
  1457. # as environment variables. These variables have prefix "NZBOP_" and
  1458. # are written in UPPER CASE. For Example option "ParRepair" is passed as
  1459. # environment variable "NZBOP_PARREPAIR". The dots in option names are
  1460. # replaced with underscores, for example "SERVER1_HOST". For options
  1461. # with predefined possible values (yes/no, etc.) the values are passed
  1462. # always in lower case.
  1463. #
  1464. # The script can change nzb-name, category, priority,
  1465. # post-processing parameters and top-/paused-flags of the nzb-file
  1466. # by printing special messages into standard output (which is processed
  1467. # by NZBGet).
  1468. #
  1469. # To change nzb-name use following syntax:
  1470. # echo "[NZB] NZBNAME=my download";
  1471. #
  1472. # To change category:
  1473. # echo "[NZB] CATEGORY=my category";
  1474. #
  1475. # To change priority:
  1476. # echo "[NZB] PRIORITY=signed_integer_value";
  1477. #
  1478. # for example: to set priority higher than normal:
  1479. # echo "[NZB] PRIORITY=50";
  1480. #
  1481. # another example: use a negative value for "lower than normal" priority:
  1482. # echo "[NZB] PRIORITY=-100";
  1483. #
  1484. # Although priority can be any integer value, the web-interface operates
  1485. # with six predefined priorities:
  1486. # -100 - very low priority;
  1487. # -50 - low priority;
  1488. # 0 - normal priority (default);
  1489. # 50 - high priority;
  1490. # 100 - very high priority;
  1491. # 900 - force priority.
  1492. #
  1493. # Downloads with priorities equal to or greater than 900 are downloaded and
  1494. # post-processed even if the program is in paused state (force mode).
  1495. #
  1496. # To assign post-processing parameters:
  1497. # echo "[NZB] NZBPR_myvar=my value";
  1498. #
  1499. # The prefix "NZBPR_" will be removed. In this example a post-processing
  1500. # parameter with name "myvar" and value "my value" will be associated
  1501. # with nzb-file.
  1502. #
  1503. # To change top-flag (nzb-file will be added to the top of queue):
  1504. # echo "[NZB] TOP=1";
  1505. #
  1506. # To change paused-flag (nzb-file will be added in paused state):
  1507. # echo "[NZB] PAUSED=1";
  1508. #
  1509. # To change duplicate key:
  1510. # echo "[NZB] DUPEKEY=tv show s01e02";
  1511. #
  1512. # To change duplicate score:
  1513. # echo "[NZB] DUPESCORE=integer_value";
  1514. #
  1515. # To change duplicate mode:
  1516. # echo "[NZB] DUPEMODE=(SCORE|ALL|FORCE)";
  1517. #
  1518. # The script can delete processed file, rename it or move somewhere.
  1519. # After the calling of the script the file will be either added to queue
  1520. # (if it was an nzb-file) or renamed by adding the extension ".processed".
  1521. #
  1522. # NOTE: Files with extensions ".processed", ".queued" and ".error" are skipped
  1523. # during the directory scanning.
  1524. #
  1525. # NOTE: Files with extension ".nzb_processed" are not passed to
  1526. # scan-script before adding to queue. This feature allows scan-script
  1527. # to prevent the scanning of nzb-files extracted from archives, if
  1528. # they were already processed by the script.
  1529. #
  1530. # NOTE: Files added via RPC calls in particular from web-interface are
  1531. # saved into incoming nzb-directory and then processed by the script.
  1532. #
  1533. # NOTE: This is a short documentation, for more information visit
  1534. # http://nzbget.net/Extension_scripts.
  1535. ScanScript=
  1536.  
  1537. # List of queue scripts to execute after a nzb-file is added to queue.
  1538. #
  1539. # The scripts in the list must be separated with commas or semicolons. Only
  1540. # filenames without path must be used. All scripts must be stored in directory
  1541. # pointed by option <ScriptDir>.
  1542. #
  1543. # The scripts are executed each time a new file is added to queue.
  1544. #
  1545. # Example: DeleteQueueSamples.sh, NzbAddedNotify.py.
  1546. #
  1547. # The script can modify the files in download queue (for example
  1548. # delete or pause all nfo, sfv, sample files) or do something else.
  1549. #
  1550. # INFO FOR DEVELOPERS:
  1551. # NOTE: This is a short documentation, for more information visit
  1552. # http://nzbget.net/Extension_scripts.
  1553. #
  1554. # NZBGet passes following arguments to the queue script as environment
  1555. # variables:
  1556. # NZBNA_NZBNAME - name of nzb-group. This name can be used in calls
  1557. # to nzbget edit-command using subswitch "-GN name";
  1558. # NZBNA_FILENAME - filename of the nzb-file. If the file was added
  1559. # from nzb-directory this is the fullname with path.
  1560. # If the file was added via web-interface it contains
  1561. # only filename without path;
  1562. # NZBNA_EVENT - describes why the script was called:
  1563. # NZB_ADDED - after adding of nzb-file to queue;
  1564. # FILE_DOWNLOADED - after a file included in nzb is
  1565. # downloaded;
  1566. # NZB_DOWNLOADED - after all files in nzb are downloaded
  1567. # (before post-processing).
  1568. # In the future the list of supported events may be
  1569. # extended. To avoid conflicts with future NZBGet
  1570. # versions the script must exit if the parameter
  1571. # has a value unknown to the script.
  1572. # NZBNA_CATEGORY - category of nzb-file (if assigned);
  1573. # NZBNA_NZBID - id of the nzb-file. This ID can be used with
  1574. # calls to nzbget edit-command;
  1575. # NZBNA_PRIORITY - priority (default is 0).
  1576. #
  1577. # In addition to these arguments NZBGet passes all nzbget.conf-options
  1578. # to the script as environment variables. These variables have prefix
  1579. # "NZBOP_" and are written in UPPER CASE. For Example option "ParRepair"
  1580. # is passed as environment variable "NZBOP_PARREPAIR". The dots in option
  1581. # names are replaced with underscores, for example "SERVER1_HOST". For
  1582. # options with predefined possible values (yes/no, etc.) the values are
  1583. # passed always in lower case.
  1584. #
  1585. # The script can printing special messages into standard output (which
  1586. # is processed by NZBGet).
  1587. #
  1588. # To assign post-processing parameters:
  1589. # echo "[NZB] NZBPR_myvar=my value";
  1590. #
  1591. # The prefix "NZBPR_" will be removed. In this example a post-processing
  1592. # parameter with name "myvar" and value "my value" will be associated
  1593. # with nzb-file.
  1594. #
  1595. # To inform NZBGet about bad download:
  1596. # echo "[NZB] MARK=BAD";
  1597. #
  1598. # Examples of what the script can do:
  1599. # 1) pausing nzb-file using file-id:
  1600. # "$NZBOP_APPBIN" -c "$NZBOP_CONFIGFILE" -E G P $NZBNA_NZBID;
  1601. # 2) setting category using nzb-name:
  1602. # "$NZBOP_APPBIN" -c "$NZBOP_CONFIGFILE" -E GN K "my cat" "$NZBNA_NZBNAME";
  1603. # 3) pausing files with extension "nzb":
  1604. # "$NZBOP_APPBIN" -c "$NZBOP_CONFIGFILE" -E FR P "$NZBNA_NZBNAME/.*\.nzb";
  1605. #
  1606. # NOTE: This is a short documentation, for more information visit
  1607. # http://nzbget.net/Extension_scripts.
  1608. QueueScript=
  1609.  
  1610. # Execution order for scripts.
  1611. #
  1612. # If you assign multiple scripts to one nzb-file, they are executed in the
  1613. # order defined by this option. Scripts not listed here are executed at
  1614. # the end in their alphabetical order.
  1615. #
  1616. # The scripts in the list must be separated with commas or semicolons. Only
  1617. # filenames without path must be used. All scripts must be stored in directory
  1618. # pointed by option <ScriptDir>.
  1619. #
  1620. # Example: Cleanup.sh, Move.sh.
  1621. ScriptOrder=
  1622.  
  1623. # Pause download queue during executing of postprocess-script (yes, no).
  1624. #
  1625. # Enable the option to give CPU more time for postprocess-script. That helps
  1626. # to speed up postprocess on slow CPUs with fast connection (e.g. NAS-devices).
  1627. #
  1628. # NOTE: See also options <ParPauseQueue> and <UnpackPauseQueue>.
  1629. ScriptPauseQueue=no
  1630.  
  1631. # Minimum interval between calls of queue-scripts (seconds).
  1632. #
  1633. # Queue-scripts are executed during download, after every file included in
  1634. # nzb-file is downloaded. If the files are small they may be downloaded
  1635. # very fast causing queue-scripts to be working all the time. Sometimes
  1636. # this may lead to a performance decrease on systems with slow CPUs.
  1637. #
  1638. # This option allows to reduce the number of calls of queue-scripts by
  1639. # skipping "file-downloaded"-events if the previous call of queue-scripts
  1640. # for the same download (nzb-file) were performed a short time ago
  1641. # (as defined by the option).
  1642. #
  1643. # Value "-1" disables executing of queue-scripts on
  1644. # "file-downloaded"-events. Scripts are still executed on events
  1645. # "nzb-added" and "nzb-downloaded".
  1646. #
  1647. # NOTE: This options affects only queue-scripts and only
  1648. # "file-downloaded"-events. Queue-scripts can be activated using
  1649. # option <QueueScript> (for pure queue-scripts) or option <PostScript>
  1650. # (for dual-mode scripts which act as queue- and post-processing-scripts
  1651. # at the same time).
  1652. EventInterval=0
  1653. Category2.DestDir=
  1654. Category2.Unpack=yes
  1655. Category2.PostScript=
  1656. Category2.Aliases=
  1657. Category3.DestDir=
  1658. Category3.Unpack=yes
  1659. Category3.PostScript=
  1660. Category3.Aliases=
  1661. Category4.DestDir=
  1662. Category4.Unpack=yes
  1663. Category4.PostScript=
  1664. Category4.Aliases=
  1665. EMail.py:From="NZBGet" <myaccount@gmail.com>
  1666. EMail.py:To=myaccount@gmail.com
  1667. EMail.py:Server=smtp.gmail.com
  1668. EMail.py:Port=25
  1669. EMail.py:Encryption=yes
  1670. EMail.py:Username=myaccount
  1671. EMail.py:Password=mypass
  1672. EMail.py:Statistics=yes
  1673. EMail.py:FileList=yes
  1674. EMail.py:BrokenLog=yes
  1675. EMail.py:PostProcessLog=OnFailure
  1676. nzbToMedia/DeleteSamples.py:mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
  1677. nzbToMedia/DeleteSamples.py:maxSampleSize=200
  1678. nzbToMedia/DeleteSamples.py:SampleIDs=sample,-s.
  1679. nzbToMedia/nzbToCouchPotato.py:auto_update=0
  1680. nzbToMedia/nzbToCouchPotato.py:check_media=1
  1681. nzbToMedia/nzbToCouchPotato.py:safe_mode=1
  1682. nzbToMedia/nzbToCouchPotato.py:cpsCategory=movie
  1683. nzbToMedia/nzbToCouchPotato.py:cpsapikey=
  1684. nzbToMedia/nzbToCouchPotato.py:cpshost=localhost
  1685. nzbToMedia/nzbToCouchPotato.py:cpsport=5050
  1686. nzbToMedia/nzbToCouchPotato.py:cpsssl=0
  1687. nzbToMedia/nzbToCouchPotato.py:cpsweb_root=
  1688. nzbToMedia/nzbToCouchPotato.py:cpswatch_dir=
  1689. nzbToMedia/nzbToCouchPotato.py:cpsmethod=renamer
  1690. nzbToMedia/nzbToCouchPotato.py:cpsdelete_failed=0
  1691. nzbToMedia/nzbToCouchPotato.py:cpswait_for=2
  1692. nzbToMedia/nzbToCouchPotato.py:cpsremote_path=0
  1693. nzbToMedia/nzbToCouchPotato.py:mountPoints=
  1694. nzbToMedia/nzbToCouchPotato.py:mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
  1695. nzbToMedia/nzbToCouchPotato.py:niceness=10
  1696. nzbToMedia/nzbToCouchPotato.py:ionice_class=2
  1697. nzbToMedia/nzbToCouchPotato.py:ionice_classdata=4
  1698. nzbToMedia/nzbToCouchPotato.py:getSubs=0
  1699. nzbToMedia/nzbToCouchPotato.py:subLanguages=eng,spa,fra
  1700. nzbToMedia/nzbToCouchPotato.py:transcode=0
  1701. nzbToMedia/nzbToCouchPotato.py:duplicate=1
  1702. nzbToMedia/nzbToCouchPotato.py:ignoreExtensions=.avi,.mkv
  1703. nzbToMedia/nzbToCouchPotato.py:outputFastStart=0
  1704. nzbToMedia/nzbToCouchPotato.py:outputVideoPath=
  1705. nzbToMedia/nzbToCouchPotato.py:processOutput=0
  1706. nzbToMedia/nzbToCouchPotato.py:audioLanguage=eng
  1707. nzbToMedia/nzbToCouchPotato.py:allAudioLanguages=0
  1708. nzbToMedia/nzbToCouchPotato.py:allSubLanguages=0
  1709. nzbToMedia/nzbToCouchPotato.py:embedSubs=1
  1710. nzbToMedia/nzbToCouchPotato.py:burnInSubtitle=0
  1711. nzbToMedia/nzbToCouchPotato.py:extractSubs=0
  1712. nzbToMedia/nzbToCouchPotato.py:externalSubDir=
  1713. nzbToMedia/nzbToCouchPotato.py:outputDefault=None
  1714. nzbToMedia/nzbToCouchPotato.py:hwAccel=0
  1715. nzbToMedia/nzbToCouchPotato.py:outputVideoExtension=.mp4
  1716. nzbToMedia/nzbToCouchPotato.py:outputVideoCodec=libx264
  1717. nzbToMedia/nzbToCouchPotato.py:VideoCodecAllow=
  1718. nzbToMedia/nzbToCouchPotato.py:outputVideoPreset=medium
  1719. nzbToMedia/nzbToCouchPotato.py:outputVideoFramerate=24
  1720. nzbToMedia/nzbToCouchPotato.py:outputVideoBitrate=800k
  1721. nzbToMedia/nzbToCouchPotato.py:outputAudioCodec=ac3
  1722. nzbToMedia/nzbToCouchPotato.py:AudioCodecAllow=
  1723. nzbToMedia/nzbToCouchPotato.py:outputAudioChannels=6
  1724. nzbToMedia/nzbToCouchPotato.py:outputAudioBitrate=640k
  1725. nzbToMedia/nzbToCouchPotato.py:outputQualityPercent=
  1726. nzbToMedia/nzbToCouchPotato.py:outputAudioTrack2Codec=libfaac
  1727. nzbToMedia/nzbToCouchPotato.py:AudioCodec2Allow=
  1728. nzbToMedia/nzbToCouchPotato.py:outputAudioTrack2Channels=2
  1729. nzbToMedia/nzbToCouchPotato.py:outputAudioTrack2Bitrate=160k
  1730. nzbToMedia/nzbToCouchPotato.py:outputAudioOtherCodec=libmp3lame
  1731. nzbToMedia/nzbToCouchPotato.py:AudioOtherCodecAllow=
  1732. nzbToMedia/nzbToCouchPotato.py:outputAudioOtherChannels=2
  1733. nzbToMedia/nzbToCouchPotato.py:outputAudioOtherBitrate=128k
  1734. nzbToMedia/nzbToCouchPotato.py:outputSubtitleCodec=
  1735. nzbToMedia/nzbToCouchPotato.py:wolwake=0
  1736. nzbToMedia/nzbToCouchPotato.py:wolmac=00:01:2e:2D:64:e1
  1737. nzbToMedia/nzbToCouchPotato.py:wolhost=192.168.1.37
  1738. nzbToMedia/nzbToCouchPotato.py:wolport=80
  1739. nzbToMedia/nzbToGamez.py:auto_update=0
  1740. nzbToMedia/nzbToGamez.py:safe_mode=1
  1741. nzbToMedia/nzbToGamez.py:gzCategory=games
  1742. nzbToMedia/nzbToGamez.py:gzapikey=
  1743. nzbToMedia/nzbToGamez.py:gzhost=localhost
  1744. nzbToMedia/nzbToGamez.py:gzport=8085
  1745. nzbToMedia/nzbToGamez.py:gzssl=0
  1746. nzbToMedia/nzbToGamez.py:gzweb_root=
  1747. nzbToMedia/nzbToGamez.py:gzwatch_dir=
  1748. nzbToMedia/nzbToGamez.py:niceness=10
  1749. nzbToMedia/nzbToGamez.py:ionice_class=2
  1750. nzbToMedia/nzbToGamez.py:ionice_classdata=4
  1751. nzbToMedia/nzbToGamez.py:wolwake=0
  1752. nzbToMedia/nzbToGamez.py:wolmac=00:01:2e:2D:64:e1
  1753. nzbToMedia/nzbToGamez.py:wolhost=192.168.1.37
  1754. nzbToMedia/nzbToGamez.py:wolport=80
  1755. nzbToMedia/nzbToHeadPhones.py:auto_update=0
  1756. nzbToMedia/nzbToHeadPhones.py:safe_mode=1
  1757. nzbToMedia/nzbToHeadPhones.py:hpCategory=music
  1758. nzbToMedia/nzbToHeadPhones.py:hpapikey=
  1759. nzbToMedia/nzbToHeadPhones.py:hphost=localhost
  1760. nzbToMedia/nzbToHeadPhones.py:hpport=8181
  1761. nzbToMedia/nzbToHeadPhones.py:hpssl=0
  1762. nzbToMedia/nzbToHeadPhones.py:hpweb_root=
  1763. nzbToMedia/nzbToHeadPhones.py:hpwatch_dir=
  1764. nzbToMedia/nzbToHeadPhones.py:hpwait_for=2
  1765. nzbToMedia/nzbToHeadPhones.py:hpremote_path=0
  1766. nzbToMedia/nzbToHeadPhones.py:niceness=10
  1767. nzbToMedia/nzbToHeadPhones.py:ionice_class=2
  1768. nzbToMedia/nzbToHeadPhones.py:ionice_classdata=4
  1769. nzbToMedia/nzbToHeadPhones.py:mountPoints=
  1770. nzbToMedia/nzbToHeadPhones.py:wolwake=0
  1771. nzbToMedia/nzbToHeadPhones.py:wolmac=00:01:2e:2D:64:e1
  1772. nzbToMedia/nzbToHeadPhones.py:wolhost=192.168.1.37
  1773. nzbToMedia/nzbToHeadPhones.py:wolport=80
  1774. nzbToMedia/nzbToMedia.py:auto_update=0
  1775. nzbToMedia/nzbToMedia.py:check_media=1
  1776. nzbToMedia/nzbToMedia.py:safe_mode=1
  1777. nzbToMedia/nzbToMedia.py:cpsCategory=movie
  1778. nzbToMedia/nzbToMedia.py:cpsapikey=
  1779. nzbToMedia/nzbToMedia.py:cpshost=localhost
  1780. nzbToMedia/nzbToMedia.py:cpsport=5050
  1781. nzbToMedia/nzbToMedia.py:cpsssl=0
  1782. nzbToMedia/nzbToMedia.py:cpsweb_root=
  1783. nzbToMedia/nzbToMedia.py:cpsmethod=renamer
  1784. nzbToMedia/nzbToMedia.py:cpsdelete_failed=0
  1785. nzbToMedia/nzbToMedia.py:cpswait_for=2
  1786. nzbToMedia/nzbToMedia.py:cpsremote_path=0
  1787. nzbToMedia/nzbToMedia.py:sbCategory=tv
  1788. nzbToMedia/nzbToMedia.py:sbhost=localhost
  1789. nzbToMedia/nzbToMedia.py:sbport=8081
  1790. nzbToMedia/nzbToMedia.py:sbusername=
  1791. nzbToMedia/nzbToMedia.py:sbpassword=
  1792. nzbToMedia/nzbToMedia.py:sbssl=0
  1793. nzbToMedia/nzbToMedia.py:sbweb_root=
  1794. nzbToMedia/nzbToMedia.py:sbwatch_dir=
  1795. nzbToMedia/nzbToMedia.py:sbfork=auto
  1796. nzbToMedia/nzbToMedia.py:sbdelete_failed=0
  1797. nzbToMedia/nzbToMedia.py:sbprocess_method=
  1798. nzbToMedia/nzbToMedia.py:sbremote_path=0
  1799. nzbToMedia/nzbToMedia.py:ndCategory=tv2
  1800. nzbToMedia/nzbToMedia.py:ndhost=localhost
  1801. nzbToMedia/nzbToMedia.py:ndport=8989
  1802. nzbToMedia/nzbToMedia.py:ndapikey=
  1803. nzbToMedia/nzbToMedia.py:ndssl=0
  1804. nzbToMedia/nzbToMedia.py:ndweb_root=
  1805. nzbToMedia/nzbToMedia.py:ndwait_for=2
  1806. nzbToMedia/nzbToMedia.py:nddelete_failed=0
  1807. nzbToMedia/nzbToMedia.py:ndremote_path=0
  1808. nzbToMedia/nzbToMedia.py:hpCategory=music
  1809. nzbToMedia/nzbToMedia.py:hpapikey=
  1810. nzbToMedia/nzbToMedia.py:hphost=localhost
  1811. nzbToMedia/nzbToMedia.py:hpport=8181
  1812. nzbToMedia/nzbToMedia.py:hpssl=0
  1813. nzbToMedia/nzbToMedia.py:hpweb_root=
  1814. nzbToMedia/nzbToMedia.py:hpremote_path=0
  1815. nzbToMedia/nzbToMedia.py:myCategory=comics
  1816. nzbToMedia/nzbToMedia.py:myhost=localhost
  1817. nzbToMedia/nzbToMedia.py:myport=8090
  1818. nzbToMedia/nzbToMedia.py:myusername=
  1819. nzbToMedia/nzbToMedia.py:mypassword=
  1820. nzbToMedia/nzbToMedia.py:myssl=0
  1821. nzbToMedia/nzbToMedia.py:myweb_root=
  1822. nzbToMedia/nzbToMedia.py:myswait_for=1
  1823. nzbToMedia/nzbToMedia.py:myremote_path=0
  1824. nzbToMedia/nzbToMedia.py:gzCategory=games
  1825. nzbToMedia/nzbToMedia.py:gzapikey=
  1826. nzbToMedia/nzbToMedia.py:gzhost=localhost
  1827. nzbToMedia/nzbToMedia.py:gzport=8085
  1828. nzbToMedia/nzbToMedia.py:gzssl=0
  1829. nzbToMedia/nzbToMedia.py:gzweb_root=
  1830. nzbToMedia/nzbToMedia.py:gzremote_path=0
  1831. nzbToMedia/nzbToMedia.py:mountPoints=
  1832. nzbToMedia/nzbToMedia.py:mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
  1833. nzbToMedia/nzbToMedia.py:niceness=10
  1834. nzbToMedia/nzbToMedia.py:ionice_class=2
  1835. nzbToMedia/nzbToMedia.py:ionice_classdata=4
  1836. nzbToMedia/nzbToMedia.py:getSubs=0
  1837. nzbToMedia/nzbToMedia.py:subLanguages=eng,spa,fra
  1838. nzbToMedia/nzbToMedia.py:transcode=0
  1839. nzbToMedia/nzbToMedia.py:duplicate=1
  1840. nzbToMedia/nzbToMedia.py:ignoreExtensions=.avi,.mkv
  1841. nzbToMedia/nzbToMedia.py:outputFastStart=0
  1842. nzbToMedia/nzbToMedia.py:outputVideoPath=
  1843. nzbToMedia/nzbToMedia.py:processOutput=0
  1844. nzbToMedia/nzbToMedia.py:audioLanguage=eng
  1845. nzbToMedia/nzbToMedia.py:allAudioLanguages=0
  1846. nzbToMedia/nzbToMedia.py:allSubLanguages=0
  1847. nzbToMedia/nzbToMedia.py:embedSubs=1
  1848. nzbToMedia/nzbToMedia.py:burnInSubtitle=0
  1849. nzbToMedia/nzbToMedia.py:extractSubs=0
  1850. nzbToMedia/nzbToMedia.py:externalSubDir=
  1851. nzbToMedia/nzbToMedia.py:outputDefault=None
  1852. nzbToMedia/nzbToMedia.py:hwAccel=0
  1853. nzbToMedia/nzbToMedia.py:outputVideoExtension=.mp4
  1854. nzbToMedia/nzbToMedia.py:outputVideoCodec=libx264
  1855. nzbToMedia/nzbToMedia.py:VideoCodecAllow=
  1856. nzbToMedia/nzbToMedia.py:outputVideoPreset=medium
  1857. nzbToMedia/nzbToMedia.py:outputVideoFramerate=24
  1858. nzbToMedia/nzbToMedia.py:outputVideoBitrate=800k
  1859. nzbToMedia/nzbToMedia.py:outputAudioCodec=ac3
  1860. nzbToMedia/nzbToMedia.py:AudioCodecAllow=
  1861. nzbToMedia/nzbToMedia.py:outputAudioChannels=6
  1862. nzbToMedia/nzbToMedia.py:outputAudioBitrate=640k
  1863. nzbToMedia/nzbToMedia.py:outputQualityPercent=
  1864. nzbToMedia/nzbToMedia.py:outputAudioTrack2Codec=libfaac
  1865. nzbToMedia/nzbToMedia.py:AudioCodec2Allow=
  1866. nzbToMedia/nzbToMedia.py:outputAudioTrack2Channels=2
  1867. nzbToMedia/nzbToMedia.py:outputAudioTrack2Bitrate=160k
  1868. nzbToMedia/nzbToMedia.py:outputAudioOtherCodec=libmp3lame
  1869. nzbToMedia/nzbToMedia.py:AudioOtherCodecAllow=
  1870. nzbToMedia/nzbToMedia.py:outputAudioOtherChannels=2
  1871. nzbToMedia/nzbToMedia.py:outputAudioOtherBitrate=128k
  1872. nzbToMedia/nzbToMedia.py:outputSubtitleCodec=
  1873. nzbToMedia/nzbToMedia.py:wolwake=0
  1874. nzbToMedia/nzbToMedia.py:wolmac=00:01:2e:2D:64:e1
  1875. nzbToMedia/nzbToMedia.py:wolhost=192.168.1.37
  1876. nzbToMedia/nzbToMedia.py:wolport=80
  1877. nzbToMedia/nzbToMedia.py:usCategory=mine
  1878. nzbToMedia/nzbToMedia.py:usremote_path=0
  1879. nzbToMedia/nzbToMedia.py:user_script_mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg
  1880. nzbToMedia/nzbToMedia.py:user_script_path=/nzbToMedia/userscripts/script.sh
  1881. nzbToMedia/nzbToMedia.py:user_script_param=FN
  1882. nzbToMedia/nzbToMedia.py:user_script_runOnce=0
  1883. nzbToMedia/nzbToMedia.py:user_script_successCodes=0
  1884. nzbToMedia/nzbToMedia.py:user_script_clean=1
  1885. nzbToMedia/nzbToMedia.py:usdelay=120
  1886. nzbToMedia/nzbToMylar.py:auto_update=0
  1887. nzbToMedia/nzbToMylar.py:safe_mode=1
  1888. nzbToMedia/nzbToMylar.py:myCategory=comics
  1889. nzbToMedia/nzbToMylar.py:myhost=localhost
  1890. nzbToMedia/nzbToMylar.py:myport=8090
  1891. nzbToMedia/nzbToMylar.py:myusername=
  1892. nzbToMedia/nzbToMylar.py:mypassword=
  1893. nzbToMedia/nzbToMylar.py:myssl=0
  1894. nzbToMedia/nzbToMylar.py:myweb_root=
  1895. nzbToMedia/nzbToMylar.py:myswait_for=1
  1896. nzbToMedia/nzbToMylar.py:mywatch_dir=
  1897. nzbToMedia/nzbToMylar.py:myremote_path=0
  1898. nzbToMedia/nzbToMylar.py:niceness=10
  1899. nzbToMedia/nzbToMylar.py:ionice_class=2
  1900. nzbToMedia/nzbToMylar.py:ionice_classdata=4
  1901. nzbToMedia/nzbToMylar.py:mountPoints=
  1902. nzbToMedia/nzbToMylar.py:wolwake=0
  1903. nzbToMedia/nzbToMylar.py:wolmac=00:01:2e:2D:64:e1
  1904. nzbToMedia/nzbToMylar.py:wolhost=192.168.1.37
  1905. nzbToMedia/nzbToMylar.py:wolport=80
  1906. nzbToMedia/nzbToNzbDrone.py:auto_update=0
  1907. nzbToMedia/nzbToNzbDrone.py:check_media=1
  1908. nzbToMedia/nzbToNzbDrone.py:safe_mode=1
  1909. nzbToMedia/nzbToNzbDrone.py:ndCategory=tv2
  1910. nzbToMedia/nzbToNzbDrone.py:ndhost=localhost
  1911. nzbToMedia/nzbToNzbDrone.py:ndport=8989
  1912. nzbToMedia/nzbToNzbDrone.py:ndapikey=
  1913. nzbToMedia/nzbToNzbDrone.py:ndssl=0
  1914. nzbToMedia/nzbToNzbDrone.py:ndweb_root=
  1915. nzbToMedia/nzbToNzbDrone.py:ndwait_for=2
  1916. nzbToMedia/nzbToNzbDrone.py:nddelete_failed=0
  1917. nzbToMedia/nzbToNzbDrone.py:ndremote_path=0
  1918. nzbToMedia/nzbToNzbDrone.py:mountPoints=
  1919. nzbToMedia/nzbToNzbDrone.py:mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
  1920. nzbToMedia/nzbToNzbDrone.py:niceness=10
  1921. nzbToMedia/nzbToNzbDrone.py:ionice_class=2
  1922. nzbToMedia/nzbToNzbDrone.py:ionice_classdata=4
  1923. nzbToMedia/nzbToNzbDrone.py:getSubs=0
  1924. nzbToMedia/nzbToNzbDrone.py:subLanguages=eng,spa,fra
  1925. nzbToMedia/nzbToNzbDrone.py:transcode=0
  1926. nzbToMedia/nzbToNzbDrone.py:duplicate=1
  1927. nzbToMedia/nzbToNzbDrone.py:ignoreExtensions=.avi,.mkv
  1928. nzbToMedia/nzbToNzbDrone.py:outputFastStart=0
  1929. nzbToMedia/nzbToNzbDrone.py:outputVideoPath=
  1930. nzbToMedia/nzbToNzbDrone.py:processOutput=0
  1931. nzbToMedia/nzbToNzbDrone.py:audioLanguage=eng
  1932. nzbToMedia/nzbToNzbDrone.py:allAudioLanguages=0
  1933. nzbToMedia/nzbToNzbDrone.py:allSubLanguages=0
  1934. nzbToMedia/nzbToNzbDrone.py:embedSubs=1
  1935. nzbToMedia/nzbToNzbDrone.py:burnInSubtitle=0
  1936. nzbToMedia/nzbToNzbDrone.py:extractSubs=0
  1937. nzbToMedia/nzbToNzbDrone.py:externalSubDir=
  1938. nzbToMedia/nzbToNzbDrone.py:outputDefault=None
  1939. nzbToMedia/nzbToNzbDrone.py:hwAccel=0
  1940. nzbToMedia/nzbToNzbDrone.py:outputVideoExtension=.mp4
  1941. nzbToMedia/nzbToNzbDrone.py:outputVideoCodec=libx264
  1942. nzbToMedia/nzbToNzbDrone.py:VideoCodecAllow=
  1943. nzbToMedia/nzbToNzbDrone.py:outputVideoPreset=medium
  1944. nzbToMedia/nzbToNzbDrone.py:outputVideoFramerate=24
  1945. nzbToMedia/nzbToNzbDrone.py:outputVideoBitrate=800k
  1946. nzbToMedia/nzbToNzbDrone.py:outputAudioCodec=libmp3lame
  1947. nzbToMedia/nzbToNzbDrone.py:AudioCodecAllow=
  1948. nzbToMedia/nzbToNzbDrone.py:outputAudioBitrate=128k
  1949. nzbToMedia/nzbToNzbDrone.py:outputQualityPercent=0
  1950. nzbToMedia/nzbToNzbDrone.py:outputAudioTrack2Codec=libfaac
  1951. nzbToMedia/nzbToNzbDrone.py:AudioCodec2Allow=
  1952. nzbToMedia/nzbToNzbDrone.py:outputAudioTrack2Bitrate=128k
  1953. nzbToMedia/nzbToNzbDrone.py:outputAudioOtherCodec=libmp3lame
  1954. nzbToMedia/nzbToNzbDrone.py:AudioOtherCodecAllow=
  1955. nzbToMedia/nzbToNzbDrone.py:outputAudioOtherBitrate=128k
  1956. nzbToMedia/nzbToNzbDrone.py:outputSubtitleCodec=
  1957. nzbToMedia/nzbToNzbDrone.py:wolwake=0
  1958. nzbToMedia/nzbToNzbDrone.py:wolmac=00:01:2e:2D:64:e1
  1959. nzbToMedia/nzbToNzbDrone.py:wolhost=192.168.1.37
  1960. nzbToMedia/nzbToNzbDrone.py:wolport=80
  1961. nzbToMedia/nzbToSickBeard.py:auto_update=0
  1962. nzbToMedia/nzbToSickBeard.py:check_media=1
  1963. nzbToMedia/nzbToSickBeard.py:safe_mode=1
  1964. nzbToMedia/nzbToSickBeard.py:mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
  1965. nzbToMedia/nzbToSickBeard.py:sbCategory=tv
  1966. nzbToMedia/nzbToSickBeard.py:sbhost=localhost
  1967. nzbToMedia/nzbToSickBeard.py:sbport=8081
  1968. nzbToMedia/nzbToSickBeard.py:sbusername=
  1969. nzbToMedia/nzbToSickBeard.py:sbpassword=
  1970. nzbToMedia/nzbToSickBeard.py:sbssl=0
  1971. nzbToMedia/nzbToSickBeard.py:sbweb_root=
  1972. nzbToMedia/nzbToSickBeard.py:sbwatch_dir=
  1973. nzbToMedia/nzbToSickBeard.py:sbfork=auto
  1974. nzbToMedia/nzbToSickBeard.py:sbdelete_failed=0
  1975. nzbToMedia/nzbToSickBeard.py:sbprocess_method=
  1976. nzbToMedia/nzbToSickBeard.py:sbremote_path=0
  1977. nzbToMedia/nzbToSickBeard.py:mountPoints=
  1978. nzbToMedia/nzbToSickBeard.py:mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
  1979. nzbToMedia/nzbToSickBeard.py:niceness=10
  1980. nzbToMedia/nzbToSickBeard.py:ionice_class=2
  1981. nzbToMedia/nzbToSickBeard.py:ionice_classdata=4
  1982. nzbToMedia/nzbToSickBeard.py:getSubs=0
  1983. nzbToMedia/nzbToSickBeard.py:subLanguages=eng,spa,fra
  1984. nzbToMedia/nzbToSickBeard.py:transcode=0
  1985. nzbToMedia/nzbToSickBeard.py:duplicate=1
  1986. nzbToMedia/nzbToSickBeard.py:ignoreExtensions=.avi,.mkv
  1987. nzbToMedia/nzbToSickBeard.py:outputFastStart=0
  1988. nzbToMedia/nzbToSickBeard.py:outputVideoPath=
  1989. nzbToMedia/nzbToSickBeard.py:processOutput=0
  1990. nzbToMedia/nzbToSickBeard.py:audioLanguage=eng
  1991. nzbToMedia/nzbToSickBeard.py:allAudioLanguages=0
  1992. nzbToMedia/nzbToSickBeard.py:allSubLanguages=0
  1993. nzbToMedia/nzbToSickBeard.py:embedSubs=1
  1994. nzbToMedia/nzbToSickBeard.py:burnInSubtitle=0
  1995. nzbToMedia/nzbToSickBeard.py:extractSubs=0
  1996. nzbToMedia/nzbToSickBeard.py:externalSubDir=
  1997. nzbToMedia/nzbToSickBeard.py:outputDefault=None
  1998. nzbToMedia/nzbToSickBeard.py:hwAccel=0
  1999. nzbToMedia/nzbToSickBeard.py:outputVideoExtension=.mp4
  2000. nzbToMedia/nzbToSickBeard.py:outputVideoCodec=libx264
  2001. nzbToMedia/nzbToSickBeard.py:VideoCodecAllow=
  2002. nzbToMedia/nzbToSickBeard.py:outputVideoPreset=medium
  2003. nzbToMedia/nzbToSickBeard.py:outputVideoFramerate=24
  2004. nzbToMedia/nzbToSickBeard.py:outputVideoBitrate=800k
  2005. nzbToMedia/nzbToSickBeard.py:outputAudioCodec=ac3
  2006. nzbToMedia/nzbToSickBeard.py:AudioCodecAllow=
  2007. nzbToMedia/nzbToSickBeard.py:outputAudioChannels=6
  2008. nzbToMedia/nzbToSickBeard.py:outputAudioBitrate=640k
  2009. nzbToMedia/nzbToSickBeard.py:outputQualityPercent=
  2010. nzbToMedia/nzbToSickBeard.py:outputAudioTrack2Codec=libfaac
  2011. nzbToMedia/nzbToSickBeard.py:AudioCodec2Allow=
  2012. nzbToMedia/nzbToSickBeard.py:outputAudioTrack2Channels=2
  2013. nzbToMedia/nzbToSickBeard.py:outputAudioTrack2Bitrate=160k
  2014. nzbToMedia/nzbToSickBeard.py:outputAudioOtherCodec=libmp3lame
  2015. nzbToMedia/nzbToSickBeard.py:AudioOtherCodecAllow=
  2016. nzbToMedia/nzbToSickBeard.py:outputAudioOtherChannels=2
  2017. nzbToMedia/nzbToSickBeard.py:outputAudioOtherBitrate=128k
  2018. nzbToMedia/nzbToSickBeard.py:outputSubtitleCodec=
  2019. nzbToMedia/nzbToSickBeard.py:wolwake=0
  2020. nzbToMedia/nzbToSickBeard.py:wolmac=00:01:2e:2D:64:e1
  2021. nzbToMedia/nzbToSickBeard.py:wolhost=192.168.1.37
  2022. nzbToMedia/nzbToSickBeard.py:wolport=80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement