![]() |
Moving "live" thumbnails? - 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: Moving "live" thumbnails? (/t-moving-live-thumbnails) |
Moving "live" thumbnails? - Skytbest - 2025-05-20 Is it possible to get live preview thumbnails for videos in my Jellyfin library? Basically when I mouse over (on PC) or navigate to a video (AndroidTV app) I want it to start playing a preview of that video in the thumbnail itself. This could either be the actual video playing in the thumbnail or just a slideshow (maybe using the same set of images that Trickplay collects). I'm thinking similar to youtube where when you mouse over a video it starts playing silently to give you a preview of the video. I don't necessarily need it to start playing my videos (though that would be one solution), even just a slideshow of the Trickplay images in the thumbnail would work. RE: Moving "live" thumbnails? - theguymadmax - 2025-05-20 Yes, that's the Trickplay feature in Jellyfin. To enable it:
RE: Moving "live" thumbnails? - Skytbest - 2025-05-20 (2025-05-20, 07:02 PM)theguymadmax Wrote: Yes, that's the Trickplay feature in Jellyfin. I don't think Trickplay is exactly what I want. Trickplay shows you thumbnail previews once you're already watching a video and scrubbing through it. What I want is the ability to see a video preview BEFORE selecting it to watch. In the video selection screen as I'm scrolling through all the videos, when the cursor is over a video the thumbnail would basically "come alive" and start playing a preview of the video before you select it to watch. Kind of like youtube's homepage. Or maybe I'm missing something about Trickplay? RE: Moving "live" thumbnails? - theguymadmax - 2025-05-20 Yeah, I misunderstood what you meant. No, Jellyfin doesn't have that feature. But that sounds like something a plugin could do. This is the closest thing I've see to that: In need of a collection library thumbnail RE: Moving "live" thumbnails? - Skytbest - 2025-05-20 (2025-05-20, 07:57 PM)theguymadmax Wrote: Yeah, I misunderstood what you meant. No, Jellyfin doesn't have that feature. But that sounds like something a plugin could do. Ok, thank you. I'm wondering how difficult it might be to try and code a plugin to do what I'm looking for. Assuming I already have Trickplay generating these images for me I would just need my plugin to access those images for whatever video is selected and display them on the thumbnail in quick succession as a slideshow. Not sure if there's anything preventing the Web UI from showing changing images on a thumbnail like that though. It does at least look to be possible from the link in your comment, or maybe those are gifs? If that were the case I'd need to compile a gif from all the Trickplay images and then use that as the thumbnail. |