From: Oleg Broytman Date: Mon, 12 Apr 2021 08:50:59 +0000 (+0300) Subject: Feat(audacious): Toggle "stop after the song" X-Git-Url: https://git.phdru.name/?p=audio-cdr-video.git;a=commitdiff_plain;h=294189804c5b5e29e2b955a9187d7f8195ebd324 Feat(audacious): Toggle "stop after the song" --- diff --git a/audio/players/action b/audio/players/action index 6d234bd..af5a2c7 100755 --- a/audio/players/action +++ b/audio/players/action @@ -33,6 +33,8 @@ elif pgrep audacious >/dev/null; then exec audtool --playback-playpause elif [ "$action" = stop ]; then exec audtool --playback-stop + elif [ "$action" = stop-after ]; then + exec audtool --playlist-stop-after-toggle fi else