From 828c984ce33d5c50f788e564a4bfccf70b5ae2d1 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 12 Mar 2013 23:36:02 -0700 Subject: [PATCH] remove transcoder from here --- TorrentToMedia.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 437d11fb..9017af86 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -18,7 +18,6 @@ import autoProcessGames import autoProcessMusic import autoProcessTV import autoProcessMovie -import Transcoder from nzbToMediaEnv import * from nzbToMediaUtil import * from utorrent.client import UTorrentClient @@ -130,10 +129,6 @@ def main(inputDirectory, inputName, inputCategory, inputHash): os.unlink(filePath) # remove samples else: video2 = video2 + 1 - if transcode == 0: # don't transcode - continue - else: - result = Transcoder.Transcode_file(filePath) if video2 >= video and video2 > 0: # Check that all video files were moved status = 0