Files
Rollup/README.md
2019-09-30 01:10:52 -07:00

47 lines
1.5 KiB
Markdown

<img align='left' src='/git/p/Rollup/raw/master/icon.iconset/icon_512x512.png' width='128'></span>
# Rollup
**Rollup** is a tool for renaming image files based on their EXIF tags. It was originally written to improve the arbitrary filenames in the iPhone Camera Roll.
#### ⇩ [Download Rollup 0.4.1.0](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip)
## Features
* Recursive directory scanning
* Custom rename template
* Reverse geocoding (lookup place name from GPS coordinates)
## Available tags
| Option | Description |
| :------| :-----------|
| **%FILE** | The original filename |
| **%DTO** | Timestamp (with fallback to file modification date) |
| **%DUR** | Video Duration (formatted) |
| **%SW** | Software (formatted) |
| **%MODEL** | Digital Camera Model |
| **%LENS** | Lens (formatted) |
| **%PLACE** | Formatted location (from GPS coordinates) |
## Screenshots
<img src='/git/p/Rollup/raw/master/screenshot_1.png' width='552'>
<img src='/git/p/Rollup/raw/master/screenshot_2.png' width='1079'>
## Notes
Running Rollup requires disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal.
The following characters are currently supported as delimiters: ' ','_','-','+'
## Changelog
https://www.profiteroles.org/git/profiteroles/Rollup/src/master/CHANGELOG.md
## Building from source
Building Rollup requires Platypus and Pashua
* https://github.com/sveinbjornt/Platypus
* https://github.com/BlueM/Pashua