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

     
    • 3 Vote(s) - 5 Average

    Featured Content Bar

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

    Junior Member

    Posts: 13
    Threads: 4
    Joined: 2023 Oct
    Reputation: 0
    #21
    2023-11-13, 07:49 PM (This post was last modified: 2023-11-13, 07:50 PM by grabbend. Edited 2 times in total.)
    (2023-11-10, 07:52 PM)BobHasNoSoul Wrote:
    (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

    This is really interesting!
    Although I'm confused, how can this be seen in the Android TV app?
    From my knowledge, the Android Mobile app is a wrapper for Jellyfin Web while Android TV is a standalone native app with its own codebase
    BobHasNoSoul
    Offline

    Junior Member

    Posts: 28
    Threads: 2
    Joined: 2023 Oct
    Reputation: 0
    #22
    2023-11-14, 07:59 AM
    (2023-11-13, 07:49 PM)grabbend Wrote:
    (2023-11-10, 07:52 PM)BobHasNoSoul Wrote:
    (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

    This is really interesting!
    Although I'm confused, how can this be seen in the Android TV app?
    From my knowledge, the Android Mobile app is a wrapper for Jellyfin Web while Android TV is a standalone native app with its own codebase

    i see where the issue is here, i will clarify on my fire tv stick im using the jellyfin app not the jellyfin for tv app sorry about the miscommunication
    HP ProLiant DL380 Gen9 142GB 56TB pool soon to be 80TB
    ferferga
    Offline

    Team Member

    Posts: 6
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    #23
    2023-11-16, 07:23 PM
    Have you guys checked Vue?: https://github.com/jellyfin/jellyfin-vue
    [Image: ferferga?style=flat&logo=github]
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #24
    2023-11-17, 02:42 AM
    I cant figure out how to install VUE, documentation all 'under construction'
    esol693
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    Country:Philippines
    #25
    2024-01-19, 08:06 AM
    As a newbie. I don't know where to find the avatar folder to paste the slideshow.html . Can someone give me a little guide?
    mikesulsenti
    Offline

    Loonix Expert & Mod

    Posts: 28
    Threads: 0
    Joined: 2023 Nov
    Reputation: 3
    Country:United States
    #26
    2024-01-19, 08:49 AM (This post was last modified: 2024-01-19, 08:50 AM by mikesulsenti.)
    (2023-11-17, 02:42 AM)SethBacon Wrote: I cant figure out how to install VUE, documentation all 'under construction'

    You can install Jellyfin-Vue with the Docker command
    Code:
    docker run -d -p 8080:80 ghcr.io/jellyfin/jellyfin-vue

    Or even better, as a docker compose file
    Code:
    name: jellyfin-vue
    services:
        jellyfin-vue:
            ports:
                - 8818:80
            image: ghcr.io/jellyfin/jellyfin-vue:unstable
            restart: unless-stopped

    (2024-01-19, 08:06 AM)esol693 Wrote: As a newbie. I don't know where to find the avatar folder to paste the slideshow.html . Can someone give me a little guide?

    Don't think this is the thread to ask that. Maybe make a thread in general questions

    JellyFin: 10.10.0
    OS: Proxmox 8 + Ubuntu 24.04
    CPU: 2xIntel Xeon E5-2690 v4 (28c/56t)
    RAM: 256GB DDR4
    GPU: Intel Arc A380
    Rack: HPE DL380 Gen9
    Storage: 260TB
      100TB ZFS RAIDZ3 HDD
      150TB ZFS RAIDZ3 HDD
      5TB ZFS RAIDZ1 NVMe
      5TB ZFS RAIDZ3 SSD
    grabbend
    Offline

    Junior Member

    Posts: 13
    Threads: 4
    Joined: 2023 Oct
    Reputation: 0
    #27
    2024-01-19, 11:16 AM
    (2023-11-14, 07:59 AM)BobHasNoSoul Wrote: i see where the issue is here, i will clarify on my fire tv stick im using the jellyfin app not the jellyfin for tv app sorry about the miscommunication

    Wow sorry for the late reply, this forum is awful when it comes to notifications/logins/design. I hate visiting this website.

    Have you by any chance tweaked the Jellyfin (mobile) App for your FireTV to improve the remote support?
    I tried using it on my NVIDIA Shield Pro TV (2019) but there's a lot of problems if you try to use the included remote (like not being able to see what is selected, the navigation is not user friendly as it selects items which has lower or higher tabIndex and not the ones you're trying to get to and there's more but I've lost count).
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #28
    2024-05-28, 06:04 PM
    (2023-11-13, 07:37 PM)SethBacon Wrote: Absolutely, all open source here, but this is your riceball (a solution I've been searching for for like seriously 2 years so i'm happy to help). 

    [Clarity here for newcomers] Attached are my 2 files needed to run this - slideshow.html, list.txt (these live in \Jellyfin\Server\jellyfin-web\avatars) after putting them there, go to the /jellyfin-web folder and find the file home-html.randomcharacters.chunk.js, open it with a text editor and insert this line:

    <style>.featurediframe { width: 93vw; height: 350px; display: block; border: 0px solid #000; margin: 0 auto; margin-bottom: 40px}</style><iframe class="featurediframe" src="/web/avatars/slideshow.html"></iframe>

    directly after data-backdroptype="movie,series,book">. Restart JF and clear browser cache to get it loaded. If you remove list.txt it will pick pseudo-random movies and series. (Randomization could use work)

    I tried to fix the missing logo issue 3 different ways - checking for return errors, checking content length, and prefetching images but none worked. Will need fresh eyes later. 

    Regarding selection, did you definitely have this line in .slide?  cursor: pointer;

    I got it running in my installation (windows). I guess the mobile layout needs bit of tweaking with respect to the plot text. Either by clamping it to specific lines, or somehow just not able to think of the answer. Also, did you manage to find a way out for missing logo or backdrops??


    Attached Files Thumbnail(s)
       
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #29
    2024-05-28, 09:24 PM
    Lol that should have said [clarity for future-seth] I forgot how I managed this haha. TLDR I dont have an answer on the missing art atm

    Can you tell me are you on the new Jellyfin release?

    I think Bob is still working on this over on Github, i get pings occasionally. Maybe hes figured out some of the missing art issues lemme see.. Guess not

    https://github.com/BobHasNoSoul/jellyfin-featured

    I do see that hes made some updates to work with new version, thats good. (I know thats not what youre asking, Im writing most of this for future seth. what are you asking?) ok ok missing art..
    We tried a couple different methods before to check that the pulled title had art and it never worked for me. Ill have some time to look further into this in june I think.

    Regarding the text I can probably help, I think I chose that length as a compromise between desktop and phone screens and the length of the <plot> tags in my nfos. I What did you want to change?
    ceaton
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:United Kingdom
    #30
    2024-06-06, 05:14 PM (This post was last modified: 2024-06-06, 06:06 PM by ceaton. Edited 1 time in total. Edit Reason: Wrong wording )
    I am fairly new to the Ubuntu and Jellyfin world so apologies if this is something really obvious, but I am using Ubuntu Server to run Jellyfin and think I have got everything in right as I can see the IFrame outline but when I try to run step 8 on github "save the file and run it in the ubuntu window via ./make.sh -p -l userfavorites.txt -h "TEXT FOR TITLE HERE"" it says required file not found and if ran as sudo it says no such file or directory
    Any help with this would be really appreciated.
    Pages (10): « Previous 1 2 3 4 5 … 10 Next »
     

    « 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