grabs albums and posts them in discuck via webhooks
Find a file
2025-05-03 15:18:07 -06:00
latestalbum first commit 2025-05-03 11:00:44 -06:00
README.md fix cron setup 2025-05-03 15:18:07 -06:00
webhook cron support 2025-05-03 14:20:59 -06:00

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

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 \

Now set a cron job that runs webhook every X amount of time.