mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Duoh!
This commit is contained in:
parent
c29a42b9b8
commit
296f52ed30
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ def combineVTS(vtsPath):
|
||||||
concat = ''
|
concat = ''
|
||||||
m = 1
|
m = 1
|
||||||
while True:
|
while True:
|
||||||
vtsName = 'VTS_%02d_%s.VOB' % (str(n+1), str(m))
|
vtsName = 'VTS_%02d_%s.VOB' % (n+1, str(m))
|
||||||
if os.path.isfile(os.path.join(vtsPath, vtsName)):
|
if os.path.isfile(os.path.join(vtsPath, vtsName)):
|
||||||
concat = concat + '%s|' % (os.path.join(vtsPath, vtsName))
|
concat = concat + '%s|' % (os.path.join(vtsPath, vtsName))
|
||||||
m += 1
|
m += 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue