mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Merge branch 'dev' into nightly
This commit is contained in:
commit
22573a148f
1 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,7 @@ def initialize(section=None):
|
|||
CATEGORIES = (CFG["Torrent"]["categories"]) # music,music_videos,pictures,software
|
||||
NOFLATTEN = (CFG["Torrent"]["noFlatten"])
|
||||
if isinstance(NOFLATTEN, str): NOFLATTEN = NOFLATTEN.split(',')
|
||||
if isinstance(CATEGORIES, str): CATEGORIES = CATEGORIES.split(',')
|
||||
DELETE_ORIGINAL = int(CFG["Torrent"]["deleteOriginal"])
|
||||
UTORRENTWEBUI = CFG["Torrent"]["uTorrentWEBui"] # http://localhost:8090/gui/
|
||||
UTORRENTUSR = CFG["Torrent"]["uTorrentUSR"] # mysecretusr
|
||||
|
@ -310,6 +311,7 @@ def initialize(section=None):
|
|||
OUTPUTFASTSTART = int(CFG["Transcoder"]["outputFastStart"])
|
||||
OUTPUTQUALITYPERCENT = int(CFG["Transcoder"]["outputQualityPercent"])
|
||||
NICENESS = int(CFG["Transcoder"]["niceness"])
|
||||
if isinstance(IGNOREEXTENSIONS, str): IGNOREEXTENSIONS = IGNOREEXTENSIONS.split(',')
|
||||
|
||||
PASSWORDSFILE = CFG["passwords"]["PassWordFile"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue