From 0af147f6894da9995167dcd3055a27101c011d76 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sat, 3 May 2025 11:29:50 -0600 Subject: [PATCH] added description and dependencies --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dbde8ad..c31969d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,22 @@ # Ass +Simple shell scripts that gets the latest album from a subsonic server and sends it to discord via a webhook. + +**Dependencies: jq, curl** + +### To Do: +- [ ] Support multiple albums in a single scan. # Setup ```sh git clone https://git.amolinae.com/amolinae06/ass \ mkdir -p $HOME/.local/bin/ \ + vim ass/latestalbum && vim ass/webhook \ cd ass/ && chmod +x webhook latestalbum \ cp webhook latestalbum $HOME/.local/bin/ \ + # Uncomment depending on your shell. + # sh, bash # echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.profile && source $HOME/.profile + # zsh # echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.zprofile && source $HOME/.zprofile ``` \ No newline at end of file