Closed awakenedhaggis closed 6 months ago
This is great to see! I've moved a lot from jellyfin to jellyfin_emby.py as emby support has been merged in to dev. Is it possible for you to rebase this and limit it so it only feeds it the json when jellyfin is calling it and not emby since i dont think that api exists in emby.
Hi! I don't have an emby instance to test with at the moment but it looks like there is the same endpoint. I'll set up a test instance to see how far back it goes version wise.
That sounds great! Hopefully it works there too so its working on all major server types.
Yeah this endpoint is working with the latest emby verion, and there are mentions of this endpoint in the emby forum at least back in 2022 so looks like it'll be very widespread
Updated changes:
query
function to handle 204 responses from emby's /UserData
endpointWorth noting the jellyfin_video
object might have to be renamed to avoid confusion
thats great! Let me test it on my side and then ill merge it in and then fix the ci afterwards since the ci should now include more lines.