Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve video thumbnail handling #104

Open
Lootwig opened this issue Apr 30, 2024 · 0 comments
Open

Improve video thumbnail handling #104

Lootwig opened this issue Apr 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Lootwig
Copy link

Lootwig commented Apr 30, 2024

I've let this loose on a large directory with lots of video files, and if I'm not mistaken thumbnails are being both

  • generated on the main thread, blocking user interactions with the app
  • not cached, thus requiring the same process again when e.g. having performed a search and clearing the query

Edit: I'm not sure whether instead of building a proprietary thumbnail store, windows' integrated one might be possible to tap into? I remember recently having required to clear that one and IIRC it's just another folder on the hard drive

@Loran425 Loran425 added the enhancement New feature or request label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants