gcorgnet / sensor.emby_upcoming_media

Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.
MIT License
22 stars 17 forks source link

ny chance of updating this to work with Jellyfin? #29

Open mptpro opened 1 year ago

mptpro commented 1 year ago

I tried changing the APIs and port to my Jellyfin server, but it didn't work.

thanks

xlyralycanx commented 10 months ago

(I'm not the dev) Please read this > https://api.jellyfin.org/ I hope it helps. The API URL format differs slightly from Emby.

jwillaz commented 3 months ago

@mptpro - I've made a fork for Jellyfin. https://github.com/jwillaz/sensor.jellyfin_upcoming_media

@gcorgnet - It's a very slight difference to get it working, if you'd care to add a conditional check with optional config boolean for Jellyfin: https://github.com/jwillaz/sensor.jellyfin_upcoming_media/blob/cbdc57fed744926ed9d604f24fad13c9836fa619/custom_components/jellyfin_upcoming_media/client.py#L26