-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for jellyfin 10.9 #24
Comments
|
I also wanted to point out this fix by jet082. I've not tested, but may be a good place to start.
|
|
Does not work with jellyfin 10.9.1 |
|
Yes it's incompatible with JF 10.9.x I'd like an update too. Also without plugin scans take forever. |
|
For anyone interested, until this is resolved, I did the minimum fixes to get it working again. Didn't rewrite the SQL part so it's still relying on SQLitePCL. I've compiled the DLL and uploaded it (along with the SQL one) here: https://github.com/simoncaron/InfuseSync/releases/tag/fix-jellyfin-10.9.x |
This returns "Plugin NotSupported" on the latest Unstable. I think there might be one or two minor tweaks required to get it working (a version string?), but that's beyond my knowledge. I decided to update my old jellyfin finally and it, unfortunately, broke my fix in #21 and the fix @simoncaron linked is not sufficient. |
|
@jet082 you need to edit the meta.yml file for the plugin, update the abiVersion to "10.9.0.0". Should work after that. |
Where do I do that? I'm sorry, I don't know the plugin system all that well. The errors I am getting are as follows: |
|
What did you do with the new DLL files? They are meant to go in your jellyfin's plugin directory. I don't know what your paths are like, but it'll be /plugins/InfuseSync_1.4.2.0. Put the new DLLs in there, replacing any old ones, then edit the meta file there as well. Restart and should work. For clarity, judging by the errors there, it seems your DLL was not the updated one. |
I've verified via the md5sums that what is loaded is indeed the exact one on @simoncaron's releases page. Moreover, I've looked at the |
Not sure what to tell you, if you look at the diff for simoncaron's fixes, you can see |
Ah you're completely right. Forgive me for wasting some of your time - I was looking at the wrong log entries. The errors I am receiving using the updated DLLs are as follows: |
|
Is your jellyfin version definitely 10.9.1? Those assemblies are part of Jellyfin so the only way they wouldn't be present is if you're not actually on 10.9.1. I have |
I'm on Jellyfin unstable build 2024050906. Is that somehow older than 10.9.1? |
|
Okay well I got it to work on unstable 2024050906 by downloading https://blr1.mirror.jellyfin.org/files/server/portable/stable/v10.9.1/any/jellyfin_10.9.1.zip and copying over the files |
|
Yep, looked into it a bit more, seems unstable is using 10.9.0.0 as the version for the assemblies still. I just downloaded a fresh copy of stable 10.9.1, and the assemblies there are versioned 10.9.1.0. Quite odd... |
|
The devs are aware of the issue. Fixed version will be "available soon". https://community.firecore.com/t/add-infusesync-plugin-support-for-jellyfin-10-9/49006/7 |
|
is there any update on this issue and maybe a aprox release date? |
|
We have just posted a beta version of 1.5.0 which is available to test. We are still doing some final internal testing but things are looking good. |
|
Any release date available yet? |
It's released since a few days. When will it be in the Jellyfin repo? |
|
We've released the 1.5.0 version of InfuseSync which adds support for Jellyfin 10.9. We're working with the Jellyfin admins to get this new version added to the main Jellyfin plugin catalog, but in the meantime you can install the update by following the steps in this post on our forum. |
Hi there.
Jellyfin 10.9 just made its way out of beta. Plugin compatibility would be nice!
Here are the erros loading the plugin on 10.9 :
Thanks
The text was updated successfully, but these errors were encountered: