Closed hakan-demirli closed 1 week ago
- [X] The latest nightly build doesn't already have this feature
That's weird, it's already been supported in https://github.com/sxyazi/yazi/commit/491f8b8fb16103183be40240e692eb8a992896d2#diff-c5808432f9562244fb2dffe649cd04fe1dbde38aec2caa8e8ab364e0ecda15bb
Are you sure it's still not working in the latest nightly?
Ok. My bad.
After cleaning the cache, I have used yazi from nixpkgs to go the videos directory which created bunch of 0 byte files on arrival. Then switching to the newest yazi via nix run github:sxyazi/yazi
fixed some of the 0 byte files but there were still some since the new one didnt scrolled over the same files.
yazi --debug
outputPlease describe the problem you're trying to solve
Yazi sometimes generates 0 byte previews in
.cache/yazi
:This happens when I enter a directory with bunch of videos and hold
j
. The first couple and last couple videos have correct previews however the ones in the middle gets 0 byte previews.Would you be willing to contribute this feature?
Describe the solution you'd like
Delete 0 byte previews and retry. It works.
Additional context
No response
Validations