Jellyfin Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


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

[Image: k9Kvy2P.gif]


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
[2025-07-17 12:52:55.224 +05:30] [INF] [38] Jellyfin.Plugin.MediaBar.MediaBarPlugin: MediaBar Startup. Registering file transformations.
[2025-07-17 12:52:55.229 +05:30] [ERR] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> 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 18
  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.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
  at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
  --- End of inner exception stack trace ---
  at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
  at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  at Jellyfin.Plugin.MediaBar.Services.StartupService.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken) in /opt/buildagent/work/d1b05955f2cfe92/src/Jellyfin.Plugin.MediaBar/Services/StartupService.cs:line 83
  at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)

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"