• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Plugin Development Jellyfin Media Bar

    Pages (13): « Previous 1 … 8 9 10 11 12 13 Next »
     

     
    • 5 Vote(s) - 5 Average

    Jellyfin Media Bar

    This marks the return of the popular Jellyfin Featured Content Bar - Now in a plugin form
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #91
    2025-03-12, 10:26 PM
    (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!
    Jellyfin 10.10.6
    docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:latest
    AMD Ryzen 9 7950X
    64GB DDR5-3600 RAM
    NVIDIA RTX 3060 12GB
    OS Drive: Samsung 990 Pro 2TB
    Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link
    itsrishi
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Mar
    Reputation: 0
    Country:Canada
    #92
    2025-03-13, 03:19 PM (This post was last modified: 2025-03-13, 03:21 PM by itsrishi. Edited 1 time in total.)
    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
    ermejor
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #93
    2025-03-14, 09:40 PM (This post was last modified: 2025-03-14, 09:55 PM by ermejor. Edited 2 times in total.)
    驴Sabeis que la pesta帽a de favoritos queda inutilizada al quedar oculto su contenido por la media bar?



    Attached Files Thumbnail(s)
       
    Rub茅n Navarro L贸pez
    Offline

    Member

    Posts: 151
    Threads: 27
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #94
    2025-03-14, 11:55 PM
    Hola, lo report茅 en el github del creador, estar谩 solucionado en la siguiente actualizaci贸n.
    Druidblack
    Offline

    Junior Member

    Posts: 43
    Threads: 13
    Joined: 2023 Sep
    Reputation: 1
    #95
    2025-03-15, 11:27 AM
    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]
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #96
    2025-03-15, 12:55 PM
    (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?
    Druidblack
    Offline

    Junior Member

    Posts: 43
    Threads: 13
    Joined: 2023 Sep
    Reputation: 1
    #97
    2025-03-15, 07:06 PM (This post was last modified: 2025-03-15, 08:15 PM by Druidblack. Edited 5 times in total.)
    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]
    Druidblack
    Offline

    Junior Member

    Posts: 43
    Threads: 13
    Joined: 2023 Sep
    Reputation: 1
    #98
    2025-03-16, 04:41 AM (This post was last modified: 2025-03-16, 05:23 AM by Druidblack. Edited 2 times in total.)
    [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.
    Druidblack
    Offline

    Junior Member

    Posts: 43
    Threads: 13
    Joined: 2023 Sep
    Reputation: 1
    #99
    2025-03-16, 05:47 AM
    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.
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #100
    2025-03-16, 11:42 AM
    (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.
    Pages (13): « Previous 1 … 8 9 10 11 12 13 Next »
     

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home 路 Team 路 Help 路 Contact
    漏 Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode