Allow transcoding when .log file exists
This commit is contained in:
parent
3f6fcf2248
commit
0caafbb2f0
@ -67,11 +67,7 @@ def list_ripped_dvds(dvd_type):
|
||||
|
||||
|
||||
def is_dvd_files_not_locked(dvd):
|
||||
return (
|
||||
not os.path.exists(dvd + ".lock")
|
||||
and not os.path.exists(dvd + ".err.log")
|
||||
and not os.path.exists(dvd + ".log")
|
||||
)
|
||||
return not os.path.exists(dvd + ".lock") and not os.path.exists(dvd + ".err.log")
|
||||
|
||||
|
||||
def transcode_ripped_dvd(ripped_dvd, dvd_type):
|
||||
|
Loading…
x
Reference in New Issue
Block a user