jwueller / jellyfin-plugin-onepace

Jellyfin metadata and cover art integration for the https://onepace.net/ project
https://onepace.net/
GNU General Public License v3.0
59 stars 3 forks source link

Jellyfin 10.9 support #57

Closed Camotoy closed 2 months ago

Camotoy commented 2 months ago

Hello! It would appear the current version of this plugin does not support the new Jellyfin 10.9 update. Thanks!

jwueller commented 2 months ago

I'll take a look! Thanks for letting me know.

jwueller commented 2 months ago

Jellyfin 10.9 caused some breaking changes, which I had to fix. I just released v1.5.1.0, which seems to run well on my personal instance. Please give it a go!

Camotoy commented 2 months ago

Thanks for taking care of this so quickly! A couple of things I noticed:

jwueller commented 2 months ago

Yes, I think the plugin as well as the downloader sometimes get disabled if they run into issues, but I don't really understand what exactly triggers it. Sometimes it also just works. :shrug:

And yes, things got shuffled around a bit on the Pace side, so it probably had a weird in-between state cached. The problem is that Jellyfin doesn't always catch all of the updates, because it primarily looks at the files changing, not the data. So sometimes you unfortunately need to do an explicit refresh, discarding old data.

Glad to hear it works now!