![]() |
Jellyfin Media Bar - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development) +--- Thread: Jellyfin Media Bar (/t-jellyfin-media-bar) |
RE: Jellyfin Media Bar - Druidblack - 2025-04-28 Maybe someone will be interested in this. I made a small fix for the play button so that when using third-party themes, it would not stand out from the general view. https://github.com/Druidblack/jellyfin_fix_button_play ![]() RE: Jellyfin Media Bar - Seraph4 - 2025-04-29 Great job, thanks for this. RE: Jellyfin Media Bar - Brugal88 - 2025-05-01 Hello, First of all amazing work on this feature, it is wonderful. I am wondering if someone can help me out on a little issue I have. On my media bar i cannot launch/play anything by clicking the play button for some reason. This only happens when i am using the site i reverse proxy with cloudflare. It works if i connect directly to my ip address. Do you think its possible to work around this? i was thinking if i edit the slideshow.js file like this, maybe it will use my ip address when it launches?: // State management const STATE = { jellyfinData: { userId: null, appName: null, appVersion: null, deviceName: null, deviceId: null, accessToken: null, serverAddress: (local server ip address) any thoughts? Please and thank you! RE: Jellyfin Media Bar - RazorzMcLazorz - 2025-05-22 this is awesome RE: Jellyfin Media Bar - 2020 - 2025-06-11 Is it possible to get this plugin to work in a similar way to editors choice, with a backend option for collection, new, random so on ? RE: Jellyfin Media Bar - Jamie Chapman - 2025-06-12 I tested out 10.11 RC1. Doesn't seem to be ready for prime time, but that's why it's a release candidate. I tested the media bar while I had the new version installed, and it doesn't function. The Home Sections plug-in does not function under the new version either. Just FYI. RE: Jellyfin Media Bar - 2020 - 2025-06-12 is it possible to get this theme to act more like editors choice ? I mean editors choice has a few backend options. RE: Jellyfin Media Bar - winky - 2025-07-15 hello i’m trying to use this bone file transformation keeps giving me error the media one works fine but not the other i’ve tried to do the github install aswell but no luck im using a macbook air m2 any way to fix this RE: Jellyfin Media Bar - TheurgicDuke771 - 2025-07-17 Hi! Media Bar 2.3.1.0 job failing. Installed both File Transformation [2.3.0.0] and Media Bar [2.3.1.0], then restarted the server.File,] Transformation2.3.0.File Transformation2.3.0.0 After the server restart the schedule task for Media Bar is failing. This is the error from log: Code: [2025-07-17 12:52:54.133 +05:30] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: "MediaBar Startup" Failed after 0 minute(s) and 0 seconds My setup: Host: Raspberry Pi 4B Jellyfin Version: 10.10.7 (Docker) RE: Jellyfin Media Bar - contra_ - 2025-07-28 Hi there. My File Transformation plugin won't start properly and sits at "Status Malfunctioned" even after a few restarts. I checked the logs and this is what I get. Any ideas? [2025-07-28 23:15:45.606 +00:00] [ERR] [18] Emby.Server.Implementations.Plugins.PluginManager: Error registering plugin services from "Jellyfin.Plugin.FileTransformation, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null". System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. at HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo) at HarmonyLib.PatchProcessor.Patch() at Jellyfin.Plugin.FileTransformation.Helpers.PatchHelper.SetupPatches() in /opt/buildagent/work/a101f5785a8289ca/src/Jellyfin.Plugin.FileTransformation/Helpers/PatchHelper.cs:line 12 at Jellyfin.Plugin.FileTransformation.ModuleInitializer.Initialize() in /opt/buildagent/work/a101f5785a8289ca/src/Jellyfin.Plugin.FileTransformation/ModuleInitializer.cs:line 56 at .cctor() --- End of inner exception stack trace --- at System.RuntimeTypeHandle.GetActivationInfo(ObjectHandleOnStack pRuntimeType, * ppfnAllocator, Void** pvAllocatorFirstArg, * ppfnCtor, BOOL* pfCtorIsPublic) at System.RuntimeType.ActivatorCache..ctor(RuntimeType rt) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions) at Emby.Server.Implementations.Plugins.PluginManager.RegisterServices(IServiceCollection serviceCollection) [2025-07-28 23:15:45.608 +00:00] [INF] [18] Emby.Server.Implementations.Plugins.PluginManager: Disabling plugin "/config/data/plugins/File Transformation_2.3.0.0" |