Giles Knap

Results 17 issues of Giles Knap

The instructions [here](https://gilesknap.github.io/gphotos-sync/main/tutorials/installation.html#execute-in-a-container) say that you need to use --net host on initial launch of the container in order to support the authentication flow. However Windows and Mac versions of...

bug

I'm creating this Issue to track the Google API issues that affect what we can achieve with gphotos-sync:- - Some video files get error 500 when accessing their baseUrl. This...

bug
Bug in Google API?

Look into using google takeout to extract photos from the library to overcome: - lack of GPS - compressed video files - compressed original quality images Note that @mholt has...

enhancement
help wanted

**Describe the bug** GVSP fails to connect to the client when the client is running on a machine with multiple network interfaces. **To Reproduce** I am running the EPICS AreaDetector...

5. Gige
2. Needs informations

For discussion. This fixes the issue of multiple threads in a process getting the wrong responses from Client.run(). It provides a global lock to make sure all send receive operations...

In the latest version of mcipc there have been some changes to behaviour of Item. I could fix my code to work with the new behaviour but I'd like to...

I'm opening this issue to discuss NBT parsing. (I note that NBTs are a Java edition feature and I'm not familiar with how similar information is handled in other editions)...

see https://github.com/gilesknap/gphotos-sync/discussions/424#discussioncomment-5621228

If exif encounters tag IDs not listed in _constants.py then it cannot view them. For example:- [example image](https://photos.app.goo.gl/NyjS8yuoQEce24iR9) ``` with open('/home/hgv27681/Downloads/IMG_20190317_104705.jpg', 'rb') as image_file: ex = exif.Image(image_file) for tag in...

Those exif values whose data type is listed as 'undef' in https://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html cannot be viewed. e.g. [example image](https://photos.app.goo.gl/NyjS8yuoQEce24iR9) ``` with open('/home/hgv27681/Downloads/IMG_20190317_104705.jpg', 'rb') as image_file: ex = exif.Image(image_file) ex.exif_version Traceback (most...