• 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
     

     
    • 5 Vote(s) - 5 Average

    Jellyfin Media Bar

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

    Junior Member

    Posts: 44
    Threads: 13
    Joined: 2023 Sep
    Reputation: 2
    #121
    2025-04-28, 10:44 AM (This post was last modified: 2025-04-28, 10:47 AM by Druidblack. Edited 1 time in total.)
    Maybe someone will be interested in this. I made a small fix for the play button so that when using third-party themes, it would not stand out from the general view.
    https://github.com/Druidblack/jellyfin_fix_button_play

    [Image: k9Kvy2P.gif]
    Seraph4
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Dec
    Reputation: 0
    Country:Brazil
    #122
    2025-04-29, 04:24 PM
    Great job, thanks for this.
    Brugal88
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Apr
    Reputation: 0
    Country:United States
    #123
    2025-05-01, 12:06 AM
    Hello,

    First of all amazing work on this feature, it is wonderful.
    I am wondering if someone can help me out on a little issue I have.
    On my media bar i cannot launch/play anything by clicking the play button for some reason. This only happens when i am using the site i reverse proxy with cloudflare. It works if i connect directly to my ip address. Do you think its possible to work around this? i was thinking if i edit the slideshow.js file like this, maybe it will use my ip address when it launches?:

    // State management
    const STATE = {
    jellyfinData: {
    userId: null,
    appName: null,
    appVersion: null,
    deviceName: null,
    deviceId: null,
    accessToken: null,
    serverAddress: (local server ip address)

    any thoughts?
    Please and thank you!
    RazorzMcLazorz
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 May
    Reputation: 0
    Country:United States
    #124
    2025-05-22, 05:03 PM
    this is awesome
    2020
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2025 Jun
    Reputation: 0
    #125
    2025-06-11, 02:08 AM (This post was last modified: 2025-06-11, 02:09 AM by 2020. Edited 1 time in total.)
    Is it possible to get this plugin to work in a similar way to editors choice, with a backend option for collection, new, random so on ?
    Jamie Chapman
    Offline

    Member

    Posts: 56
    Threads: 4
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #126
    2025-06-12, 12:01 AM
    I tested out 10.11 RC1. Doesn't seem to be ready for prime time, but that's why it's a release candidate. I tested the media bar while I had the new version installed, and it doesn't function. The Home Sections plug-in does not function under the new version either. Just FYI.
    Jellyfin 10.11.0 RC2
    docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:preview
    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
    2020
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2025 Jun
    Reputation: 0
    #127
    2025-06-12, 07:37 PM
    is it possible to get this theme to act more like editors choice ?  I mean editors choice has a few backend options.
    winky
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Jul
    Reputation: 0
    #128
    2025-07-15, 02:19 AM
    hello i’m trying to use this bone file transformation keeps giving me error the media one works fine but not the other i’ve tried to do the github install aswell but no luck im using a macbook air m2 any way to fix this
    TheurgicDuke771
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Jul
    Reputation: 0
    Country:India
    #129
    Yesterday, 07:36 AM
    Hi!

    Media Bar 2.3.1.0 job failing.
    Installed both File Transformation [2.3.0.0] and Media Bar [2.3.1.0], then restarted the server.File,] Transformation2.3.0.File Transformation2.3.0.0
    After the server restart the schedule task for Media Bar is failing. This is the error from log:

    Code:
    [2025-07-17 12:52:54.133 +05:30] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: "MediaBar Startup" Failed after 0 minute(s) and 0 seconds
    [2025-07-17 12:52:55.224 +05:30] [INF] [38] Jellyfin.Plugin.MediaBar.MediaBarPlugin: MediaBar Startup. Registering file transformations.
    [2025-07-17 12:52:55.229 +05:30] [ERR] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
    ---> System.TypeInitializationException: The type initializer for '<Module>' threw an exception.
    ---> System.NotImplementedException: The method or operation is not implemented.
      at HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo)
      at HarmonyLib.PatchProcessor.Patch()
      at Jellyfin.Plugin.FileTransformation.Helpers.PatchHelper.SetupPatches() in /opt/buildagent/work/a101f5785a8289ca/src/Jellyfin.Plugin.FileTransformation/Helpers/PatchHelper.cs:line 18
      at Jellyfin.Plugin.FileTransformation.ModuleInitializer.Initialize() in /opt/buildagent/work/a101f5785a8289ca/src/Jellyfin.Plugin.FileTransformation/ModuleInitializer.cs:line 56
      at .cctor()
      --- End of inner exception stack trace ---
      at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
      at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
      --- End of inner exception stack trace ---
      at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
      at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
      at Jellyfin.Plugin.MediaBar.Services.StartupService.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken) in /opt/buildagent/work/d1b05955f2cfe92/src/Jellyfin.Plugin.MediaBar/Services/StartupService.cs:line 83
      at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)

    My setup:
    Host: Raspberry Pi 4B
    Jellyfin Version: 10.10.7 (Docker)
    Pages (13): « Previous 1 … 9 10 11 12 13
     

    « Next Oldest | Next Newest »

    Users browsing this thread: 3 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