readme update
This commit is contained in:
parent
7d5b2a1cde
commit
e19888d347
|
|
@ -30,6 +30,13 @@ exiftool -overwrite_original -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -
|
|||
|
||||
exiftool -n -r -api QuickTimeUTC=1 -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -geotag /home/pi/immich_owntracks/test/gpx/full_owntracks20250902.gpx '-geotime<${CreateDate}' /media/pimain/media/kamera/100GOPRO/to_update_exif/test/ -S -v2
|
||||
|
||||
exiftool -n -r -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -geotag /home/pi/immich_owntracks/test/gpx/full_owntracks20250902.gpx '-geotime<${CreateDate}' -if 'not $GPSLatitude and not $Keys:GPSCoordinates' /media/pimain/media/kamera/100GOPRO/for_immich/to_update_exif/ -S -v2
|
||||
|
||||
|
||||
-- do go pro opcja -api QuickTimeUTC=1
|
||||
exiftool -n -r -api QuickTimeUTC=1 -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -geotag /home/pi/immich_owntracks/test/gpx/full_owntracks20250902.gpx '-geotime<${CreateDate}' /media/pimain/media/kamera/100GOPRO/for_immich/to_update_exif/ -S -v2
|
||||
exiftool -overwrite_original -api QuickTimeUTC=1 -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -geotag /home/pi/immich_owntracks/test/gpx/full_owntracks20250902.gpx '-geotime<${CreateDate}' /media/pimain/media/kamera/100GOPRO/to_update_exif/
|
||||
|
||||
cp -rp $(find /home/pi/immich/library/upload -type f \( -iname "*.mp4" \) -mtime -21) ./
|
||||
|
||||
find /home/pi/immich/library/upload -type f \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" -o -iname "*.gif" -o -iname "*.bmp" -o -iname "*.tiff" \) -mtime -21
|
||||
|
|
@ -48,7 +55,7 @@ Podsumowanie:
|
|||
|
||||
odwrotnie
|
||||
|
||||
python exif2gpx.py /ścieżka/do/folderu/ze/zdjęciami output.gpx --tz +02:00
|
||||
python exif2gpx.py test/photos_for_gpx/7c9720a6-b22a-44bc-8e3c-f5ed92374732 test/gpx/out_7c9720a6-b22a-44bc-8e3c-f5ed92374732.gpx --tz +02:00 --to-date 2025-05-31
|
||||
|
||||
for i in $(find /home/pi/immich/library/upload/7c9720a6-b22a-44bc-8e3c-f5ed92374732/ -type f); do ln -s $i; done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue