feat(download): update qobuz stuff
This commit is contained in:
parent
55019903a7
commit
1c5a3ba8e8
3 changed files with 43 additions and 11 deletions
8
.zsh_functions/jellyfin.zsh
Normal file
8
.zsh_functions/jellyfin.zsh
Normal file
|
@ -0,0 +1,8 @@
|
|||
jelly_rescan(){
|
||||
JELLYFIN_URL="http://$NAS_IP:8096"
|
||||
API_KEY="$(pass jelly)"
|
||||
LIBRARY_ID="8a05b0252259a1dbd62df97522638439"
|
||||
|
||||
curl -X POST -H "X-Emby-Token: $API_KEY" \
|
||||
"$JELLYFIN_URL/Library/VirtualFolders/$LIBRARY_ID/Refresh"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue