-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research command line template argument/s (-t) #7
Comments
Hi! What kind of documentation are you specifically interested in? As a quick example of usage, you can try to run the following command from your local copy of the repository: ./bin/exif-renamer -t './{{datetime "yyyy-mm"}}:{{file}}' -d demo/img/exif.jpg This shows how you would pass a quoted template string using the |
Thanks for reply Need to batch process some image files Now having problems with the file name extensions - can I ignore them when using Cheers |
Yes, that is possible. The template controls all aspects of the filename. For example, the following will generate a file without an extension: ./bin/exif-renamer -t './{{datetime "yyyy-mm"}}:{{name}}' -d demo/img/exif.jpg Take a look at the metadata section of the readme for all the available variables. |
Thank you! |
No problem. Hope you enjoy using this tool (it would be awesome if you could star it if you do)! |
Sorry, "ignore" the extension, as in leave it/them intact I don't need to mess with the extension Cheers |
Apologies, I'm with you now ;)
Hope this helps someone else Kind thanks |
Is there comprehensive metadata documentation available; similar to: https://www.npmjs.com/package/exif ? Yours hopefully |
Hehe, sorry for the noise - I may as well be writing the documentation at this rate :/ Apologies, |
Thanks very much Lewis, I'll include your |
Hi Lewis, I have added a new |
Hey,
Could you offer some documentation on using the
-t
argument via command line?I'd like to specify custom file names, beyond the default
Yours hopefully
The text was updated successfully, but these errors were encountered: