Files
Rollup/README.md

44 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2025-12-10 03:29:25 -05:00
<img align='left' src='icon.iconset/icon_512x512.png' width='128'>
2019-09-30 01:08:28 -07:00
2019-09-29 03:39:18 -07:00
# Rollup
2019-09-29 04:42:08 -07:00
**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.
2019-09-29 03:39:18 -07:00
2025-12-10 03:29:25 -05:00
####[⇩ Download Rollup 0.4.1.1](https://git1.profiteroles.org/p/Rollup/raw/master/Rollup.app.zip) ([Changelog](CHANGELOG.md))
2019-09-29 03:39:18 -07:00
## Features
* Recursive directory scanning
2019-09-30 02:31:49 -07:00
* Reverse Geocoding
2019-09-29 03:39:18 -07:00
* Custom rename template
2019-09-29 04:51:24 -07:00
## Available tags
2019-09-30 01:08:28 -07:00
| 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) |
2019-09-29 04:51:24 -07:00
2019-09-29 03:39:18 -07:00
## Screenshots
2025-12-10 03:29:25 -05:00
<img src='screenshot_1.png' width='552'>
<img src='screenshot_2.png' width='1079'>
2019-09-29 03:39:18 -07:00
## Notes
2019-09-30 09:32:31 -07:00
- Running Rollup may require disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal
2019-09-30 02:31:49 -07:00
- 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: ' ','_','-','+'
2019-09-29 03:39:18 -07:00
## Building from source
Building Rollup requires Platypus and Pashua
* https://github.com/sveinbjornt/Platypus
2019-09-30 01:08:28 -07:00
* https://github.com/BlueM/Pashua