chiark
/
gitweb
/
~mdw
/
dvdrip
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
021aa6e
)
dvdrip-retry-botched-vobs: Process discs in a useful order.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Mar 2022 01:31:47 +0000
(
01:31
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Mar 2022 01:31:47 +0000
(
01:31
+0000)
dvdrip-retry-botched-vobs
patch
|
blob
|
blame
|
history
diff --git
a/dvdrip-retry-botched-vobs
b/dvdrip-retry-botched-vobs
index 579537e542ef29e5cd01a5b4e2f2fbb7996e8772..48dd81359480ab6855b70363ba8fcb0e8163c713 100755
(executable)
--- a/
dvdrip-retry-botched-vobs
+++ b/
dvdrip-retry-botched-vobs
@@
-2,7
+2,7
@@
dev=${DVDRIP_DEVICE-/dev/dvd}
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")
iso=${r%.retry}.iso
want_id=$(dvd-id "$iso")