grabs albums and posts them in discuck via webhooks
Find a file
2025-05-03 23:56:11 -06:00
latestalbum ass 2025-05-03 23:55:09 -06:00
README.md Update README.md 2025-05-03 22:44:49 -06:00
webhook send multiple albums in one message 2025-05-03 23:56:11 -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 \
    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.