Results 85 comments of easymodo

Enter & mouse clicks are currently hardcoded in folder view. But you already can sort of do this, just in a less convenient way: - create mpv script (1) -...

multi-page heif does not work yet >vs how Chrome displays them this is probably due to missing color management support in qimgv..

I'll look into it later. Could be some outdated libs on openbsd or whatever As a quick solution try `cmake -DEXIV2=OFF` (you'll only lose metadata support from cameras etc)

Install [msys2](https://www.msys2.org/) Open mingw64 terminal, run `qimgv/scripts/build-qimgv.sh` It should do everything for you

>have you considered making it replace the video player No, not really. This is mostly intended for playing random mp4 downloads etc

>So is "Allow only one instance to run" achievable? yes, in future releases

broke it at some point during code rewrite and forgot to fix

yep... Tried disabling 8dot3 name creation in registry, which of course had no effect >Windows Photo Viewer opens these file fine. Probably uses some winapi incantations to convert from 8.3...

just use shorter names for now or use this if you *really* need to exceed 260 characters https://support.code42.com/CrashPlan/6/Troubleshooting/Windows_file_paths_longer_than_255_characters

the problem is that we already get the useless shortened path via commandline argument (when opening from explorer), and also from drag'n'drop i think the way to go is guessing...