mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
added transcoder
This commit is contained in:
parent
2d3ace62c0
commit
6a98bf0482
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ import autoProcessGames
|
|||
import autoProcessMusic
|
||||
import autoProcessTV
|
||||
import autoProcessMovie
|
||||
import Transcoder
|
||||
from nzbToMediaEnv import *
|
||||
from nzbToMediaUtil import *
|
||||
from utorrent.client import UTorrentClient
|
||||
|
@ -116,7 +117,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
|||
else:
|
||||
video2 = video2 + 1
|
||||
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
|
||||
status = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue