mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue