grabs albums and posts them in discuck via webhooks
latestalbum | ||
README.md | ||
webhook |
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.