Metadata-Version: 2.1
Name: scan_tagger
Version: 0.1.0
Summary: A helper script for applying metadata from Exif Notes to scans.
Home-page: https://github.com/xiongchiamiov/scan-tagger
Author: James Pearson Hughes
Author-email: pearson@changedmy.name
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/xiongchiamiov/scan-tagger/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

scan-tagger
===========

A helper script for applying metadata from [Exif Notes] to scans.

[Exif Notes]: https://play.google.com/store/apps/details?id=com.tommihirvonen.exifnotes&hl=en_US&gl=US

## Introduction

Exif Notes is a great way to track your film shots and apply that metadata to
the digitized files.  However, I always need to do some manipulation of the
scripts it produces before I can actually run them.  `scan-tagger` is a tool to
help automate those changes.

## Installation

Coming soon!

## Usage

In its simplest form, you can just run `scan-tagger` against your Exif Notes
script and provide a starting filename:

    [$]> scan-tagger Arista.EDU\ ULTRA\ 100_ExifToolCmds.txt 000010460001.jpg

This will perform a few basic adjustments on the file, and then update the
filenames to `000010460001.jpg`, `000010460002.jpg`, etc.

For more advanced usage, pass the `-i` option to enter interactive mode.  This
provides a small line-by-line interface modelled after `git add -p` that allows
more control over the process.


