#! /bin/zsh clear local dir=~/mm/music/trance/prog/song mpv \ --shuffle \ --start=5% \ --vo=null \ --volume=30 \ ${dir}/*.(flv|mkv|mp4|webm) clear