up folders to scan

This commit is contained in:
Tykayn 2023-08-21 16:20:53 +02:00 committed by tykayn
parent 09034e6f6a
commit 019f48dc51
5 changed files with 35925 additions and 73 deletions

View File

@ -4,36 +4,51 @@
**/
// @ts-ignore
import piexif, { IExif, IExifElement, TagValues } from 'piexif';
import piexif from 'piexif';
import * as fs from 'node:fs';
// @ts-ignore
import path from "node:path";
// @ts-ignore
import minimist from 'minimist';
import * as Buffer from "buffer";
// @ts-ignore
const moment = require( "moment");
// configs
let sequence_name: string = '3596977'
let folders_list_txt: any = [
// "3596249",
// "3596253", "3596977",
// "3675557", "3675577", "3716345", "4456921", "4457241", "4457257", "4457273", "4457289", "4457689", "4457705", "4539913", "4539929", "4539945", "4559529",
// "4559545", "4559561", "4559577", "4559593", "4559609", "4559625", "4559641", "4559657", "4559673", "4559689", "4559705", "4559721", "4559737", "4559753",
// "4559769", "4559785", "4559801", "4559817", "4559833", "4559849", "4559865", "4904153", "4904233", "4904249", "4904265", "4904281", "4904297", "4904313",
// "4904329", "4904345", "4904361", "4904377", "4904393", "5192937", "5193161", "5193177", "5193193", "5193209", "5193225", "5193321", "5193337", "5193417",
// "5193433", "5193449", "5201385", "5213385", "5213481", "5213529", "5234665", "5234857", "5234889", "5235001", "5324265", "5775977", "5775993", "5776009",
// "5776025", "6081417", "6081433", "6081449", "6081465", "6081689", "6081705", "6092281", "6092313", "6101305", "6102457", "6102473", "6102489", "6102521",
// "6102537", "6102569", "6127433", "6133465", "6242729", "6329129", "6329177", "6329241", "6329305", "6329321", "6738633", "6738809", "6738953", "6752761",
// "6752889",
// "6752905",
// "6752921",
"3596249",
"3596253", "3596977",
"3675557", "3675577", "3716345", "4456921", "4457241", "4457257",
// "4457273", // à récupérer
"4457289", "4457689", "4457705", "4539913", "4539929", "4539945", "4559529",
"4559545", "4559561", "4559577", "4559593", "4559609", "4559625", "4559641", "4559657", "4559673", "4559689", "4559705", "4559721", "4559737", "4559753",
"4559769", "4559785", "4559801", "4559817", "4559833", "4559849", "4559865", "4904153", "4904233", "4904249", "4904265", "4904281", "4904297", "4904313",
"4904329", "4904345", "4904361", "4904377", "4904393", "5192937", "5193161", "5193177", "5193193", "5193209", "5193225", "5193321", "5193337", "5193417",
"5193433",
// "5193449",
"5201385", "5213385", "5213481", "5213529", "5234665", "5234857", "5234889", "5235001", "5324265", "5775977", "5775993",
// "5776009",
"5776025",
"6081417", "6081433", "6081449", "6081465", "6081689", "6081705", "6092281", "6092313", "6101305", "6102457", "6102473", "6102489",
// "6102521",
"6102537", "6102569", "6127433", "6133465", "6242729", "6329129", "6329177", "6329241", "6329305", "6329321", "6738633", "6738809", "6738953", "6752761",
"6752889",
"6752905",
"6752921",
"6752937",
// "6752953", "6760985", "6761049", "6761289", "6794633", "7325929", "7326457", "7328265", "7330009", "7330025",
// "7330041",
// "7330057"
"6752953",
"6760985", "6761049", "6761289",
"6794633",
"7325929", "7326457", "7328265", "7330009", "7330025",
"7330041",
"7330057"
]
let enable_write_gpx_file = true;
let just_one_photo_in_folder = false;
let folder = "/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/"
let folder_photos = folder+"photo"
let dossier_gpx: string = "./output_gpx"
let file_gpx: string = "3596249_d875a_60a0f9bf38f99.txt"
@ -54,7 +69,9 @@ if (mini_arguments['gpx-input']) {
}
let dossier_photo: string = folder + "test_photo_apply"
// let dossier_photo: string = folder + "test_photo_apply"
let dossier_photo: string = folder_photos
let dossier_gpx_input: string = folder + "metadata_file"
let path_gpx_input: string = dossier_gpx_input + "/" + sequence_name + "/" + file_gpx
@ -64,6 +81,7 @@ if (mini_arguments['gpx-input-path']) {
let gpxData: any = {}
let exif_commands:any = ['#!/bin/bash' ,'# apply exif data to photos']
function makeGpxFromKartaview(tableKartaviewTrace: any) {
@ -130,39 +148,59 @@ function reduceGpxPointsToInterval(sequence_name: any) {
let lat = elem[0]
let lon = elem[1]
let date = new Date(timestamp)
let iso = date.toISOString()
// console.log('* point de trace n°', jj)
// console.log('* lat, lon', lat,lon)
// console.log('* date iso', iso)
let date_simezone_indicator = ''; // +2:00
let iso = moment(date).format('YYYY:MM:DD HH:mm:ss')+date_simezone_indicator
ii = interval * 1
let exif = {};
// exif[piexif.ExifIFD.DateTimeOriginal] = iso;
let file_photo_name = photo_folders_counter[sequence_name][photo_counter]
console.log('file_photo_name to apply exif data', photo_counter, file_photo_name)
if (file_photo_name) {
// set exif data
// console.log('file_photo_name to apply exif data', photo_counter, file_photo_name)
// https://piexifjs.readthedocs.io/en/latest/functions.html#insert
// piexif.insert(exifStr, jpegData)
// -File:ModificationDateTime=="${iso}" \\
// -File:CreateDate="${iso}" \\
let exif_command= `\n
exiftool -overwrite_original \\
-GPSDateTime="${iso}" \\
-AllDates="${iso}" \\
-MediaCreateDate="${iso}" \\
-MediaModifyDate="${iso}" \\
-TrackCreateDate=="${iso}" \\
-TrackModifyDate=="${iso}" \\
-GPSLongitude="${lon}" \\
-GPSLatitude="${lat}" \\
"${dossier_photo+'/'+sequence_name+'/'+file_photo_name}"
`
// -GPSLongitudeRef="West" \
// -GPSLatitudeRef="North" \
// exiftool -overwrite_original '-AllDates<gpsdatetime' "${dossier_photo+'/'+sequence_name+'/'+file_photo_name}"
exif_commands.push(exif_command)
}
photo_counter++
}
})
console.log('DONE for sequence_name', sequence_name)
exif_commands.push( `geovisio upload --api-url https://panoramax.openstreetmap.fr "${dossier_photo}/${sequence_name}"`)
let exif_bash_file = exif_commands.join('\n')
writeFile(`_exif_commmand_sequence_${sequence_name}.sh`,exif_bash_file)
console.log('\n ----- apply exif data:', `\n bash ${dossier_gpx}/${exif_bash_file}`)
console.log('\n\nDONE for sequence_name', sequence_name)
}
function openKartaviewTxtGPX(filepath: any, sequence_name: string) {
console.log('filepath', filepath)
console.log('openKartaviewTxtGPX filepath', filepath)
let boom = filepath.split('/')
let fileName = boom[boom.length - 1]
console.log('fileName', fileName)
console.log('openKartaviewTxtGPX fileName', fileName, )
fs.readFile(filepath, 'utf8', (err, data) => {
if (err) {
throw err;
@ -216,8 +254,11 @@ let cwd = path.dirname(process.cwd()) + '/' + path.basename(process.cwd())
async function getAllFilesInFolder(folderPath: string) {
let filesList: any = []
console.log('reading folder ', folderPath)
console.log('------ reading folder ', folderPath)
filesList = fs.readdirSync(folderPath);
if (just_one_photo_in_folder) {
filesList = [filesList.shift()]
}
return filesList;
}
@ -240,6 +281,7 @@ function writeFile(fileName: string, fileContent: any) {
let photo_folders_counter: any = {}
function listPhotos(sequence_number: string) {
console.log('------- listPhotos dossier_photo', dossier_photo + '/' + sequence_number)
let photo_folder = dossier_photo + '/' + sequence_number;
getAllFilesInFolder(photo_folder)
.then(listOfFiles => {
@ -253,10 +295,10 @@ async function getGPXAndEnrichExifOfPhotosInFolder(sequence_number: string) {
getAllFilesInFolder(dossier_gpx_input + '/' + sequence_number)
.then(listOfFiles => {
console.log('listOfFiles', listOfFiles)
listOfFiles?.forEach((file: string) => {
openKartaviewTxtGPX(dossier_gpx_input + '/' + sequence_number + '/' + file, sequence_number)
console.log('listOfFiles', listOfFiles.length)
// console.log('listOfFiles', listOfFiles)
listOfFiles.forEach((jpg_file: string) => {
openKartaviewTxtGPX(dossier_gpx_input + '/' + sequence_number + '/' + jpg_file, sequence_number)
})
}, err => {
throw new Error(err)

View File

@ -0,0 +1,29 @@
#!/bin/bash
# apply exif data to photos
exiftool -overwrite_original \
-GPSDateTime="2020:09:04 15:13:09" \
-AllDates="2020:09:04 15:13:09" \
-MediaCreateDate="2020:09:04 15:13:09" \
-MediaModifyDate="2020:09:04 15:13:09" \
-TrackCreateDate=="2020:09:04 15:13:09" \
-TrackModifyDate=="2020:09:04 15:13:09" \
-GPSLongitude="2.12523291" \
-GPSLatitude="48.61844552" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/3596249/3596249_cdc67_60a0f9cf4c766.jpg"
exiftool -overwrite_original \
-GPSDateTime="2020:09:04 15:13:17" \
-AllDates="2020:09:04 15:13:17" \
-MediaCreateDate="2020:09:04 15:13:17" \
-MediaModifyDate="2020:09:04 15:13:17" \
-TrackCreateDate=="2020:09:04 15:13:17" \
-TrackModifyDate=="2020:09:04 15:13:17" \
-GPSLongitude="2.1253338" \
-GPSLatitude="48.61841874" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/3596249/3596249_f3ccd_60a0f9cda58b5.jpg"
geovisio upload --api-url https://panoramax.openstreetmap.fr "/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/3596249"

View File

@ -0,0 +1,158 @@
#!/bin/bash
# apply exif data to photos
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:32:39" \
-AllDates="2023:02:11 15:32:39" \
-MediaCreateDate="2023:02:11 15:32:39" \
-MediaModifyDate="2023:02:11 15:32:39" \
-TrackCreateDate=="2023:02:11 15:32:39" \
-TrackModifyDate=="2023:02:11 15:32:39" \
-GPSLongitude="2.2118366" \
-GPSLatitude="48.7159286" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_1a4cb3253731684ff5f59fa031336db0.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:32:46" \
-AllDates="2023:02:11 15:32:46" \
-MediaCreateDate="2023:02:11 15:32:46" \
-MediaModifyDate="2023:02:11 15:32:46" \
-TrackCreateDate=="2023:02:11 15:32:46" \
-TrackModifyDate=="2023:02:11 15:32:46" \
-GPSLongitude="2.2119413" \
-GPSLatitude="48.715914" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_1bc02a3b948af23803231ced7b06c1ee.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:32:53" \
-AllDates="2023:02:11 15:32:53" \
-MediaCreateDate="2023:02:11 15:32:53" \
-MediaModifyDate="2023:02:11 15:32:53" \
-TrackCreateDate=="2023:02:11 15:32:53" \
-TrackModifyDate=="2023:02:11 15:32:53" \
-GPSLongitude="2.2119357" \
-GPSLatitude="48.715894" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_3bbf43623a31f9e1acb4dca20ee1bc93.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:01" \
-AllDates="2023:02:11 15:33:01" \
-MediaCreateDate="2023:02:11 15:33:01" \
-MediaModifyDate="2023:02:11 15:33:01" \
-TrackCreateDate=="2023:02:11 15:33:01" \
-TrackModifyDate=="2023:02:11 15:33:01" \
-GPSLongitude="2.2119414" \
-GPSLatitude="48.7158567" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_484fa92df2d89763bd27f4cc2cda344d.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:03" \
-AllDates="2023:02:11 15:33:03" \
-MediaCreateDate="2023:02:11 15:33:03" \
-MediaModifyDate="2023:02:11 15:33:03" \
-TrackCreateDate=="2023:02:11 15:33:03" \
-TrackModifyDate=="2023:02:11 15:33:03" \
-GPSLongitude="2.2119062" \
-GPSLatitude="48.7158036" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_4bb55c417c328d7515c03b6849c2e539.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:10" \
-AllDates="2023:02:11 15:33:10" \
-MediaCreateDate="2023:02:11 15:33:10" \
-MediaModifyDate="2023:02:11 15:33:10" \
-TrackCreateDate=="2023:02:11 15:33:10" \
-TrackModifyDate=="2023:02:11 15:33:10" \
-GPSLongitude="2.2118563" \
-GPSLatitude="48.715747" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_631fbdf5ec84377f29d20a65a7157f8d.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:15" \
-AllDates="2023:02:11 15:33:15" \
-MediaCreateDate="2023:02:11 15:33:15" \
-MediaModifyDate="2023:02:11 15:33:15" \
-TrackCreateDate=="2023:02:11 15:33:15" \
-TrackModifyDate=="2023:02:11 15:33:15" \
-GPSLongitude="2.2118114" \
-GPSLatitude="48.715701" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_7876d53e91e5e80129a205170240c72e.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:21" \
-AllDates="2023:02:11 15:33:21" \
-MediaCreateDate="2023:02:11 15:33:21" \
-MediaModifyDate="2023:02:11 15:33:21" \
-TrackCreateDate=="2023:02:11 15:33:21" \
-TrackModifyDate=="2023:02:11 15:33:21" \
-GPSLongitude="2.2117393" \
-GPSLatitude="48.7156315" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_819914de25474601a8f90489f31a5973.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:26" \
-AllDates="2023:02:11 15:33:26" \
-MediaCreateDate="2023:02:11 15:33:26" \
-MediaModifyDate="2023:02:11 15:33:26" \
-TrackCreateDate=="2023:02:11 15:33:26" \
-TrackModifyDate=="2023:02:11 15:33:26" \
-GPSLongitude="2.2116943" \
-GPSLatitude="48.7155865" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_bd581aa6d3ac655bbf71931ffa7d6e84.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:30" \
-AllDates="2023:02:11 15:33:30" \
-MediaCreateDate="2023:02:11 15:33:30" \
-MediaModifyDate="2023:02:11 15:33:30" \
-TrackCreateDate=="2023:02:11 15:33:30" \
-TrackModifyDate=="2023:02:11 15:33:30" \
-GPSLongitude="2.2116866" \
-GPSLatitude="48.7155329" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_d9d21357151fb33f8d4a75b5f36716ce.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:36" \
-AllDates="2023:02:11 15:33:36" \
-MediaCreateDate="2023:02:11 15:33:36" \
-MediaModifyDate="2023:02:11 15:33:36" \
-TrackCreateDate=="2023:02:11 15:33:36" \
-TrackModifyDate=="2023:02:11 15:33:36" \
-GPSLongitude="2.2116781" \
-GPSLatitude="48.7154837" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_e1dfe0d9911b3eaa355f429bc1f05dee.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:41" \
-AllDates="2023:02:11 15:33:41" \
-MediaCreateDate="2023:02:11 15:33:41" \
-MediaModifyDate="2023:02:11 15:33:41" \
-TrackCreateDate=="2023:02:11 15:33:41" \
-TrackModifyDate=="2023:02:11 15:33:41" \
-GPSLongitude="2.2116395" \
-GPSLatitude="48.7154466" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_ecb368af83db1ecb069fbb5bd57a08bf.jpg"

View File

@ -2,6 +2,162 @@
# apply exif data to photos
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:32:39" \
-AllDates="2023:02:11 15:32:39" \
-MediaCreateDate="2023:02:11 15:32:39" \
-MediaModifyDate="2023:02:11 15:32:39" \
-TrackCreateDate=="2023:02:11 15:32:39" \
-TrackModifyDate=="2023:02:11 15:32:39" \
-GPSLongitude="2.2118366" \
-GPSLatitude="48.7159286" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_1a4cb3253731684ff5f59fa031336db0.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:32:46" \
-AllDates="2023:02:11 15:32:46" \
-MediaCreateDate="2023:02:11 15:32:46" \
-MediaModifyDate="2023:02:11 15:32:46" \
-TrackCreateDate=="2023:02:11 15:32:46" \
-TrackModifyDate=="2023:02:11 15:32:46" \
-GPSLongitude="2.2119413" \
-GPSLatitude="48.715914" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_1bc02a3b948af23803231ced7b06c1ee.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:32:53" \
-AllDates="2023:02:11 15:32:53" \
-MediaCreateDate="2023:02:11 15:32:53" \
-MediaModifyDate="2023:02:11 15:32:53" \
-TrackCreateDate=="2023:02:11 15:32:53" \
-TrackModifyDate=="2023:02:11 15:32:53" \
-GPSLongitude="2.2119357" \
-GPSLatitude="48.715894" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_3bbf43623a31f9e1acb4dca20ee1bc93.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:01" \
-AllDates="2023:02:11 15:33:01" \
-MediaCreateDate="2023:02:11 15:33:01" \
-MediaModifyDate="2023:02:11 15:33:01" \
-TrackCreateDate=="2023:02:11 15:33:01" \
-TrackModifyDate=="2023:02:11 15:33:01" \
-GPSLongitude="2.2119414" \
-GPSLatitude="48.7158567" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_484fa92df2d89763bd27f4cc2cda344d.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:03" \
-AllDates="2023:02:11 15:33:03" \
-MediaCreateDate="2023:02:11 15:33:03" \
-MediaModifyDate="2023:02:11 15:33:03" \
-TrackCreateDate=="2023:02:11 15:33:03" \
-TrackModifyDate=="2023:02:11 15:33:03" \
-GPSLongitude="2.2119062" \
-GPSLatitude="48.7158036" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_4bb55c417c328d7515c03b6849c2e539.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:10" \
-AllDates="2023:02:11 15:33:10" \
-MediaCreateDate="2023:02:11 15:33:10" \
-MediaModifyDate="2023:02:11 15:33:10" \
-TrackCreateDate=="2023:02:11 15:33:10" \
-TrackModifyDate=="2023:02:11 15:33:10" \
-GPSLongitude="2.2118563" \
-GPSLatitude="48.715747" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_631fbdf5ec84377f29d20a65a7157f8d.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:15" \
-AllDates="2023:02:11 15:33:15" \
-MediaCreateDate="2023:02:11 15:33:15" \
-MediaModifyDate="2023:02:11 15:33:15" \
-TrackCreateDate=="2023:02:11 15:33:15" \
-TrackModifyDate=="2023:02:11 15:33:15" \
-GPSLongitude="2.2118114" \
-GPSLatitude="48.715701" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_7876d53e91e5e80129a205170240c72e.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:21" \
-AllDates="2023:02:11 15:33:21" \
-MediaCreateDate="2023:02:11 15:33:21" \
-MediaModifyDate="2023:02:11 15:33:21" \
-TrackCreateDate=="2023:02:11 15:33:21" \
-TrackModifyDate=="2023:02:11 15:33:21" \
-GPSLongitude="2.2117393" \
-GPSLatitude="48.7156315" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_819914de25474601a8f90489f31a5973.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:26" \
-AllDates="2023:02:11 15:33:26" \
-MediaCreateDate="2023:02:11 15:33:26" \
-MediaModifyDate="2023:02:11 15:33:26" \
-TrackCreateDate=="2023:02:11 15:33:26" \
-TrackModifyDate=="2023:02:11 15:33:26" \
-GPSLongitude="2.2116943" \
-GPSLatitude="48.7155865" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_bd581aa6d3ac655bbf71931ffa7d6e84.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:30" \
-AllDates="2023:02:11 15:33:30" \
-MediaCreateDate="2023:02:11 15:33:30" \
-MediaModifyDate="2023:02:11 15:33:30" \
-TrackCreateDate=="2023:02:11 15:33:30" \
-TrackModifyDate=="2023:02:11 15:33:30" \
-GPSLongitude="2.2116866" \
-GPSLatitude="48.7155329" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_d9d21357151fb33f8d4a75b5f36716ce.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:36" \
-AllDates="2023:02:11 15:33:36" \
-MediaCreateDate="2023:02:11 15:33:36" \
-MediaModifyDate="2023:02:11 15:33:36" \
-TrackCreateDate=="2023:02:11 15:33:36" \
-TrackModifyDate=="2023:02:11 15:33:36" \
-GPSLongitude="2.2116781" \
-GPSLatitude="48.7154837" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_e1dfe0d9911b3eaa355f429bc1f05dee.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:33:41" \
-AllDates="2023:02:11 15:33:41" \
-MediaCreateDate="2023:02:11 15:33:41" \
-MediaModifyDate="2023:02:11 15:33:41" \
-TrackCreateDate=="2023:02:11 15:33:41" \
-TrackModifyDate=="2023:02:11 15:33:41" \
-GPSLongitude="2.2116395" \
-GPSLatitude="48.7154466" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752937/6752937_ecb368af83db1ecb069fbb5bd57a08bf.jpg"
exiftool -overwrite_original \
-GPSDateTime="2023:02:11 15:34:15" \
-AllDates="2023:02:11 15:34:15" \
@ -11,7 +167,7 @@
-TrackModifyDate=="2023:02:11 15:34:15" \
-GPSLongitude="2.2118395" \
-GPSLatitude="48.715715" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_12896859d3cfc099a77ae4702081bd7c.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_12896859d3cfc099a77ae4702081bd7c.jpg"
@ -24,7 +180,7 @@
-TrackModifyDate=="2023:02:11 15:34:21" \
-GPSLongitude="2.2117451" \
-GPSLatitude="48.7155648" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_12add40b10915a7eeb5a5840052da55b.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_12add40b10915a7eeb5a5840052da55b.jpg"
@ -37,7 +193,7 @@
-TrackModifyDate=="2023:02:11 15:34:29" \
-GPSLongitude="2.2117634" \
-GPSLatitude="48.7155299" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_1b62a0c40a42cdeb5872b9028e13e764.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_1b62a0c40a42cdeb5872b9028e13e764.jpg"
@ -50,7 +206,7 @@
-TrackModifyDate=="2023:02:11 15:34:33" \
-GPSLongitude="2.2118215" \
-GPSLatitude="48.7155641" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_2da3e5708352e6e7a80ee3c3efc481dc.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_2da3e5708352e6e7a80ee3c3efc481dc.jpg"
@ -63,7 +219,7 @@
-TrackModifyDate=="2023:02:11 15:34:35" \
-GPSLongitude="2.2118561" \
-GPSLatitude="48.7155933" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_312a6b466af1879b18e6554cf3392b9a.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_312a6b466af1879b18e6554cf3392b9a.jpg"
@ -76,7 +232,7 @@
-TrackModifyDate=="2023:02:11 15:34:41" \
-GPSLongitude="2.2118872" \
-GPSLatitude="48.7156305" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_36bfd8bedca19bb49ecbf7ce61301b75.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_36bfd8bedca19bb49ecbf7ce61301b75.jpg"
@ -89,7 +245,7 @@
-TrackModifyDate=="2023:02:11 15:34:45" \
-GPSLongitude="2.2119556" \
-GPSLatitude="48.7156479" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_38608abb52bd0eb10b46f143030a9adc.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_38608abb52bd0eb10b46f143030a9adc.jpg"
@ -102,7 +258,7 @@
-TrackModifyDate=="2023:02:11 15:34:49" \
-GPSLongitude="2.2120284" \
-GPSLatitude="48.7156563" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_386600eb1c749d60710cf26026870b31.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_386600eb1c749d60710cf26026870b31.jpg"
@ -115,7 +271,7 @@
-TrackModifyDate=="2023:02:11 15:34:54" \
-GPSLongitude="2.2121145" \
-GPSLatitude="48.7156831" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_40362d092d0ea8721c706c00bc47614b.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_40362d092d0ea8721c706c00bc47614b.jpg"
@ -128,7 +284,7 @@
-TrackModifyDate=="2023:02:11 15:34:57" \
-GPSLongitude="2.2121798" \
-GPSLatitude="48.7156955" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_432d0b17a4d016e61c0ef28229d399e7.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_432d0b17a4d016e61c0ef28229d399e7.jpg"
@ -141,7 +297,7 @@
-TrackModifyDate=="2023:02:11 15:35:01" \
-GPSLongitude="2.2122592" \
-GPSLatitude="48.7156989" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_5099bad433f55b78584e0ee6fe3ea002.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_5099bad433f55b78584e0ee6fe3ea002.jpg"
@ -154,7 +310,7 @@
-TrackModifyDate=="2023:02:11 15:35:04" \
-GPSLongitude="2.2123376" \
-GPSLatitude="48.7156828" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_54f99bc0920df8a402fc613f519b0fae.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_54f99bc0920df8a402fc613f519b0fae.jpg"
@ -167,7 +323,7 @@
-TrackModifyDate=="2023:02:11 15:35:11" \
-GPSLongitude="2.2124348" \
-GPSLatitude="48.7156762" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_559c29bb7f04dab413df3899b10511fb.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_559c29bb7f04dab413df3899b10511fb.jpg"
@ -180,7 +336,7 @@
-TrackModifyDate=="2023:02:11 15:35:15" \
-GPSLongitude="2.2125081" \
-GPSLatitude="48.7156527" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_7b0f72a988db65db3764bc5bb2aec532.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_7b0f72a988db65db3764bc5bb2aec532.jpg"
@ -193,7 +349,7 @@
-TrackModifyDate=="2023:02:11 15:35:19" \
-GPSLongitude="2.2125647" \
-GPSLatitude="48.715625" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_7e8e85bfde720bd120414e9eaf469d23.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_7e8e85bfde720bd120414e9eaf469d23.jpg"
@ -206,7 +362,7 @@
-TrackModifyDate=="2023:02:11 15:35:24" \
-GPSLongitude="2.2126312" \
-GPSLatitude="48.7155697" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_859a3849682f215e78bb1e716ecb5909.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_859a3849682f215e78bb1e716ecb5909.jpg"
@ -219,7 +375,7 @@
-TrackModifyDate=="2023:02:11 15:35:28" \
-GPSLongitude="2.2126668" \
-GPSLatitude="48.715537" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_8a0830f6ec7d80bb8de45029fa96a5ee.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_8a0830f6ec7d80bb8de45029fa96a5ee.jpg"
@ -232,7 +388,7 @@
-TrackModifyDate=="2023:02:11 15:35:31" \
-GPSLongitude="2.2126877" \
-GPSLatitude="48.7154924" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_8be3d282b269c2aa3bbb622e83143a2f.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_8be3d282b269c2aa3bbb622e83143a2f.jpg"
@ -245,7 +401,7 @@
-TrackModifyDate=="2023:02:11 15:35:36" \
-GPSLongitude="2.2127349" \
-GPSLatitude="48.715444" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_a9604b8fe752b20766d5bd75b4e382d6.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_a9604b8fe752b20766d5bd75b4e382d6.jpg"
@ -258,7 +414,7 @@
-TrackModifyDate=="2023:02:11 15:35:40" \
-GPSLongitude="2.2127556" \
-GPSLatitude="48.7154025" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_b1628ea6d532e7adc51ade2c75f5c364.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_b1628ea6d532e7adc51ade2c75f5c364.jpg"
@ -271,7 +427,7 @@
-TrackModifyDate=="2023:02:11 15:35:41" \
-GPSLongitude="2.2127819" \
-GPSLatitude="48.7153662" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_bb17e0b094820f523bea373cce31469c.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_bb17e0b094820f523bea373cce31469c.jpg"
@ -284,7 +440,7 @@
-TrackModifyDate=="2023:02:11 15:35:45" \
-GPSLongitude="2.2128027" \
-GPSLatitude="48.7153202" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_bed29586cd78a0ca8f0e138fc92f3fe0.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_bed29586cd78a0ca8f0e138fc92f3fe0.jpg"
@ -297,7 +453,7 @@
-TrackModifyDate=="2023:02:11 15:35:52" \
-GPSLongitude="2.2128324" \
-GPSLatitude="48.7152583" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_bfc56e20577cf1a76072171308b8d843.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_bfc56e20577cf1a76072171308b8d843.jpg"
@ -310,7 +466,7 @@
-TrackModifyDate=="2023:02:11 15:35:56" \
-GPSLongitude="2.2128566" \
-GPSLatitude="48.7152045" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_c3153793fb82146a42425ea51050ca90.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_c3153793fb82146a42425ea51050ca90.jpg"
@ -323,7 +479,7 @@
-TrackModifyDate=="2023:02:11 15:36:00" \
-GPSLongitude="2.2128709" \
-GPSLatitude="48.7151628" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_c4321b28939bae9f28d192260358bf04.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_c4321b28939bae9f28d192260358bf04.jpg"
@ -336,7 +492,7 @@
-TrackModifyDate=="2023:02:11 15:36:05" \
-GPSLongitude="2.2128868" \
-GPSLatitude="48.715095" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_ca172ebcf92b2543d6046e2eed7a9501.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_ca172ebcf92b2543d6046e2eed7a9501.jpg"
@ -349,7 +505,7 @@
-TrackModifyDate=="2023:02:11 15:36:10" \
-GPSLongitude="2.2129006" \
-GPSLatitude="48.7150241" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_d02e69fad6bbd51b89915548c29c2a91.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_d02e69fad6bbd51b89915548c29c2a91.jpg"
@ -362,7 +518,7 @@
-TrackModifyDate=="2023:02:11 15:36:14" \
-GPSLongitude="2.2129011" \
-GPSLatitude="48.7149802" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_d2fc657075d7d61467e9d62c4dab0bd3.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_d2fc657075d7d61467e9d62c4dab0bd3.jpg"
@ -375,7 +531,7 @@
-TrackModifyDate=="2023:02:11 15:36:17" \
-GPSLongitude="2.2129087" \
-GPSLatitude="48.7149369" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_d7a7de6516dac49810b63d0b883f3e08.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_d7a7de6516dac49810b63d0b883f3e08.jpg"
@ -388,7 +544,7 @@
-TrackModifyDate=="2023:02:11 15:36:20" \
-GPSLongitude="2.2129178" \
-GPSLatitude="48.7148828" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_d875a_63e847312b204.txt_trace.gpx"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_e1ad3bba5a5b26ce4e516e49a295032a.jpg"
@ -401,7 +557,7 @@
-TrackModifyDate=="2023:02:11 15:36:25" \
-GPSLongitude="2.2129152" \
-GPSLatitude="48.714842" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_e1ad3bba5a5b26ce4e516e49a295032a.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_e99b7eabcec0e0adf1136e7bf1ff349e.jpg"
@ -414,7 +570,7 @@
-TrackModifyDate=="2023:02:11 15:36:29" \
-GPSLongitude="2.2129103" \
-GPSLatitude="48.7147992" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_e99b7eabcec0e0adf1136e7bf1ff349e.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_eed752a3c1e9e73eeed12eca597a90c3.jpg"
@ -427,7 +583,7 @@
-TrackModifyDate=="2023:02:11 15:36:33" \
-GPSLongitude="2.2129028" \
-GPSLatitude="48.7147494" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_eed752a3c1e9e73eeed12eca597a90c3.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_f1a1471c9472e6b9a3546c343712e14f.jpg"
@ -440,7 +596,7 @@
-TrackModifyDate=="2023:02:11 15:36:37" \
-GPSLongitude="2.2128975" \
-GPSLatitude="48.7147027" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_f1a1471c9472e6b9a3546c343712e14f.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_f2871aa45eae066c8004079f1cae0141.jpg"
@ -453,5 +609,5 @@
-TrackModifyDate=="2023:02:11 15:36:40" \
-GPSLongitude="2.2128886" \
-GPSLatitude="48.7146623" \
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/test_photo_apply/6752953/6752953_f2871aa45eae066c8004079f1cae0141.jpg"
"/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/kartaview_export_storage/share2tykayn/photo/6752953/6752953_f5afc2ff287cd7e4aa69c9161ce847ab.jpg"

File diff suppressed because it is too large Load Diff