chiark / gitweb /
dvdrip-retry-botched-vobs: Process discs in a useful order.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 Mar 2022 01:31:47 +0000 (01:31 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Mar 2022 01:31:47 +0000 (01:31 +0000)
dvdrip-retry-botched-vobs

index 579537e542ef29e5cd01a5b4e2f2fbb7996e8772..48dd81359480ab6855b70363ba8fcb0e8163c713 100755 (executable)
@@ -2,7 +2,7 @@
 
 dev=${DVDRIP_DEVICE-/dev/dvd}
 
-find "$@" -type f -name "*.retry" -print | while IFS= read -r r; do
+find "$@" -type f -name "*.retry" -print | sort | while IFS= read -r r; do
   iso=${r%.retry}.iso
 
   want_id=$(dvd-id "$iso")