ass/README.md
2025-05-03 22:44:49 -06:00

428 B

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 \
    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.