Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extra exif tags in --sort and --rename #90

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dryice
Copy link

@dryice dryice commented Dec 7, 2017

Sometimes multiple person are using multiple devices to record the same event (e.g, a family outing).

In a case like this, it is useful to separate the pictures into different folders according to devices.

With this patch, we could, e.g, set sort_name to '%Y/%m/%d/{{ exif:model }}', the result will be something like 2017/12/05/Nikon D7000/* and 2017/12/05/iPhone 6p/*, etc

The example doesn't resolve everything (e.g, multiple person could use multiple devices of the same type, say iPhone X), but this patch support any exif tag that's ExifTool supported, so people could get creative and have the potential to solve it with some other tags :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant