• 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 Feature Requests Featured Content Bar on Home Screen

    Pages (4): 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    Featured Content Bar on Home Screen

    herbs14
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:Philippines
    #1
    2024-08-23, 02:53 PM
    Hi,

    New to jellyfin. just wanted to ask if there is a plugin that shows a featured content bar on the client just like in Disney  as marked on the screenshot below?

    thanks


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-23, 02:58 PM
    https://github.com/bobhasnosoul/jellyfin-featured

    It's not a plugin, but you can add a Featured Content bar to Jellyfin by modifying jellyfin-web. Plugins cannot make significant UI changes.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Sash
    Offline

    Junior Member

    Posts: 23
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #3
    2024-10-19, 08:23 AM
    (2024-08-23, 02:53 PM)herbs14 Wrote: Hi,

    New to jellyfin. just wanted to ask if there is a plugin that shows a featured content bar on the client just like in Disney  as marked on the screenshot below?

    thanks

    Here's a better one

    https://github.com/tedhinklater/Jellyfin...ontent-Bar
    herbs14
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:Philippines
    #4
    2024-11-18, 06:48 AM
    I hope jellyfin comes up with an integrated one on their future releases for noobs like me. this would be really helpful
    herbs14
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:Philippines
    #5
    2024-11-18, 03:07 PM
    the instruction for this one is only for windows, is there an instruction using Ubuntu?

    (2024-10-19, 08:23 AM)Sash Wrote:
    (2024-08-23, 02:53 PM)herbs14 Wrote: Hi,

    New to jellyfin. just wanted to ask if there is a plugin that shows a featured content bar on the client just like in Disney  as marked on the screenshot below?

    thanks

    Here's a better one

    https://github.com/tedhinklater/Jellyfin...ontent-Bar
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #6
    2024-11-18, 03:11 PM
    I'll see if I can do Linux / docker guides today, apparently people haven't had much luck
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #7
    2024-11-18, 07:24 PM
    (2024-11-18, 03:07 PM)herbs14 Wrote: the instruction for this one is only for windows, is there an instruction using Ubuntu?

    1) Create the ui Directory

    Code:
    sudo mkdir -p /usr/share/jellyfin/web/ui

    2) Copy your chosen spotlight.html file (making sure you inserted your API key) to the new "ui" folder

    Code:
    sudo cp /path/to/spotlight.html /usr/share/jellyfin/web/ui/

    3) Add the relevant script to home-html.chunk.js

    Code:
    sudo nano /usr/share/jellyfin/web/home-html.chunk.js

    4) Ensure the ui folder & spotlight.html are readable by Jellyfin

    Code:
    sudo chown -R jellyfin:jellyfin /usr/share/jellyfin/web/ui
    sudo chmod -R 755 /usr/share/jellyfin/web/ui

    5) Restart Jellyfin

    Code:
    sudo systemctl restart jellyfin

    6) Clear Browser Cache

    Make sure to clear your browser cache to load the updated home-html.chunk.js & spotlight.html
    Drake97
    Offline

    Member

    Posts: 75
    Threads: 22
    Joined: 2023 Oct
    Reputation: 0
    Country:Chile
    #8
    2024-11-20, 05:00 AM
    (2024-11-18, 07:24 PM)Ted Hinklater Wrote:
    (2024-11-18, 03:07 PM)herbs14 Wrote: the instruction for this one is only for windows, is there an instruction using Ubuntu?

    1) Create the ui Directory

    Code:
    sudo mkdir -p /usr/share/jellyfin/web/ui

    2) Copy your chosen spotlight.html file (making sure you inserted your API key) to the new "ui" folder

    Code:
    sudo cp /path/to/spotlight.html /usr/share/jellyfin/web/ui/

    3) Add the relevant script to home-html.chunk.js

    Code:
    sudo nano /usr/share/jellyfin/web/home-html.chunk.js

    4) Ensure the ui folder & spotlight.html are readable by Jellyfin

    Code:
    sudo chown -R jellyfin:jellyfin /usr/share/jellyfin/web/ui
    sudo chmod -R 755 /usr/share/jellyfin/web/ui

    5) Restart Jellyfin

    Code:
    sudo systemctl restart jellyfin

    6) Clear Browser Cache

    Make sure to clear your browser cache to load the updated home-html.chunk.js & spotlight.html


    Hi Ted,

    I was one of those who had problems with the installation of the content-bar in linux and after the small tutorial I'm running fine, however I keep some trouble:

    1- everything works, i can see recommended movies but I got this giant black space when using the web version:

    [Image: wgGSG42.png]

    2- As much as I edit the file List.txt (I created it manually) it does not suggest me the movies and series that I put, it continues showing randomly the suggestions, could it be that the permissions are wrong or should I do something else?

    [Image: 3tArc6q.png]

    [Image: 91Iuox2.png]

    as info for the black space problem, I pasted the CSS code that you put at the end of your github page but it still shows the black space, however, in the mobile version this does not happen, it looks perfect.

    thanks in advance for any help
    Jellyfin 10.10.7
    Ubuntu desktop 24.04.2 LTS
    Intel i5-7500
    16GB DDR4 2400Mhz
    OS-DRIVE: WDC SN720 256GB
    Storage (JF Library)
    1: x4 4TB Seagate IronWolf
    2: 6TB Seagate Ironwolf Pro
    3: 8TB HGST Dell Enterprise
    4: 2TB Seagate Barracuda
    5: 2TB WD RED
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #9
    2024-11-20, 05:38 AM (This post was last modified: 2024-11-20, 05:41 AM by Ted Hinklater. Edited 2 times in total.)
    (2024-11-20, 05:00 AM)Drake97 Wrote:
    (2024-11-18, 07:24 PM)Ted Hinklater Wrote:
    (2024-11-18, 03:07 PM)herbs14 Wrote: the instruction for this one is only for windows, is there an instruction using Ubuntu?

    1) Create the ui Directory

    Code:
    sudo mkdir -p /usr/share/jellyfin/web/ui

    2) Copy your chosen spotlight.html file (making sure you inserted your API key) to the new "ui" folder

    Code:
    sudo cp /path/to/spotlight.html /usr/share/jellyfin/web/ui/

    3) Add the relevant script to home-html.chunk.js

    Code:
    sudo nano /usr/share/jellyfin/web/home-html.chunk.js

    4) Ensure the ui folder & spotlight.html are readable by Jellyfin

    Code:
    sudo chown -R jellyfin:jellyfin /usr/share/jellyfin/web/ui
    sudo chmod -R 755 /usr/share/jellyfin/web/ui

    5) Restart Jellyfin

    Code:
    sudo systemctl restart jellyfin

    6) Clear Browser Cache

    Make sure to clear your browser cache to load the updated home-html.chunk.js & spotlight.html


    Hi Ted,

    I was one of those who had problems with the installation of the content-bar in linux and after the small tutorial I'm running fine, however I keep some trouble:

    1- everything works, i can see recommended movies but I got this giant black space when using the web version:

    [Image: wgGSG42.png]

    2- As much as I edit the file List.txt (I created it manually) it does not suggest me the movies and series that I put, it continues showing randomly the suggestions, could it be that the permissions are wrong or should I do something else?

    [Image: 3tArc6q.png]

    [Image: 91Iuox2.png]

    as info for the black space problem, I pasted the CSS code that you put at the end of your github page but it still shows the black space, however, in the mobile version this does not happen, it looks perfect.

    thanks in advance for any help

    You want the fullscreen one? It's still loading the old spotlight.html so if you definitely used the fullscreen spotlight.html, it's your browser cache

    [Image: dTOGC8s.png]
    Drake97
    Offline

    Member

    Posts: 75
    Threads: 22
    Joined: 2023 Oct
    Reputation: 0
    Country:Chile
    #10
    2024-11-20, 06:18 AM
    (2024-11-20, 05:38 AM)Ted Hinklater Wrote:
    (2024-11-20, 05:00 AM)Drake97 Wrote:
    (2024-11-18, 07:24 PM)Ted Hinklater Wrote:
    (2024-11-18, 03:07 PM)herbs14 Wrote: the instruction for this one is only for windows, is there an instruction using Ubuntu?

    1) Create the ui Directory

    Code:
    sudo mkdir -p /usr/share/jellyfin/web/ui

    2) Copy your chosen spotlight.html file (making sure you inserted your API key) to the new "ui" folder

    Code:
    sudo cp /path/to/spotlight.html /usr/share/jellyfin/web/ui/

    3) Add the relevant script to home-html.chunk.js

    Code:
    sudo nano /usr/share/jellyfin/web/home-html.chunk.js

    4) Ensure the ui folder & spotlight.html are readable by Jellyfin

    Code:
    sudo chown -R jellyfin:jellyfin /usr/share/jellyfin/web/ui
    sudo chmod -R 755 /usr/share/jellyfin/web/ui

    5) Restart Jellyfin

    Code:
    sudo systemctl restart jellyfin

    6) Clear Browser Cache

    Make sure to clear your browser cache to load the updated home-html.chunk.js & spotlight.html


    Hi Ted,

    I was one of those who had problems with the installation of the content-bar in linux and after the small tutorial I'm running fine, however I keep some trouble:

    1- everything works, i can see recommended movies but I got this giant black space when using the web version:

    [Image: wgGSG42.png]

    2- As much as I edit the file List.txt (I created it manually) it does not suggest me the movies and series that I put, it continues showing randomly the suggestions, could it be that the permissions are wrong or should I do something else?

    [Image: 3tArc6q.png]

    [Image: 91Iuox2.png]

    as info for the black space problem, I pasted the CSS code that you put at the end of your github page but it still shows the black space, however, in the mobile version this does not happen, it looks perfect.

    thanks in advance for any help

    You want the fullscreen one? It's still loading the old spotlight.html so if you definitely used the fullscreen spotlight.html, it's your browser cache

    [Image: dTOGC8s.png]

    nope, it was definitely the “normal” bar, however, I switched to the full screen one and it managed to fill in that black space, thanks for the heads up.

    I'm still having the problem of not being able to select my own content in the List.txt file so any info or help is welcome.

    Regards.
    Jellyfin 10.10.7
    Ubuntu desktop 24.04.2 LTS
    Intel i5-7500
    16GB DDR4 2400Mhz
    OS-DRIVE: WDC SN720 256GB
    Storage (JF Library)
    1: x4 4TB Seagate IronWolf
    2: 6TB Seagate Ironwolf Pro
    3: 8TB HGST Dell Enterprise
    4: 2TB Seagate Barracuda
    5: 2TB WD RED
    Pages (4): 1 2 3 4 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