|
|
|
@ -40,8 +40,7 @@ for dir, dirs, files in os.walk(str(Config.BASE_PATH)):
|
|
|
|
if info.bitrate < Config.LOW_BITRATE_THRESHOLD:
|
|
|
|
if info.bitrate < Config.LOW_BITRATE_THRESHOLD:
|
|
|
|
print("")
|
|
|
|
print("")
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
item.task.destination.parent.mkdir(exist_ok=True)
|
|
|
|
item.task.destination.parent.mkdir(exist_ok=True, parents=True)
|
|
|
|
print(" ... added")
|
|
|
|
|
|
|
|
jobs.append(item)
|
|
|
|
jobs.append(item)
|
|
|
|
|
|
|
|
|
|
|
|
with open(Config.QUEUE_FILE, "w") as fp:
|
|
|
|
with open(Config.QUEUE_FILE, "w") as fp:
|
|
|
|
|