![]() |
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 - egn - 2025-03-09 Quote:The only drawbacks for full screen I see currently is that the vertical space between the slides and the media bar is very large. The media bar should be just below the slides. The reason for this was that the manual installation was still active. After restoring the files and clearing the caches of the clients by re-installation and removing the cache data manually on some clients, like Windows, the presentation is now fine for the normal mode. Is there an easier way clearing the caches of clients than re-installation? I have an additional idea for the slide selection. It would be great if the selection would use the favorite and viewed flags for slide selection and show may be 80 % of the time slides which neither have the favorite or viewed flag set, 10 % of the time slides with favorite, and 10 % slides with viewed flag. If easily possible the percentages could be configurable and there may be also a selection between full mode, like now and this customized mode. In the future there may be also a kind of AI driven mode which uses the past viewing preferences for selection of the slides. RE: Jellyfin Media Bar - Jamie Chapman - 2025-03-09 I removed all custom configs from the 3 files in jellyfin-web, then applied the adjustment to index.html just before /head. I then applied the latest slideshowpure.js and css. It looks great. However, all clients are experiencing the same behavior as shown in the attached video clip. On Jellyfin mobile, in landscape, I cannot grab the bottom edge to scroll, leading to grabbing the bottom edge of the android interface which then closes the app when I pull up. RE: Jellyfin Media Bar - M0RPH3US - 2025-03-10 (2025-03-09, 06:42 PM)Jamie Chapman Wrote: I removed all custom configs from the 3 files in jellyfin-web, then applied the adjustment to index.html just before /head. Well that's odd. Could you try clearing the cache once on the web browser.(Ctrl+shift+r)?? Cause a user just few posts above faced the same issue and it was due to cache problems... RE: Jellyfin Media Bar - Jamie Chapman - 2025-03-11 (2025-03-10, 07:24 AM)M0RPH3US Wrote:(2025-03-09, 06:42 PM)Jamie Chapman Wrote: I removed all custom configs from the 3 files in jellyfin-web, then applied the adjustment to index.html just before /head. I wouldn't post without first clearing cache, for sure. The video was done from JMP, after blowing it out completely (all Local appdata on my windows client). I also deleted and then reinstalled from the mobile app, all with the same results. I may to go back and start with a fresh Jellyfin docker image pull, then redeploy from scratch. Maybe I'll try the plugin to see if I have better luck with it this time around. I'll give it a go and report back if the noted issue remains. RE: Jellyfin Media Bar - Jamie Chapman - 2025-03-12 I deleted my container, deleted the molested jellyfin image, then pulled a fresh image and deployed a new container. From there, I was able to successfully install the file transformation and media bar plugins from the repository, and they worked perfectly. However, the same issue as noted in my short video, above, still occurs even with fresh image/container. I validated that everything reset cleanly, and I deleted cache from Chrome, Edge and JMP, but the issue persists. RE: Jellyfin Media Bar - txhammer68 - 2025-03-12 media-bar 2.2.3.0 Running jellyfin web in Firefox/Linux X11 Works great, installed from the repo direct, no workarounds needed, looks/works great! Question, how do i get custom playlist working? I created one like from the old readme post, but unsure what the move id's are? Are these from the stream url? 34d8e1f0883bee22e9a489fafd54fa6c http://localhost:8096/Items/34d8e1f0883bee22e9a489fafd54fa6c/Download?api_key=059ee55686bf4e3180e37ce93ac82a0c If not where do I find the movie id's? Thanks great work! RE: Jellyfin Media Bar - somerandomguy - 2025-03-12 I love this plugin. one question I have is there anything wrong with my setup, or is there a way to speed this up? When I open my jellyfin page it takes a few seconds for it to render the page, where as before it was instantaneous. Once the page is loaded everything is very responsive. Once again amazing plugin. thank you. RE: Jellyfin Media Bar - DejaVu - 2025-03-12 Phenomenal job in bringing this feature to the front! This has been something JellyFin should have had for years and I am pleased things are progressing and you guys are doing stella work with this. However, not a gripe more of a request where possible. Can we add some customisation in somewhere? Perhaps to the overal size of the Bar - perhaps making it less intrusive and perhaps using up less screen real estate. A tad more subtle with a few more options in the plugin settings perhaps. I appreciate this is a lot of work because adjustments will need to be done for each screen layout. Also, the overlap on the Favourites page is a bit disturbing - seems to cover all the favourites that have been saved. Perhaps cease it from showing on there altogether? RE: Jellyfin Media Bar - M0RPH3US - 2025-03-12 (2025-03-12, 04:17 PM)DejaVu Wrote: Phenomenal job in bringing this feature to the front! Overlap in the favorite page solved in the private testing script. Will be released once deemed stable👍👍also you can customise this with simple css in the custom css bar of the jellyfin settings. All elements are customisable (2025-03-12, 12:20 AM)Jamie Chapman Wrote: I deleted my container, deleted the molested jellyfin image, then pulled a fresh image and deployed a new container. @Jamie Chapman I tried so hard to reproduce it but couldn't on my system. I'm unsure what's going wrong there😔🤕 RE: Jellyfin Media Bar - Jamie Chapman - 2025-03-12 (2025-03-12, 09:59 PM)M0RPH3US Wrote:(2025-03-12, 12:20 AM)Jamie Chapman Wrote: I deleted my container, deleted the molested jellyfin image, then pulled a fresh image and deployed a new container. All good, I'll figure it out. It could be something with my theming and css from other plugins. Thanks for checking! |