added transcoder

This commit is contained in:
Clinton Hall 2013-03-08 17:36:25 -08:00
commit 6a98bf0482

View file

@ -18,6 +18,7 @@ import autoProcessGames
import autoProcessMusic import autoProcessMusic
import autoProcessTV import autoProcessTV
import autoProcessMovie import autoProcessMovie
import Transcoder
from nzbToMediaEnv import * from nzbToMediaEnv import *
from nzbToMediaUtil import * from nzbToMediaUtil import *
from utorrent.client import UTorrentClient from utorrent.client import UTorrentClient
@ -116,7 +117,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
else: else:
video2 = video2 + 1 video2 = video2 + 1
if transcode: if transcode:
pass #this is where we will be calling the transcoder. result = Transcoder.Transcode_file(filePath)
if video2 >= video and video2 > 0: # Check that all video files were moved if video2 >= video and video2 > 0: # Check that all video files were moved
status = 0 status = 0