Jellyfin integration add service to refresh library

Hi,
I’d like to have a service to refresh the library like Plex integration there is this possibility?
Thanks.

As i understand it you can do it via the API, like

curl -v -d "" -H "X-MediaBrowser-Token: TOKEN" https://jellyfin/library/refresh

So make yourself a service, like Shell Command - Home Assistant

Hi @nickrout,
Where can i generate the token? i hope long life?
But i think embedded into integration will be more easy to setup.

Thanks.