Great Work!
I first used the patch, but now I use the plugins.
The only drawbacks for full screen I see currently is that the vertical space between the slides and the media bar is very large. The media bar should be just below the slides.
Note regarding restart:
When restarting by using the admin GUI it seems to be that it isn't restarting. But it then runs when I start the service from task manager.
In log file I see the following messages:
I first used the patch, but now I use the plugins.
The only drawbacks for full screen I see currently is that the vertical space between the slides and the media bar is very large. The media bar should be just below the slides.
Note regarding restart:
When restarting by using the admin GUI it seems to be that it isn't restarting. But it then runs when I start the service from task manager.
In log file I see the following messages:
Code:
[2025-03-04 09:41:54.365 +01:00] [FTL] [54] Main: Error while starting server
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Jellyfin.Plugin.MediaBar.Services.NamedPipeService.StopAsync(CancellationToken cancellationToken) in /opt/buildagent/work/d1b05955f2cfe92/src/Jellyfin.Plugin.MediaBar/Services/NamedPipeService.cs:line 25
at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
at Microsoft.Extensions.Hosting.Internal.Host.StopAsync(CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(IHost host, CancellationToken token)
at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)