pablo33 / Shotwell-event2folder

Shotwell event to folder structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move files with external modifications

pablo33 opened this issue · comments

External modified files are stored at BackingPhotoTable Table.
Id at BackingPhotoTable is the same ID at PhotoTable's editable_id field.
If a file has not editable candidate, editable_id value is -1

While moving files, editables files should be also moved within the original file and informed at DB (BackingPhotoTable).

Solved on commit ff0e8ef. Now editable photos are also moved alongside its originals.

Filenames are renamed according Shotwell style _modified or _modified(n) if file exists.
Folders are collected in order to be cleaned, so they are not left empty after process.
Option insert title metadata into editables photos has not been implemented.