X-Git-Url: https://git.phdru.name/?p=audio-cdr-video.git;a=blobdiff_plain;f=audio%2Fplayers%2Faction;h=af5a2c748b116e04e1347ef4b1d4a2f9e5d06244;hp=6d234bd48ff54fe24b30c52e62e26c77b9303ff1;hb=294189804c5b5e29e2b955a9187d7f8195ebd324;hpb=5d1739a2f680e053827568c8e024efd1d8bb7995 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