phillipberndt / pqiv

Powerful image viewer with minimal UI
http://www.pberndt.com/Programme/Linux/pqiv/index.html
GNU General Public License v3.0
309 stars 44 forks source link

video thumbnails in $XDG_CACHE_DIR are not used #157

Open bittorf opened 4 years ago

bittorf commented 4 years ago

for me (pqiv 2.11 on debian) thumbnails of video files are always a "chess board". even if i provide correct thumbs via XDG_CACHE_DIR they are overwritten...

phillipberndt commented 4 years ago

Backends aren't currently aware of thumbnailing, they're just asked to draw a freshly loaned file into a small buffer. For movies, that's an empty one most of the time.

I'll see if I can come up with a good way to work around this.