diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 9583d9bf..37bb7981 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -230,8 +230,8 @@ else: movieCategory = config.get("CouchPotato", "category") movieDestination = os.path.normpath(config.get("CouchPotato", "outputDirectory")) # Torrent specific - useLink = int(config.get("Torrent", "uselink")) - extractionTool = os.path.normpath(config.get("Torrent", "extractiontool")) + useLink = int(config.get("Torrent", "useLink")) + extractionTool = os.path.normpath(config.get("Torrent", "extractionTool")) compressedContainer = config.get("Torrent", "compressedExtentions") mediaContainer = config.get("Torrent", "mediaExtentions") metaContainer = config.get("Torrent", "metaExtentions") diff --git a/autoProcessMedia.cfg.sample b/autoProcessMedia.cfg.sample index 70b7ddb5..b74ebd8f 100644 --- a/autoProcessMedia.cfg.sample +++ b/autoProcessMedia.cfg.sample @@ -28,9 +28,9 @@ watch_dir= failed_fork=0 [Torrent] -uselink = 1 +useLink = 0 +extractionTool = C:\Program Files\7-Zip\7z.exe ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ###### compressedExtentions = ['.zip', '.rar', '.7z', '.gz', '.bz', '.tar', '.arj'] mediaExtentions = ['.mkv', '.avi', '.divx', '.xvid', '.mov', '.wmv', '.mp4', '.mpg', '.mpeg', '.vob', '.iso'] metaExtentions = ['.nfo', '.sub', '.srt', '.jpg', '.gif'] -extractionTool = C:\Program Files\7-Zip\7z.exe \ No newline at end of file