Prompt user for a new DVD when ripping is finished

This commit is contained in:
2025-08-13 21:45:35 +01:00
parent ee52623b82
commit 359bc17a5b

View File

@@ -65,4 +65,9 @@ print("-----------------------------------------------")
input("-------- Press enter to open dvd drive --------\n-----------------------------------------------\n")
openDrive.open()
waitForDvd()
while True:
waitForDvd()
print("-----------------------")
print("- DVD has been ripped -")
print("-----------------------")
openDrive.open()