#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/mpv/play # # $ vol # 97% clear dir=./vids/ vol=25 volm=${1:-0} vole=$(( $vol + $volm )) mpv \ --no-resume-playback \ --shuffle \ --\{ --volume=$(( $vole + 18 )) --start=00:00:07 ${dir}/africa.webm --\} \ --\{ --volume=$(( $vole + 19 )) --start=00:00:40 ${dir}/angels-crying.webm --\} \ --\{ --volume=$(( $vole + 21 )) ${dir}/calling-your-name.webm --\} \ --\{ --volume=$(( $vole + 11 )) ${dir}/camilla.webm --\} \ --\{ --volume=$(( $vole + 25 )) ${dir}/free-like-a-flying-demon.webm --\} \ --\{ --volume=$(( $vole + 22 )) --start=00:00:35 --end=00:04:27 ${dir}/here-i-go-again.webm --\} \ --\{ --volume=$(( $vole + 27 )) ${dir}/i-just-wanna-be-with-you.webm --\} \ --\{ --volume=$(( $vole + 14 )) ${dir}/last-day-alive.webm --\} \ --\{ --volume=$(( $vole + 19 )) ${dir}/life.webm --\} \ --\{ --volume=$(( $vole + 22 )) --start=00:00:22 ${dir}/paradise.webm --\} \ --\{ --volume=$(( $vole + 18 )) ${dir}/russian-lullaby.webm --\} \ --\{ --volume=$(( $vole + 27 )) ${dir}/this-is-the-way.webm --\} \ --\{ --volume=$(( $vole + 14 )) --start=00:00:39 ${dir}/true-believer.webm --\} # Camilla https://www.youtube.com/watch?v=nRTbYC7CtCs # Free Like a Flying Demon https://www.youtube.com/watch?v=u2cZFvRqlp0 # I Just Wanna Be With You https://www.youtube.com/watch?v=pbWLvwE8zfw # Life https://www.youtube.com/watch?v=y-y3Ef6aTPY # Paradise https://www.youtube.com/watch?v=KajuVzV0XYQ # This Is the Way (SVT) https://www.youtube.com/watch?v=BlKfWUgGUyE # True Believer https://www.youtube.com/watch?v=HktViXOnS1M