2025-03-25, 07:11 AM
(This post was last modified: 2025-03-25, 07:22 AM by esvee. Edited 2 times in total.)
(2025-03-21, 10:56 PM)AustinL Wrote: Thanks! - I think that's what I need :-)
I'll have a play around over the weekend, you have been really helpful, appreciate it!
Austin
@AustinL
For your first niggle you can initiate a scan directly from your script using refresh api call.
#!/bin/bash
# Jellyfin server details
JELLYFIN_URL="http://localhost:8096"
API_KEY="your_api_key_here"
# Trigger library scan
curl -X POST "$JELLYFIN_URL/Library/Refresh?api_key=$API_KEY"