Damon Lynch

Results 64 comments of Damon Lynch

I don't know what a LRV or GPR file is. I don't own a GoPro camera. Please either link to the documentation that describes exactly the their purpose, or describe...

Thanks for that. Do both Exiv2 and ExifTool read and correctly report the GPR file metadata? At least one of these tools must be able to read the image metadata...

Please consider one of the following: 1. Submitting a pull request that contains the code that addresses the issue, preferably by relying on Exiv2 before ExifTool (Exiv2 is much faster)....

The best option would be for the function `show_in_file_manager` to return something other than `None`, which might simply be the PID or window handle (or both), or something more sophisticated...

Hello, thanks for your research into this issue. Unfortunately, I developed a serious typing injury while coding early this year (I'm dictating this using a voice recognition program). Avoiding doing...

My experience is also that it simply overwrites the contents of `C:/ProgramData/Jellyfin/Server`, failing to copy anything to the target directory. Consequently, the jellyfin libraries are empty. It makes no difference...

Are you downloading from a camera or a memory card reader? Are you seeing this problem only with a particular file type, or does this happen regardless of file type?...

Next step is to determine if it is the MP4 files or the JPEGs. Need to narrow down the cause.

Probably the issue is caused by something going wrong with gstreamer, which might occur only with the particular MP4s you are working with. I cannot guarantee this is the problem,...

JPEGs are handled by Qt. It is very unlikely that Qt is the problem here. That leaves videos, which are handled by a Python interface to the C program Gstreamer....