• 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 … 6 7 8 9 10 … 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
    Ted Hinklater
    Offline

    Member

    Posts: 151
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #71
    2025-02-28, 09:58 PM
    https://github.com/MakD/Jellyfin-Media-B...owpure.css

    play / detail button colours are line 320 & 324 respectively, arrows are line 373
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #72
    2025-03-01, 06:32 AM (This post was last modified: 2025-03-01, 06:32 AM by Jamie Chapman.)
    (2025-02-26, 05:10 PM)solosuono Wrote: I'm new to this forum, I don't know how to insert a photo in the answer, it asks me for a web address and I don't know how to do it

    Posting messages can be a little confusing, especially with pictures. I totally agree. 

    The easiest way to post screenshots is using the full Post editor, and linking attachments at the bottom of this page. Example screenshot is attached. 

       

    The web link that you need to provide to insert an image directly into the body of a post is a little more difficult if you don't have access to a web server that provides anonymous access to content, such as pictures and video. Definitely not a big deal, since the attachment feature works just as well, and tends to be less "loud" (inserted web links show the pictures at a very high resolution, and they tend to consume the content of the post. Great for showing off nice pics, I suppose)
    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
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #73
    2025-03-01, 06:52 AM (This post was last modified: 2025-03-01, 06:59 AM by Jamie Chapman. Edited 2 times in total.)
    (2025-02-25, 06:59 AM)M0RPH3US Wrote: Plugin has been updated to include the fullscreen mode by default courtesy @IAmParadox27.

    Updates to the normal mode has been halted till the fullscreen mode has been stabilized enough.

    Request feedbacks and reports involving any visual glitches you might see to help stabilize the fullscreen mode across devices. Please include the device being used and orientation.

    (2025-02-20, 05:12 PM)Jamie Chapman Wrote: Looks great. Excellent work, thank you!

    Android mobile in landscape, web and JMP clients all look really nice.

    With portrait in the mobile app, it looks good, but the "info" line gets a little busy depending on the filled in content. Is there any way to break the line in two, dynamically, when the screen space runs short, or maybe for this specific view, where screen width is a premium commodity, make it so that it always breaks in two?

    Have something in mind for this. Let's see how it spans out.

    Just saw the latest updates, and pulled them in. Portrait mode on mobile looks incredible, as does landscape.

    I know this is a WIP at the moment. Looks like browsers are back to a minor alignment issue near the bottom edge. The same problem does not show up in JMP. See screenshots.

           
    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
    Yummy_rad
    Offline

    Junior Member

    Posts: 14
    Threads: 3
    Joined: 2023 Jun
    Reputation: 3
    #74
    2025-03-02, 05:48 PM
    Does this work with iOS clients running the jellyfin app?
    I’ve tried installing the plugin following instructions but I don’t see anything. In plugins I see media bar is status active (2.2.2.0), while file transformations appears twice. One says status restart (2.2.0.0) and the other says status malfunctioned (2.1.0). I’ve restarted jellyfin from within portainer.
    egn
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #75
    2025-03-04, 09:21 AM (This post was last modified: 2025-03-04, 09:25 AM by egn. Edited 2 times in total.)
    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:
    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)
    aar026
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    Country:United States
    #76
    2025-03-06, 12:29 AM
    Seems like the latest update broke the plugin for me. I have removed, reinstalled, and readded the repo. On all of my devices and browsers the media bar is not visible. If I zoom out, it out of scroll reach - the very top of the first visible section. The modular settings no longer loads.



    App Version:
    10.10.6
    Version:
    1.1.19


    Attached Files Thumbnail(s)
       
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #77
    2025-03-07, 12:31 PM
    Published release v1.0.0 at https://github.com/MakD/Jellyfin-Media-Bar

    Major changes -

    1. No files require any modifications now apart from index.html. Existing manual installation users will have to roll back to the stock files to install v1.0. Plugin Users will get a seamless update.
    2. All bugs with SPA navigation has been quashed.
    3. More loading optimizations.
    Rubén Navarro López
    Offline

    Member

    Posts: 151
    Threads: 27
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #78
    2025-03-07, 06:14 PM (This post was last modified: 2025-03-08, 12:01 AM by Rubén Navarro López. Edited 3 times in total.)
    Hii! For some reason in the mobile app is not working well.

    Can't share a screenshot right now, but doesn't matter the menu that I enter, the jellyfin media bar is always present.

    I'm android user. Throught web it's working in my mobile phone tho.

    EDIT: on PC client is not working either. at least for me

    EDIT 2: I deleted both apps, reinstalled and now it's working. Cache problem.
    egn
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #79
    2025-03-09, 07:13 AM
    Hi,

    I have a small feature request.

    Would it be possible to add the favorite and the viewed button additional to the info and play button. This would speed up setting both flags.

    Cheers Emil
    Jellyfin 10.10.6 (service)
    WIN11 Pro 64-bit
    GB-BSi5A-6200
    Intel® Core™ i5-6200U CPU @ 2.30GHz
    16 GB
    2x 8TB SSD
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #80
    2025-03-09, 07:29 AM
    (2025-03-09, 07:13 AM)egn Wrote: Hi,

    I have a small feature request.

    Would it be possible to add the favorite and the viewed button additional to the info and play button. This would speed up setting both flags.

    Cheers Emil

    Currently how it works is it shows only the unwatched items out of the library access a specific user has. So, watched function would be redundant. But I can try and work on getting the favorite button. 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.
    Pages (13): « Previous 1 … 6 7 8 9 10 … 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