Featured Content Bar - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Featured Content Bar (/t-featured-content-bar) |
RE: Featured Content Bar - grabbend - 2023-11-13 (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. 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 RE: Featured Content Bar - BobHasNoSoul - 2023-11-14 (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. 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 RE: Featured Content Bar - ferferga - 2023-11-16 Have you guys checked Vue?: https://github.com/jellyfin/jellyfin-vue RE: Featured Content Bar - SethBacon - 2023-11-17 I cant figure out how to install VUE, documentation all 'under construction' RE: Featured Content Bar - esol693 - 2024-01-19 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? RE: Featured Content Bar - mikesulsenti - 2024-01-19 (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 (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 RE: Featured Content Bar - grabbend - 2024-01-19 (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). RE: Featured Content Bar - M0RPH3US - 2024-05-28 (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). 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?? RE: Featured Content Bar - SethBacon - 2024-05-28 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? RE: Featured Content Bar - ceaton - 2024-06-06 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. |