• 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): 1 2 3 4 5 … 10 Next »
     

     
    • 3 Vote(s) - 5 Average

    Featured Content Bar

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

    Junior Member

    Posts: 28
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #1
    2023-10-28, 11:28 PM (This post was last modified: 2023-11-08, 07:39 PM by BobHasNoSoul. Edited 1 time in total.)
    https://github.com/bobhasnosoul/jellyfin-featured

    hey all, new to this forum.. i kinda miss reddit but i get it.
    question is: does anyone know if anyone is working on a featured content system? for example like this

    https://www.blueboxofdoom.uk/filebrowser...nline=true

    sorry for the bad video quality obs was being an idiot.

    so when a user clicks the banner the content currently on the banner opens on the main content page (i.e. the movies open the movies page for that movie. the tv shows open the main directory page for that tv show where the seasons folders are)

    if someone would be able to walk me through making a plugin for the settings aspect i dont mind trying to make one. (the main issue i have is the settings dont seem to want to save when i submit it and would prefer someone to slow walk me through it incase i rushed over something basic)

    if not and people are still interested i have a bash script that works nicely (yes it can be set on a crontab that works so christmas picks or just general featured content)

    and yes im aware that modifying the code after its built is not the best but it works until the updates get pushed then this would also have to be updated.
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #2
    2023-11-07, 07:43 AM (This post was last modified: 2023-11-07, 07:51 AM by SethBacon. Edited 1 time in total.)
    Man I've been looking for something which could add new content chunks to the homepage forever, you've done it! (But I suspect for slightly different use cases) My problem, and one I think others must have, is that now that my collection has a billion movies and shows you really need a 'Spotlight' or I guess featured section which can showcase all those hidden gems you've forgotten. Im wondering if this could be modified to 1 - scan all movies and shows and pick one at random AND/OR 2- display the plot summary on top. I'd love to help, I think this kind of thing is Exactly what jellyfin needs to add polish. (Pie in the sky - it could play local trailers in the frame) I miss reddit too, how do 91 people see this and 3 vote. This kind of quality of life should be a serious focus, great work so far!
    1
    BobHasNoSoul
    Offline

    Junior Member

    Posts: 28
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #3
    2023-11-07, 06:53 PM
    hey thanks for the kind words, i am glad you like it

    the modification wouldnt be too hard imo and i can try some things out like that over the weekend

    i know i can pull the description,

    random subset from a large library that will need a work around i have an idea for that

    the trailer will be harder to do (not all content has trailers in my library so may have a few issues.. i guess i could make it find only those with a trailer via the api if that helps?)

    but i can see what i can do when work isnt so hectic
    HP ProLiant DL380 Gen9 142GB 56TB pool soon to be 80TB
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #4
    2023-11-07, 08:25 PM
    Sweet, I'm going to try to load the alpha. I'm a kotlin tinkerer; I believe the Jellyfin for Android client is mostly a wrapper and displays the HTML changes and should.. does it work there? A lot of my fam use Jellyfin for Android TV, and that does its own thing. I've done some customizing to that app before, I'll see if I can get the same output to android/fire sticks.

    Interestingly, my solution (to the very uptown issue of having too much to watch and an easy way to find it* should be noted) for some was to run Jellyfin for Kodi through i think the Arctic Zephyr skin which has a 'Spotlight' plugin and can load dynamic playlists populated by JF. Basically does exactly what you're going for, though convolutedly.
    BobHasNoSoul
    Offline

    Junior Member

    Posts: 28
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #5
    2023-11-07, 10:18 PM
    (2023-11-07, 08:25 PM)SethBacon Wrote: Sweet, I'm going to try to load the alpha. I'm a kotlin tinkerer; I believe the Jellyfin for Android client is mostly a wrapper and displays the HTML changes and should.. does it work there? A lot of my fam use Jellyfin for Android TV, and that does its own thing. I've done some customizing to that app before, I'll see if I can get the same output to android/fire sticks.

    Interestingly, my solution (to the very uptown issue of having too much to watch and an easy way to find it* should be noted) for some was to run Jellyfin for Kodi through i think the Arctic Zephyr skin which has a 'Spotlight' plugin and can load dynamic playlists populated by JF. Basically does exactly what you're going for, though convolutedly.

    it works on the android clients however it doesnt work on tv clients (things without a pointer or touch screen / mouse controlls) because the button is being a pain to map, the way i could resolve this is make it modify the home-html chunk itself to generate the webpage inside of it instead of iframe of the webpage (basically it would be a defined div wrapped in <button> tags instead of the iframe... im not entirely sure why <button> tags do not work in iframes.. as far as i know anyways.
    HP ProLiant DL380 Gen9 142GB 56TB pool soon to be 80TB
    BobHasNoSoul
    Offline

    Junior Member

    Posts: 28
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #6
    2023-11-08, 07:17 PM (This post was last modified: 2023-11-08, 07:21 PM by BobHasNoSoul. Edited 1 time in total.)
    I have edited the GitHub https://github.com/bobhasnosoul/jellyfin-featured to have it pull the description and make it look a little more fancy

    [Image: 281488229-c0765ae0-1eaa-4126-8963-792697d13a68.png]

    [Image: 281488207-c8865f2b-1a91-4c38-ad49-ce3e768395bb.png]

    [Image: 281488103-d44b5c3c-7c2f-469f-a1ba-bc433f27633d.png]
    HP ProLiant DL380 Gen9 142GB 56TB pool soon to be 80TB
    Milko
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2023 Nov
    Reputation: 0
    #7
    2023-11-09, 02:59 AM
    This is so cool! I'm comfortable with scripting and html but having trouble understanding the installation instructions on GitHub for Windows. The make shell file builds our slideshow.html file from movielist texts, but how do we hook that into jellyfin? GitHub says modify the home-html.chunk in the jellyfin web directory directly, but it I'm confused about what to do to it. Could you list step by step? I would love this
    BobHasNoSoul
    Offline

    Junior Member

    Posts: 28
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #8
    2023-11-09, 07:47 AM
    i have added a more detailed description for windows users now let me know if you have any issues

    (2023-11-09, 02:59 AM)Milko Wrote: This is so cool! I'm comfortable with scripting and html but having trouble understanding the installation instructions on GitHub for Windows. The make shell file builds our slideshow.html file from movielist texts, but how do we hook that into jellyfin? GitHub says modify the home-html.chunk in the jellyfin web directory directly, but it I'm confused about what to do to it. Could you list step by step? I would love this
    HP ProLiant DL380 Gen9 142GB 56TB pool soon to be 80TB
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #9
    2023-11-10, 01:28 PM (This post was last modified: 2023-11-10, 01:38 PM by SethBacon. Edited 2 times in total. Edit Reason: pic )
    Hey I got this working on PC and android! The GitHub mentions you were live on Android TV (I guess you say tv apps, different one?)? Did you have to adjust that package? My Jellyfin for Android TV isnt showing any changes. Anyhoo, when on TV, for clickability in that iframe, you might need to use the tabindex attribute to allow it to be focused.


    Attached Files Thumbnail(s)
       
    BobHasNoSoul
    Offline

    Junior Member

    Posts: 28
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #10
    2023-11-10, 07:52 PM
    (2023-11-10, 01:28 PM)SethBacon Wrote: Hey I got this working on PC and android! The GitHub mentions you were live on Android TV (I guess you say tv apps, different one?)? Did you have to adjust that package? My Jellyfin for Android TV isnt showing any changes. Anyhoo, when on TV, for clickability in that iframe, you might need to use the tabindex attribute to allow it to be focused.

    Ahh that might explain it I will run a test or two tomorrow

    It can be seen on Android TV but not clicked on Confused-face to force it to be shown just clear the cache on the app or reinstall the app (on android I think it's called clear data for that app) 

    Also I'm glad you have it working on pc and android Smiling-face
    HP ProLiant DL380 Gen9 142GB 56TB pool soon to be 80TB
    Pages (10): 1 2 3 4 5 … 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