mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
minor fix for transcoder.
This commit is contained in:
parent
33fb4ce331
commit
346c0952e1
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def getVideoDetails(videofile, img=None, bitbucket=None):
|
||||||
def buildCommands(file, newDir, movieName, bitbucket):
|
def buildCommands(file, newDir, movieName, bitbucket):
|
||||||
if isinstance(file, basestring):
|
if isinstance(file, basestring):
|
||||||
inputFile = file
|
inputFile = file
|
||||||
if '"concat:' in file:
|
if 'concat:' in file:
|
||||||
file = file.split('|')[0].replace('concat:', '')
|
file = file.split('|')[0].replace('concat:', '')
|
||||||
video_details, result = getVideoDetails(file)
|
video_details, result = getVideoDetails(file)
|
||||||
dir, name = os.path.split(file)
|
dir, name = os.path.split(file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue