Replies: 1 comment
-
You could write your own script like below which creates the backup (instead of the echo commands) before/after running Audacious. Then copy the #!/usr/bin/env bash
echo "hello" &&
audacious &&
echo "world" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to trigger some actions like a bash script on application open or exit to backup playlists. Is this possible in audacious 4.4.2?
Beta Was this translation helpful? Give feedback.
All reactions