![]() |
Jellyfin Media Bar - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development) +--- Thread: Jellyfin Media Bar (/t-jellyfin-media-bar) |
RE: Jellyfin Media Bar - M0RPH3US - 2025-02-19 (2025-02-19, 05:02 PM)Jamie Chapman Wrote:(2025-02-19, 04:32 PM)M0RPH3US Wrote: @Jamie Chapman Thanks for testing. Apologies on the oversight on my part. Pushed a quick fix. Also make sure to clear your JMP cache before you try opening. Rest sorted on web and mobile. Nothing has changed apart from the slideshowpure.js Thank you. Testing on the tv environment will be really helpful. And FYI, for tv I'll be developing it blindly as I cannot test it myself. So, just an FYI😆🤭 And regarding the earlier fix for the button, don't bother with it. I already baked that in. RE: Jellyfin Media Bar - Jamie Chapman - 2025-02-19 (2025-02-19, 05:08 PM)M0RPH3US Wrote: Thank you. Testing on the tv environment will be really helpful. And FYI, for tv I'll be developing it blindly as I cannot test it myself. So, just an FYI😆🤭 I'm glad you mentioned testing on the TV. I was going to leave you alone after all of the recent adjustments, to give you a breather, but the landscaped view in Android mobile needs a little TLC. RE: Jellyfin Media Bar - Jamie Chapman - 2025-02-19 (2025-02-19, 04:05 PM)Jamie Chapman Wrote:(2025-02-16, 12:30 PM)Rubén Navarro López Wrote: Do we expect this to be working on TV anytime soon? or something like this Update to this post. I deployed the android app apk to my google tv, and the media bar needs some adjustments when running in landscape mode (tv mode, basically). I sent details in the previous post so m0rph3us can see what he's up against. RE: Jellyfin Media Bar - Jamie Chapman - 2025-02-19 @M0RPH3US, not sure if you are able to install Android Studio, but if you can it comes with a whole virtual machine environment for running Android operating systems for testing. I'm still more than happy to help if you prefer to do the scripting and coding blind, but I figured it might be easier for you if you could see it for yourself live, as you make the tweaks. Some screenshots from my Google TV 14 virtual machine instance. The screenshot showing Jellyfin with the media bar displayed is a sideloaded Jellyfin for Android 2.6.2 apk (the version on the Play Store) in the Android TV virtual machine. RE: Jellyfin Media Bar - M0RPH3US - 2025-02-19 (2025-02-19, 10:35 PM)Jamie Chapman Wrote: @M0RPH3US, not sure if you are able to install Android Studio, but if you can it comes with a whole virtual machine environment for running Android operating systems for testing. Added initial Landscape support. Check out the fullscreen css, as of now update only pushed for the fullscreen. Though this was blind, but I will try out android studio going forward. Thanks for the info. Update: A major bug was quashed in the JS, which prevented any new logins into Jellyfin. Please change your JS to the newly updated one. RE: Jellyfin Media Bar - Kilo11 - 2025-02-20 So checking with the newest version; it works on WebOS! I didn't realize it's a web wrapper but as of the current version of the plugin I can verify it does work, if not a bit finicky (gotta use the Wiimote style motion sensing remote to be able to properly interact with the Media Bar). I will work on sideloading non Android TV version of the Jellyfin app onto the Sony Bravia TV to try there. RE: Jellyfin Media Bar - Rubén Navarro López - 2025-02-20 hey!! I tested the last version and now I have a bug with "play" button. Anyone with the same bug? Also, tested for the first time fullscreen and the top doesn't cover, dunno why... EDIT: The play button bug was for the zombie theme, changed for now. EDIT2: Tested the zesty theme and everything is working, but still a bit of top without being filled RE: Jellyfin Media Bar - M0RPH3US - 2025-02-20 (2025-02-20, 12:28 AM)Rubén Navarro López Wrote: hey!! I tested the last version and now I have a bug with "play" button. You are using an old version of zombie. Try this. Code: @import url(https://cdn.jsdelivr.net/gh/MakD/zombie-release@main/pre-release/wip.css); RE: Jellyfin Media Bar - Rubén Navarro López - 2025-02-20 Hey! The mobile view is perfect. The PC Version it's like too big, I mean "My media", "Next"... Anyway, is on the right way, the top notch is filled up with the media bar now and the colours are very nice. RE: Jellyfin Media Bar - Jamie Chapman - 2025-02-20 @M0RPH3US, I did some digging on the pure Android app, and it looks like there is not currently a way to make it work with TV per @niels (Jellyfin's primary Android TV app dev). Basically, it cannot be made to work with a TV remote. With the recent adjustments the full screen media bar looks great in the android app in both orientations, but in browsers and JMP it is much smaller, and the My Media and Recently Watched/Next Up panels grew larger, similar to what @Rubén Navarro López mentions above. I am willing to and am interested in helping, if you are willing to have me along for the ride. I am going to do a little bit of research, as I don't have enough knowledge of this process to know if we can detect the incoming client to provide different layouts, other than screen size, which you have defined in the css. At the moment, would it be possible to take the full screen css back to where it was yesterday? Things looked much better in the primary clients (web and jmp), and the portrait view in Android mobile app looked great as well. The landscape view now looks good on the mobile app, but the web and JMP clients look a bit off. |