• 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 Support General Questions Featured Content Bar

    Poll: does anyone want a featured content bar?
    You do not have permission to vote in this poll.
    Yes
    87.50%
    42 87.50%
    No
    6.25%
    3 6.25%
    Don't care
    6.25%
    3 6.25%
    Total 48 vote(s) 100%
    * You voted for this item. [Show Results]

    Pages (10): « Previous 1 … 6 7 8 9 10 Next »
     

     
    • 3 Vote(s) - 5 Average

    Featured Content Bar

    is anyone currently working on a featured content bar?
    EduardoUK
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Sep
    Reputation: 0
    Country:United Kingdom
    #81
    2024-10-05, 10:10 AM
    Anyone else have this working on an LG TV (WebOS)? Ijust get a blank space instead of the content bar?

    Thumbs-up
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #82
    2024-10-07, 05:00 AM
    (2024-10-05, 10:10 AM)EduardoUK Wrote: Anyone else have this working on an LG TV (WebOS)? Ijust get a blank space instead of the content bar?

    Thumbs-up
    Regarding your linux troubles, @BobHasNoSoul Originally developed this for linux. If you check his git, he must have a method. 

    The new version with trailers is not working on firesticks (sideloaded android apk) and several android box models, likely due to their webview implementations disallowing the embedded youtube iframe. Currently this plugin thing is only really for the desktop / JMP. I have it working, and am developing for this box specifically, but it's pricier than others: https://vi.aliexpress.com/item/1005007263159994.html 

    Otherwise, you could go back to the older version I posted with just a static image, that one works on simpler devices.
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #83
    2024-10-09, 09:19 AM
    (2024-10-07, 05:00 AM)SethBacon Wrote:
    (2024-10-05, 10:10 AM)EduardoUK Wrote: Anyone else have this working on an LG TV (WebOS)? Ijust get a blank space instead of the content bar?

    Thumbs-up
    Regarding your linux troubles, @BobHasNoSoul Originally developed this for linux. If you check his git, he must have a method. 

    The new version with trailers is not working on firesticks (sideloaded android apk) and several android box models, likely due to their webview implementations disallowing the embedded youtube iframe. Currently this plugin thing is only really for the desktop / JMP. I have it working, and am developing for this box specifically, but it's pricier than others: https://vi.aliexpress.com/item/1005007263159994.html 

    Otherwise, you could go back to the older version I posted with just a static image, that one works on simpler devices.

    Awesome work 👍👍 dig the fullscreen mode
    sweetroll
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #84
    2024-10-29, 06:09 AM
    (2024-10-01, 10:20 AM)EduardoUK Wrote:
    (2024-09-28, 09:18 PM)EduardoUK Wrote: Ok, after spending some time trying to understand whats going on most of the day, I've figured out how to mount folders and files like "spotlight.html". Mounting an existing folder creates an empty folder, which isn't useful. However, mounting a new folder like "ui" allows files like "spotlight.html" to be added and accessed.

    Thats where my luck ran out however, as I was unable to edit existing files within the container, such as "home-html.RANDOMSTRINGHERE.chunk.js". In theory, I could mount a copy of 'home-html.RANDOMSTRINGHERE.chunk.js' file directly if I could obtain the file and identify the random string. This techically worked when I mounted a test.js file.

    But whilst I can replace these files, making the existing files editable or persistent outside of the container seems challenging. This would likely require either detaching and manually updating the source files from the container image or making significant changes to the "Featured Content Bar" code.

    Disappointing, but I wanted to share what I've learned in hopes that it might help others.

    Thanks Guys.

    Ok, although not eligant any way, I have managed to get this working while running from a container. 

    The key is to mount the "UI" folder and also a copy of the  "home-html.RANDOMSTRINGHERE.chunk.js". I simply downloaded a copy of the latest portable version of Jellyfin and copied the file from there. I presume the random string may change with different versions of the file so this will need to be taken into account when updating the container - but I guess this goes for any other install aswel?

    My mount points for refrence (added to the container file)

         - [volume path here]/Jellyfin-web/home-html.RANDOMSTRINGHERE.chunk.js :/usr/share/jellyfin/web/home-html.RANDOMSTRINGHERE.chunk.js
         - [volume path here]/Jellyfin-web/ui:/usr/share/jellyfin/web/ui

    The above allows me to edit the files and folders needed for the featured content bar to work.

    I can now find somthing to watch from my collection in a timely fashion! Happy to help anyone else in the same boat.

    Had some trouble trying to figure out what I was doing wrong but this worked out!

    The only thing I had to change which ended up working for my Docker Compose was the Jellyfin path in the container. So instead of: 

         - [volume path here]/Jellyfin-web/home-html.RANDOMSTRINGHERE.chunk.js :/usr/share/jellyfin/web/home-html.RANDOMSTRINGHERE.chunk.js
         - [volume path here]/Jellyfin-web/ui:/usr/share/jellyfin/web/ui

    I used (also got rid of the space between "chunk.js" and the ":" b/c that created a new folder instead):

         - [volume path here]/Jellyfin-web/home-html.RANDOMSTRINGHERE.chunk.js:/jellyfin/jellyfin-web/home-html.RANDOMSTRINGHERE.chunk.js
         - [volume path here]/Jellyfin-web/ui:/jellyfin/jellyfin-web/ui
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #85
    2024-11-15, 09:02 PM (This post was last modified: 2024-11-19, 11:26 AM by Ted Hinklater. Edited 2 times in total.)
    There is a new version that gives the mobile layout (no trailers) on desktop-sized screens, it might work better with simpler devices as Seth said

    Mobile Layout, but on Desktop-sized screens
    [Image: 9Eswyy5.png]
    1
    vortex91
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Jul
    Reputation: 0
    #86
    2024-12-03, 12:52 AM
    Any way to use a collection instead of the text file for the featured? Also does this work on androidtv clients?
    1
    Anatole
    Offline

    Junior Member

    Posts: 22
    Threads: 6
    Joined: 2024 May
    Reputation: 0
    Country:France
    #87
    2024-12-07, 04:27 PM
    Good morning,
    What you have done is truly magnificent.

    But you can also put it on the Jellyfin app for Fire TV. I just did the procedure and it works obviously well for PC and phone, but not for my Fire TV (Amazon).

    Anyway, well done
    stephenshutters
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:United States
    #88
    2024-12-22, 08:14 PM
    I, like vortex91, am also hoping to use titles from a Jellyfin collection in my Spotlight. I tried using my Christmas collection’s ID and then tried its server ID, but neither of those were successful. I’m hoping there is a quick way to automatically import title IDs from a collection. Has anyone accomplished this?
    harrenkyym
    Offline

    Junior Member

    Posts: 14
    Threads: 7
    Joined: 2024 Jan
    Reputation: 1
    Country:Spain
    #89
    2024-12-23, 02:18 PM (This post was last modified: 2025-01-02, 02:37 PM by harrenkyym. Edited 1 time in total.)
    I'd love to have that same feature. For the same reason, holiday collection. It's true that I could make a script, but much easier if it was just a collection ID.

    @niels Could you add this whole feature to the Android TV app?
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #90
    2025-01-13, 05:39 PM (This post was last modified: 2025-01-17, 07:07 PM by Ted Hinklater. Edited 3 times in total.)
    (2024-12-23, 02:18 PM)harrenkyym Wrote: I'd love to have that same feature. For the same reason, holiday collection. It's true that I could make a script, but much easier if it was just a collection ID.

    @niels Could you add this whole feature to the Android TV app?

    Sorry for missing Christmas, but collections and albums work now in the latest release

    [Image: 6YsvwJ1.png]
    Pages (10): « Previous 1 … 6 7 8 9 10 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