|
|
|
|
|
by yboris
2365 days ago
|
|
Thank you so much for the thoughtful feedback! I didn't implement a font-size feature because I thought the 'zoom' would be good enough -- it resizes the entire UI, but that's a benefit for some people (my parents for example, or me -- with a 55" 4K monitor I use as my desktop - but I sit far away). I _just_ implemented a threshold feature (will be released in 2.1.0 -- probably in January). You can see the PR: https://github.com/whyboris/Video-Hub-App/pull/322 -- I hope that's what you had in mind. Another feature I plan to implement is fuzzy search (just have to pick one of 3 libraries to use: https://github.com/whyboris/Video-Hub-App/issues/311 ) Double-click toggle is something others requested -- I'll see if it's easy-enough to implement. Perhaps single click would then just show similar as you suggest, while double-click would open. Just FYI -- all the generated screenshots & thumbnails are based off the filesize, so when you decide to create a new hub that has a lot of the same videos (perhaps when you're creating smaller hubs from individual folders from the symlink one), you could just copy/paste the screenshots and the screen generation process would go by quicker (the app will just check that the screenshot exists and move on). After that, when you click the "Any changes" resscan option - it will delete any screenshots for videos not in the hub. |
|