Skip to content
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

[Feature Request] Jellyfin 10.9 compatibility #34

Closed
foux opened this issue May 11, 2024 · 7 comments
Closed

[Feature Request] Jellyfin 10.9 compatibility #34

foux opened this issue May 11, 2024 · 7 comments

Comments

@foux
Copy link

foux commented May 11, 2024

Hi there, just a note to keep the plugin compatible with Jellyfin 10.9.

Here are the error loading the plugin on 10.9 :

[2024-05-11 21:47:28.415 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/data/plugins/Theme Songs_10.8.0.1/Jellyfin.Plugin.ThemeSongs.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.0.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.0.0, Culture=neutral, PublicKeyToken=null'.

Running on jellyfin official docker image

Thanks

@ReenigneArcher
Copy link

Just linking this here for the maintainer in case it will help them. LizardByte/Themerr-jellyfin#314

As I learned a lot from this plugin, while creating my Themerr-jellyfin plugin, the least I can do is share my solution.

@yamanobe96
Copy link

This wonderful and historic program has unfortunately stopped working due to Jellyfin's update to 10.9.
I can't breathe without this program working

@nylimited
Copy link

Are there plans to update this plugin for the current Jellyfin release?

@danieladov
Copy link
Owner

I've just released an update

@ReenigneArcher
Copy link

Should this be updated as well?

jellyfin_version: "10.5.0" # The earliest binary-compatible version

@danieladov
Copy link
Owner

danieladov commented May 24, 2024

Should this be updated as well?

jellyfin_version: "10.5.0" # The earliest binary-compatible version

That file is for compiling the plugin, but I'm not using it. I should have deleted it, to be honest.

@yamanobe96
Copy link

Thank you for updating. Your plugins have helped me a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants