• 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): 1 2 3 4 5 … 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
    #1
    2025-02-07, 08:16 PM (This post was last modified: 2025-02-19, 02:04 PM by M0RPH3US. Edited 3 times in total.)
    First and foremost, my heartfelt gratitude to BobHasNoSoul, @SethBacon, @Ted Hinklater , and IAmParadox27 for their truly revolutionary work.


    GitHub Repository - Jellyfin Media Bar (Repository has the traditional installation method)

    The Plugin Way (Courtesy IAmParadox27) Git Repo
    • Add 
      Code:
      https://www.iamparadox.dev/jellyfin/plugins/manifest.json
      to your repositories
    • Install "File Transformation"
    • Install "Media Bar"
    • Restart Jellyfin

    Screenshots 

    Desktop View

    [Image: Jelly-Web.png]

    Desktop Fullscreen View

    [Image: Jelly-Web%20-%20Fullscreen%20Mode.png]

    Mobile View

    [Image: Jelly-Mobile.png]

    Mobile Fullscreen View

    [Image: Jelly-Mobile-Fullscreen.png]

    CustomLoader in Action

    [Image: jubeyhh.gif]
    2
    1
    1
    1
    1
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #2
    2025-02-07, 09:18 PM (This post was last modified: 2025-02-07, 09:19 PM by Ted Hinklater. Edited 1 time in total.)
    [Image: jack-nicholson-yes.gif]

    v well done Morpheus I'll give it a try in the morning but looks superb
    Rubén Navarro López
    Offline

    Member

    Posts: 151
    Threads: 27
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #3
    2025-02-07, 09:27 PM
    Awesome!!! I was waiting for something like this to happen.

    I'll give it a try later
    Rubén Navarro López
    Offline

    Member

    Posts: 151
    Threads: 27
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #4
    2025-02-08, 12:19 PM
    Hi! it's necessary to do the github repository steps? Because Media bar plugin shows as malfunctioned
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #5
    2025-02-08, 01:00 PM
    (2025-02-08, 12:19 PM)Rubén Navarro López Wrote: Hi! it's necessary to do the github repository steps? Because Media bar plugin shows as malfunctioned

    You installed both the file transformation and media bar plugin right?
    Kilo11
    Offline

    Junior Member

    Posts: 7
    Threads: 0
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #6
    2025-02-08, 05:25 PM
    No luck so far trying on 2 fresh Jellyfin installs via Docker in TrueNAS Scale, installed both File Transformation & Media Bar plugins as instructed. After restarting the server one or both plugins show as malfunctioned for status, and when they do both show as active (after restarting the server again) the Media Bar doesn't show even after hard refreshing the web page twice.
    IAmParadox27
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    #7
    2025-02-08, 06:14 PM
    @Kilo11 it can take a while with the installable method for it to come through and start working, and the File Transformation plugin can be a bit finicky to get going, basically once you've got both active give your server a proper restart (by turning it off and on, not using the restart button) and give it some time to clear your disk cache.
    zsigit
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    Country:Hungary
    #8
    2025-02-08, 08:44 PM (This post was last modified: 2025-02-08, 08:45 PM by zsigit. Edited 1 time in total.)
    Hi!

    Media Bar 1.0.1 Status malfunctioned
    File Transformation 1.2.2 status active

    Log:

    [2025-02-08 21:30:02.860 +01:00] [ERR] Error creating "Jellyfin.Plugin.MediaBar.MediaBarPlugin"
    System.IO.FileNotFoundException: Could not load file or assembly 'Jellyfin.Plugin.FileTransformation, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

    File name: 'Jellyfin.Plugin.FileTransformation, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null'
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProvider provider)
    at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
    at Emby.Server.Implementations.Plugins.PluginManager.CreatePluginInstance_Patch1(PluginManager this, Type type)
    [2025-02-08 21:30:02.865 +01:00] [INF] Plugin "/var/lib/jellyfin/plugins/Media Bar_1.0.1" has been disabled.
    Kilo11
    Offline

    Junior Member

    Posts: 7
    Threads: 0
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #9
    2025-02-09, 12:47 AM (This post was last modified: 2025-02-09, 01:09 AM by Kilo11. Edited 1 time in total.)
    Yeah, now I'm at the point that even after doing 2 more fresh Jellyfin installs, File Transformation plugin will show active but Media Bar will always show malfunctioned, I have also doing full server reboots.

    [2025-02-08 18:37:15.246 -06:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Error creating "Jellyfin.Plugin.MediaBar.MediaBarPlugin"
    System.IO.FileNotFoundException: Could not load file or assembly 'Jellyfin.Plugin.FileTransformation, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

    File name: 'Jellyfin.Plugin.FileTransformation, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null'
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProvider provider)
    at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
    at Emby.Server.Implementations.Plugins.PluginManager.CreatePluginInstance_Patch1(PluginManager this, Type type)
    IAmParadox27
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    #10
    2025-02-09, 05:07 PM
    I've reworked all of my plugins today and have something that should be considerably more stable. Look out for v2.0.0 of them later tonight
    Pages (13): 1 2 3 4 5 … 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