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