#!/bin/sh

cd "$DIR_MUSIC_LISTEN"

find . -type d | fzf | xargs mpv --no-audio-display
