-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Milestone
Description
After photo move/copy do some auto processing
- In order to automate some photo management tasks
- I want to do some processing whenever i move/copy photos to a certain folder
- Example: when i move 5 selected photos, taken in "october 2016" to folder "Oktoberfest"
- the files should be renamed to 1610Oktoberfest001, ...002, ....
- Rename pattern [yymm]Oktoberfest[001]
- the files should be tagged with Event, Munich, Germany, Bavaria
- phots that do not have geo lat/lon yet should get lat/lon=48.15/11.58
- the files should be renamed to 1610Oktoberfest001, ...002, ....
- Example: when i move 5 selected photos, taken in "october 2016" to folder "Oktoberfest"
TODOS:
- every folder with autoprocessing gets a ".apm" file that contain the rules
- define file format of ".apm" files with rename/tag rules (?properties file?)
- define gui to edit/create/delete ".apm" files (?similar to bookmarks?)
- implement rename processor
- apply rename only if filename does not already have that shema)
- %y, %Y, ... parameter from dateformat of datePhotoTaken
- _# placeholder for instance number (# 1 digit, ## 2 digits, ....)
- add processor to copy/move process