This is meant to add playback actions for finer control.
Right now it has an action to stop after the last queued song.
This can be found in the Services menu.
To compile, go to audacious-plugins and run this:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
rm -rf build && meson setup build --prefix=/usr && cd build && ninja && sudo ninja install && cd ..
This is meant to be used with a costumized audacious, you might need to recompile it.
If you're using fish run this to make sure audacious runs:
set -Ux LD_LIBRARY_PATH /usr/local/lib $LD_LIBRARY_PATH
With stop after queued you get a workflow that allows you to only play songs you queued, making it stop after the last one. It's similar to creating playlists but on the fly.
I make this plugin as an attempt to add the level of control I think is missing in music players. Stop after queue was an important piece but there might be more that will be implemented later on.
This also enables a global queue.
Songs jump between playlists instead of each playlist having its own queue.
