if screen -list | grep -q background; then echo "Already running in screen, attach with screen -x background" else screen -dmS background /bin/bash -c "mpv {{ background_music_dir }}/* --shuffle --loop=inf --volume={{ background_music_volume }}" fi