first
This commit is contained in:
@@ -15,6 +15,7 @@ i=0
|
||||
output_folder_name ="/bulk_convert_out/"
|
||||
|
||||
|
||||
|
||||
#droppedFile= ['test.mkv0out.mkv', "test.mkv1out.mkv","test.mkv2out.mkv","test.mkv3out.mkv","test.mkv4out.mkv","test.mkv5out.mkv"]
|
||||
#get path of script location and remove the tail
|
||||
|
||||
@@ -56,7 +57,7 @@ class CustomThread(Thread):
|
||||
|
||||
#sleep(1)
|
||||
global i
|
||||
global finished_count
|
||||
|
||||
file = str(input_file[0])
|
||||
file = file.rstrip("\n")
|
||||
basename=os.path.basename(file)
|
||||
|
||||
Reference in New Issue
Block a user