# 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: - [X] Support multiple albums in a single scan. # Setup ```sh 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.