-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed #9 by adding sequential filename generation for conflicting fil…
…epaths; reduced test/demo images
- Loading branch information
1 parent
418530e
commit 6eb2042
Showing
9 changed files
with
59 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,6 @@ Options: | |
-f, --filetypes STRING comma-separated list of file extensions to process | ||
(jpg and jpeg are default) | ||
-l, --list list available template variables | ||
-o, --overwrite overwrite existing files | ||
-r, --recursive recursively process the specified directory | ||
-t, --template [STRING]renaming template (Default is {{datetime}}_{{file}}) | ||
-w, --watch watch the specified directory for changes and | ||
|
@@ -64,7 +63,6 @@ The following configuration options are available when using _exif-renamer_ as a | |
{ | ||
dryrun: false, // simulate processing without modifying the filesystem | ||
fallback_ctime: true, // fallback to filesystem ctime if no EXIF DateTimeOriginal | ||
overwrite: false, // overwrite existing files? | ||
require_exif: false, // fail if EXIF data is not found? | ||
path_separator: '/', // the character used to separate paths in templates | ||
formats: { | ||
|
@@ -310,6 +308,11 @@ your enhancements or bugfix. | |
* Swap out Grunt for Gulp | ||
## Release History | ||
* 1.2.0 | ||
* Introduced filename conflict resolution via sequential filenaming | ||
in response to [#9](https://github.com/dylansmith/node-exif-renamer/issues/9) | ||
* Deprecated the `overwrite` flag | ||
* Reduced size of test/demo images | ||
* 1.1.2 | ||
* switched back to fixed `[email protected]` dependency | ||
* added test for alternate date parsing | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.