added description and dependencies
This commit is contained in:
parent
dd58497b76
commit
0af147f689
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -1,12 +1,22 @@
|
||||||
# Ass
|
# 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
|
# Setup
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://git.amolinae.com/amolinae06/ass \
|
git clone https://git.amolinae.com/amolinae06/ass \
|
||||||
mkdir -p $HOME/.local/bin/ \
|
mkdir -p $HOME/.local/bin/ \
|
||||||
|
vim ass/latestalbum && vim ass/webhook \
|
||||||
cd ass/ && chmod +x webhook latestalbum \
|
cd ass/ && chmod +x webhook latestalbum \
|
||||||
cp webhook latestalbum $HOME/.local/bin/ \
|
cp webhook latestalbum $HOME/.local/bin/ \
|
||||||
|
# Uncomment depending on your shell.
|
||||||
|
# sh, bash
|
||||||
# echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.profile && source $HOME/.profile
|
# echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.profile && source $HOME/.profile
|
||||||
|
# zsh
|
||||||
# echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.zprofile && source $HOME/.zprofile
|
# echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.zprofile && source $HOME/.zprofile
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue