X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=audio%2Fplayers%2Faction;h=6d234bd48ff54fe24b30c52e62e26c77b9303ff1;hb=5d1739a2f680e053827568c8e024efd1d8bb7995;hp=5449dd4250db95e83658969fa5a9197b68124d9f;hpb=b8ad2e7882014370f6c7c06e1de203d03ccf53af;p=audio-cdr-video.git diff --git a/audio/players/action b/audio/players/action index 5449dd4..6d234bd 100755 --- a/audio/players/action +++ b/audio/players/action @@ -26,13 +26,13 @@ elif pgrep deadbeef >/dev/null; then elif pgrep audacious >/dev/null; then if [ "$action" = prev ]; then - exec audacious --rew + exec audtool --playlist-reverse elif [ "$action" = next ]; then - exec audacious --fwd + exec audtool --playlist-advance elif [ "$action" = pause ]; then - exec audacious --play-pause + exec audtool --playback-playpause elif [ "$action" = stop ]; then - exec audacious --stop + exec audtool --playback-stop fi else