-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
OpenSubtitles Crashes the latest Docker Jellyfin #19
Comments
I agree. :( same problem here. |
I had the same problem. It is searching for the assemblies in the plugin folder. Copiing the MediaBrowser.*.dll files to the plugin directory fixed it for me.
|
Hi all, just in case you hit the above, but can't use the fix above because you're running jellyfin as a docker container, then perhaps my experience might help. I had Jellyfin inside a jellyfin/jellyfin docker on a Pi3, but I had all the config stuff (including the plugins) mapped to an external folder. So, my workaround was to cd to /jellyfin folder inside the image folder of the jellyfin docker (/var/lib/docker/overlay/686c27052dd10eb448f095e1d5f8fcd3e08ff1a0d20245f53378f0b063f3bf6c/root/jellyfin in my case) and then do: The added advantage here is that the jellyfin docker image can still be update. As long as all the MediaBrowser stuff remains in /jellyfin, the symlinks will remain valid. Keep safe! |
@Misterke Thank you for posting that!! In my case, also using Docker, the easiest way for me to accomplish this was to drop into a Bash session inside the container (via Restarted the jellyfin service from within the container and she's good to go. Thanks to both of you, as well as @jaydenthorup for reporting this one. First issue I've had with Jellyfin in the year or so I've used it. Annoyed but with your help, it was a quick fix. So thanks for that! ETA: Might be worth mentioning that I also have my TLDR: Issuing |
You guys saved me! |
The text was updated successfully, but these errors were encountered: