This commit is contained in:
2019-09-30 02:31:49 -07:00
parent 0e4ce49241
commit 07e364853d
6 changed files with 16 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
**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/p/Rollup/raw/master/Rollup.app.zip) ([Changelog](CHANGELOG.md))
####[⇩ Download Rollup 0.4.1.1](https://www.profiteroles.org/git/p/Rollup/raw/master/Rollup.app.zip) ([Changelog](CHANGELOG.md))
## Features
* Recursive directory scanning
* Reverse Geocoding
* Custom rename template
* Reverse geocoding (lookup place name from GPS coordinates)
## Available tags
@@ -31,8 +31,9 @@
## Notes
Running Rollup requires disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal.
The following characters are currently supported as delimiters: ' ','_','-','+'
- Running Rollup requires disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal.
- Reverse Geocoding requires a valid Google API key. As of 2018, Google requires a paid account for access to the places database. Although a valid credit card is required to create the account, only massive searches incur fees. More here: https://developers.google.com/maps/documentation/geocoding/start
- The following characters are currently supported as delimiters: ' ','_','-','+'
## Building from source
@@ -40,3 +41,4 @@ Building Rollup requires Platypus and Pashua
* https://github.com/sveinbjornt/Platypus
* https://github.com/BlueM/Pashua