mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 11:15:47 +08:00
whoops...
This commit is contained in:
parent
6d067ead30
commit
c49c3f4744
@ -6,7 +6,7 @@
|
||||
|
||||
# get the track names. DOSBox-X always writes track names
|
||||
declare -a NAMES
|
||||
for x in `ffprobe dosbox_000.mt.avi 2>&1 | grep title | cut -d ':' -f 2 | sed -e 's/^ *//'`; do
|
||||
for x in `ffprobe "$1" 2>&1 | grep title | cut -d ':' -f 2 | sed -e 's/^ *//'`; do
|
||||
NAMES=("${NAMES[@]}" "$x")
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user