Skip to content

Commit

Permalink
Merge 2387a60 into df7ceee
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCatalan committed Nov 8, 2020
2 parents df7ceee + 2387a60 commit 1c20401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -282,11 +282,11 @@ By default the resulting filename is all lowercased. To change this behavior to
```
[File]
date=%Y-%m-%b-%H-%M-%S
name=%date-%original_name-%title.jpg
name=%date-%original_name-%title.%extension
# -> 2012-05-mar-12-59-30-dsc_1234-my-title.jpg
date=%Y-%m-%b-%H-%M-%S
name=%date-%original_name-%album.jpg
name=%date-%original_name-%album.%extension
capitalization=upper
# -> 2012-05-MAR-12-59-30-DSC_1234-MY-ALBUM.JPG
```
Expand Down

0 comments on commit 1c20401

Please sign in to comment.