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


RE: Jellyfin Media Bar - Jamie Chapman - 2025-03-12

(2025-03-12, 10:06 PM)Jamie Chapman Wrote:
(2025-03-12, 09:59 PM)M0RPH3US Wrote:
(2025-03-12, 12:20 AM)Jamie Chapman Wrote: I deleted my container, deleted the molested jellyfin image, then pulled a fresh image and deployed a new container.

From there, I was able to successfully install the file transformation and media bar plugins from the repository, and they worked perfectly.

However, the same issue as noted in my short video, above, still occurs even with fresh image/container. I validated that everything reset cleanly, and I deleted cache from Chrome, Edge and JMP, but the issue persists.

@Jamie Chapman I tried so hard to reproduce it but couldn't on my system. I'm unsure what's going wrong there😔🤕

All good, I'll figure it out. It could be something with my theming and css from other plugins. Thanks for checking!

That was it. I have the Skin Manager installed. Some of the css injections were screwing up the media bar. All set!


RE: Jellyfin Media Bar - itsrishi - 2025-03-13

Hi M0RPH3US,

First of all, thanks for making this awesome plugin, it looks great! I just had two questions.

1. How can I change the logo that is used for the Custom Loader? Currently I'm using the following custom CSS to load my logo via a URL:

.adminDrawerLogo img { content: url(logo URL) !important; } imgLogoIcon { content: url(logo URL) !important; } .pageTitleWithLogo { background-image: url(logo URL) !important; }

2. Is there any way to change the font that is used in the Media Bar? I personally like the default Jellyfin theme and the font in the Media Bar doesn't match.

Note: I used the plugin method of install via repo.

Thanks in advance! Smiling-face


RE: Jellyfin Media Bar - ermejor - 2025-03-14

¿Sabeis que la pestaña de favoritos queda inutilizada al quedar oculto su contenido por la media bar?




RE: Jellyfin Media Bar - Rubén Navarro López - 2025-03-14

Hola, lo reporté en el github del creador, estará solucionado en la siguiente actualización.


RE: Jellyfin Media Bar - Druidblack - 2025-03-15

Good afternoon. You can make sure that when you start browsing the media menu, the logo and content description are hidden on the main page, leaving only the background of the image.

Now, scrolling through multimedia on the main page results in a lot of visual noise and the text of the content can merge with the text of the panel. On a PC, this is not so critical, but on a smartphone screen it causes discomfort.

[Image: IhErnqY.jpg]

[Image: E4sH3KU.jpg]


RE: Jellyfin Media Bar - M0RPH3US - 2025-03-15

(2025-03-15, 11:27 AM)Druidblack Wrote: Good afternoon. You can make sure that when you start browsing the media menu, the logo and content description are hidden on the main page, leaving only the background of the image.

Now, scrolling through multimedia on the main page results in a lot of visual noise and the text of the content can merge with the text of the panel. On a PC, this is not so critical, but on a smartphone screen it causes discomfort.

[Image: IhErnqY.jpg]

[Image: E4sH3KU.jpg]

Hello. 

That is not how it is supposed to look, and should scroll out and in view with rest of the items. By any chance you also have the skin manager installed? What theme are you using?


RE: Jellyfin Media Bar - Druidblack - 2025-03-15

Yes, I use the plugin "SkinManager2.0.2.0" in this plugin I use the theme "Ultrachromic"

After you said that the problem may be in the theme that I use. I decided to check it out. It turned out that in the "Ultrachromic" theme, the "Transparent Top Bar" option breaks the plug-in.

I tried to enable another theme from the plugin. As a result, the media bar appeared at the bottom of the screen and covered the library menu. Just for information.

After disabling the "Transparent Top Bar", the Ultrachromic theme stopped looking bad.

After experimenting with transparency, I found a way out of this situation.

I disabled the "Transparent Top Bar" and added the following code to the Custom CSS code:

Code:
.skinHeader-withBackground {
    background-color: transparent;
}

.force-scroll {
    overflow-y: auto;
    overflow-x: auto;
}

[Image: NZNNUes.jpg]


Now the top menu on the main page is transparent and does not interfere with the media bar. In this case, the color of the top menu does not change only in the settings menu. But it doesn't really interfere with the appearance.

I deleted it from the original theme code.

Code:
[color=#e8e6e3]/*Pages the have single unit height taskbar*/
@media all and (min-width: 100em){
  #indexPage,
  #moviesPage,
  #tvRecommendedPage,
  #musicRecommendedPage {
    margin-top: 68px;
    padding-top: 0px !important;
    overflow-y: scroll;
  }
}
/*Pages the have two unit height taskbar*/
@media all and (max-width: 100em){
  #indexPage,
  #moviesPage,
  #tvRecommendedPage,
  #musicRecommendedPage {
    margin-top: 130px;
    padding-top: 0.5em !important;
    overflow-y: scroll;
  }
}[/color]



RE: Jellyfin Media Bar - Druidblack - 2025-03-16

[Image: dcTzQui.jpg]
Today I saw another problem with this topic, a horizontal scrollbar appears at the top of the screen. To get rid of it, you need to delete it.:


Code:
.force-scroll {
    overflow-y: auto;
    overflow-x: auto;
}


As a result, only this code remains: 

Code:
.skinHeader-withBackground {
    background-color: transparent;
}

so that the top panel is transparent.


RE: Jellyfin Media Bar - Druidblack - 2025-03-16

I have another question. There are difficulties with the Jellyfin Media Player application. I use several jellyfin servers, but on the first launch, if the media panel from the first server is loaded into the application cache, then when switching to the second server, the media panel is displayed from the first server. Restarting the app does not help. I assume that clearing the application cache will not help And the media panel that gets into the cache first will be shown again.


RE: Jellyfin Media Bar - M0RPH3US - 2025-03-16

(2025-03-16, 05:47 AM)Druidblack Wrote: I have another question. There are difficulties with the Jellyfin Media Player application. I use several jellyfin servers, but on the first launch, if the media panel from the first server is loaded into the application cache, then when switching to the second server, the media panel is displayed from the first server. Restarting the app does not help. I assume that clearing the application cache will not help And the media panel that gets into the cache first will be shown again.

Support for multiple servers added in the upcoming release already. In testing right now. Release imminent.