# *) audtool --playlist-addurl "$f" ;;
# esac
#done
- deadbeef --queue %s &
+ deadbeef %s & (sleep 1; exec deadbeef --stop)
+ t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u8?|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
P Play the audiofile(s) or playlist(s)
# audtool --playlist-addurl "$song"
#done < /tmp/random-playlist-tmp.m3u
#audtool --playback-play
- deadbeef --queue /tmp/random-playlist-tmp.m3u & deadbeef --play
+ deadbeef /tmp/random-playlist-tmp.m3u &
#mplayer -playlist /tmp/random-playlist-tmp.m3u &
(sleep 5; exec rm /tmp/random-playlist-tmp.m3u) &