You are not logged in.
Pages: 1


I'm looking for a way to implement dynamic video file thumbnails. Not static thumbnails. It worked for me under KDE5 but not under KDE6. And now not under XFCE. Is there a certain app or package I can install?
Thanks
Offline


I don't believe its supported by Thunar. Xfce tries to follow freedesktop specifications and the thumbnailing spec doesn't support dynamic or animated thumbnails.
That being said, Thunar does support custom actions that allow you to add a menu item to the context menu that you could use to create a preview of sorts of the video file using an app like mpv. You could create a custom action that will play a small short clip of the video file using a command like:
mpv --autofit-larger=200x200 --start=0 --length=10 --speed=2.0 %f...and adjust any of those values to suit.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 536.45 KiB (Peak: 537.43 KiB) ]