2024-01-14, 01:29 PM
Hi!
Having Jellyfin server installed on my Windows 11.
Kodi omega on my Nvidia Shield.
Using drives on both my NAS (NFS) and on Windows.
I'm having problems getting newly added content scanned within a short timeframe. The auto-scan is not really working in JF because of the networkdrives.
Tried Radarr with webhook and that does not seem to work very well either..
Anyway... In kodi there is this option "Update library on startup". Meaning, every time I start kodi to watch something, it adds the latest stuff..
But I assume this option does not actually trigger a scan within my JF server. (?)
So I'm looking for the same function, but that works with "Jelly for Kodi".
Maybe there is a way to trigger a Phyton script when Kodi starts?
(Bash) Something like: curl -d "" http://[jellyfin ip]:[port]/library/refresh?api_key=[yourapikey]
(PS1) Invoke-RestMethod -Uri "http://[jellyfin ip]/library/refresh?api_key=[yourapikey]" -Method POST
I'm not a coder, so I don't know how that would look in Phyton.
Having Jellyfin server installed on my Windows 11.
Kodi omega on my Nvidia Shield.
Using drives on both my NAS (NFS) and on Windows.
I'm having problems getting newly added content scanned within a short timeframe. The auto-scan is not really working in JF because of the networkdrives.
Tried Radarr with webhook and that does not seem to work very well either..
Anyway... In kodi there is this option "Update library on startup". Meaning, every time I start kodi to watch something, it adds the latest stuff..
But I assume this option does not actually trigger a scan within my JF server. (?)
So I'm looking for the same function, but that works with "Jelly for Kodi".
Maybe there is a way to trigger a Phyton script when Kodi starts?
(Bash) Something like: curl -d "" http://[jellyfin ip]:[port]/library/refresh?api_key=[yourapikey]
(PS1) Invoke-RestMethod -Uri "http://[jellyfin ip]/library/refresh?api_key=[yourapikey]" -Method POST
I'm not a coder, so I don't know how that would look in Phyton.