• 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 … 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
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #101
    2025-03-16, 01:30 PM
    Release 2.0 (Needs both JS and CSS to be replaced)

    1. Fixed Bar overlapping in the Favorites Tab
    2. Presenting On-Demand Fetch, reduced API calls
    3. Fixed Initial Login Failures
    4. Added support for multiple servers
    5. Rewrote Cred fetches. This should result in fewer errors.
    6. Minor QOL Redesign

    Web

    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #102
    2025-03-16, 01:31 PM
    Mobile

    1
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #103
    2025-03-16, 04:46 PM (This post was last modified: 2025-03-16, 04:47 PM by Jamie Chapman. Edited 1 time in total.)
    (2025-03-15, 07:06 PM)Druidblack Wrote: 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]
    I had the same issue as what you see here. Thanks for these notes, now I can go tune it without having to dig!
    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
    Druidblack
    Offline

    Junior Member

    Posts: 43
    Threads: 13
    Joined: 2023 Sep
    Reputation: 1
    #104
    2025-03-20, 08:15 PM
    You can do something about centering the logo and zooming it. Now you can see that the logo is pulled to the upper-left corner and the scale does not change, but remains in accordance with the resolution of the logo image.

    Moreover, you also need to rely on what screen resolution to view it at. I've tried it on three different resolutions, but it looks bad everywhere right now.

    It would probably be better if the logo did not go beyond the black background.


    [Image: TTB8IRt.gif]
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #105
    2025-03-25, 10:17 PM
    Sneak Peek

    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #106
    2025-03-27, 05:54 AM
    v3.0.0 Released

    Now with favorite toggle functionality. 

    Just putting it out here, you no longer need to download the files, since using CDN to deliver, you can remove the edits and plug this in your index.html just before </head>

    Code:
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/MakD/Jellyfin-Media-Bar@latest/slideshowpure.css" />
        <script async src="https://cdn.jsdelivr.net/gh/MakD/Jellyfin-Media-Bar@latest/slideshowpure.js"></script>
    1
    egn
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #107
    2025-03-28, 01:33 PM
    (2025-03-27, 05:54 AM)M0RPH3US Wrote: Now with favorite toggle functionality. 

    Great work! Thanx!
    Jellyfin 10.10.6 (service)
    WIN11 Pro 64-bit
    GB-BSi5A-6200
    Intel® Core™ i5-6200U CPU @ 2.30GHz
    16 GB
    2x 8TB SSD
    Druidblack
    Offline

    Junior Member

    Posts: 43
    Threads: 13
    Joined: 2023 Sep
    Reputation: 1
    #108
    2025-03-30, 08:27 AM (This post was last modified: 2025-03-30, 08:29 AM by Druidblack. Edited 1 time in total.)
    In recent versions of the panel, the play button has started responding to the use of themes in jf. Previously, the panel buttons did not respond to themes. Now, due to the rounding of the elements, the play button becomes oval. There is a way to make the buttons not react to the situation.?
    [Image: Hyvli36.jpg]
    [Image: WapVIWS.jpg]

    https://cdn.jsdelivr.net/gh/CTalvio/Ultr...ehover.css
    This file in the theme is responsible for rounding up the elements.
    egn
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #109
    2025-04-01, 06:30 PM
    (2025-03-09, 07:29 AM)M0RPH3US Wrote: But again, if something isn't watched, will it make sense to add a favourite, because as soon as it's watched it gets removed from the bar.

    Need inputs here.

    Sorry for late response.

    I find this feature very useful, because I have thousends of recordings, which I have never seen. And sometimes I just view the slides a few minutes, and when something interesting appears I add them to the Favourits. It doesn't matter when the disappear after being viewed. I then scan through the favourits, view an interesting one, and remove it from the favourites afterward. 

    A further improvement for me would be if the ones marked as favourites would also disappear, and also some random recordings that were viewed should reappear, may be to be viewed again.

    Great work so far.
    Jellyfin 10.10.6 (service)
    WIN11 Pro 64-bit
    GB-BSi5A-6200
    Intel® Core™ i5-6200U CPU @ 2.30GHz
    16 GB
    2x 8TB SSD
    Rubén Navarro López
    Offline

    Member

    Posts: 151
    Threads: 27
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #110
    2025-04-01, 07:36 PM
    First of all, thank you for all your work, it's amazing!

    Is there any possibility to skip the media that doesn't have logo?

    Thanks!
    Pages (13): « Previous 1 … 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