Tags in filenames can now either be found by key (in case - or _ are

used as delimeter) or by index. Added some more tests.
This commit is contained in:
Wolf-Bastian Poettner
2020-02-01 20:58:44 +00:00
parent 05da4a559f
commit d8fda64cd0
3 changed files with 125 additions and 11 deletions

View File

@@ -60,7 +60,8 @@ PAPERLESS_EMAIL_SECRET=""
# * {title}
# * {created}
# * {added}
# * {tags[FILTER]}
# * {tag[KEY]} If your tags conform to key_value or key-value
# * {tags[INDEX]} If your tags are strings, select the tag by index
# Uniqueness of filenames is ensured, as an incrementing counter is attached
# to each filename.
#PAPERLESS_FILENAME_FORMAT=""