From aa37e85ee9775cf02215e8ec4242ec02b18b9efe Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 12 Mar 2013 23:39:52 -0700 Subject: [PATCH] separate extensions section --- autoProcessMovie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoProcessMovie.py b/autoProcessMovie.py index a9966259..a697a116 100644 --- a/autoProcessMovie.py +++ b/autoProcessMovie.py @@ -163,7 +163,7 @@ def process(dirName, nzbName=None, status=0): if status == 0: if transcode == 1: Logger.info("Checking for files to be transcoded") - mediaContainer = (config.get("Torrent", "mediaExtensions")).split(',') # for now, this is in Torrent section... + mediaContainer = (config.get("Extensions", "mediaExtensions")).split(',') for dirpath, dirnames, filenames in os.walk(dirName): for file in filenames: filePath = os.path.join(dirpath, file)