mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-13 18:16:52 -07:00
remove transcoder from here
This commit is contained in:
parent
f4ecdcd0db
commit
828c984ce3
1 changed files with 0 additions and 5 deletions
|
@ -18,7 +18,6 @@ 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
|
||||||
|
@ -130,10 +129,6 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
||||||
os.unlink(filePath) # remove samples
|
os.unlink(filePath) # remove samples
|
||||||
else:
|
else:
|
||||||
video2 = video2 + 1
|
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
|
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