mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
dont use link with default config
This commit is contained in:
parent
dc175f9818
commit
13e7f25c44
2 changed files with 4 additions and 4 deletions
|
@ -230,8 +230,8 @@ else:
|
||||||
movieCategory = config.get("CouchPotato", "category")
|
movieCategory = config.get("CouchPotato", "category")
|
||||||
movieDestination = os.path.normpath(config.get("CouchPotato", "outputDirectory"))
|
movieDestination = os.path.normpath(config.get("CouchPotato", "outputDirectory"))
|
||||||
# Torrent specific
|
# Torrent specific
|
||||||
useLink = int(config.get("Torrent", "uselink"))
|
useLink = int(config.get("Torrent", "useLink"))
|
||||||
extractionTool = os.path.normpath(config.get("Torrent", "extractiontool"))
|
extractionTool = os.path.normpath(config.get("Torrent", "extractionTool"))
|
||||||
compressedContainer = config.get("Torrent", "compressedExtentions")
|
compressedContainer = config.get("Torrent", "compressedExtentions")
|
||||||
mediaContainer = config.get("Torrent", "mediaExtentions")
|
mediaContainer = config.get("Torrent", "mediaExtentions")
|
||||||
metaContainer = config.get("Torrent", "metaExtentions")
|
metaContainer = config.get("Torrent", "metaExtentions")
|
||||||
|
|
|
@ -28,9 +28,9 @@ watch_dir=
|
||||||
failed_fork=0
|
failed_fork=0
|
||||||
|
|
||||||
[Torrent]
|
[Torrent]
|
||||||
uselink = 1
|
useLink = 0
|
||||||
|
extractionTool = C:\Program Files\7-Zip\7z.exe
|
||||||
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
compressedExtentions = ['.zip', '.rar', '.7z', '.gz', '.bz', '.tar', '.arj']
|
compressedExtentions = ['.zip', '.rar', '.7z', '.gz', '.bz', '.tar', '.arj']
|
||||||
mediaExtentions = ['.mkv', '.avi', '.divx', '.xvid', '.mov', '.wmv', '.mp4', '.mpg', '.mpeg', '.vob', '.iso']
|
mediaExtentions = ['.mkv', '.avi', '.divx', '.xvid', '.mov', '.wmv', '.mp4', '.mpg', '.mpeg', '.vob', '.iso']
|
||||||
metaExtentions = ['.nfo', '.sub', '.srt', '.jpg', '.gif']
|
metaExtentions = ['.nfo', '.sub', '.srt', '.jpg', '.gif']
|
||||||
extractionTool = C:\Program Files\7-Zip\7z.exe
|
|
Loading…
Add table
Add a link
Reference in a new issue