mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Actually write the date found in the file name
This commit is contained in:
parent
c7dda9de96
commit
1ce76a5486
3 changed files with 7 additions and 6 deletions
|
|
@ -376,6 +376,7 @@ class FileInfo(object):
|
|||
"""
|
||||
We use a crude naming convention to make handling the correspondent,
|
||||
title, and tags easier:
|
||||
"<date> - <correspondent> - <title> - <tags>.<suffix>"
|
||||
"<correspondent> - <title> - <tags>.<suffix>"
|
||||
"<correspondent> - <title>.<suffix>"
|
||||
"<title>.<suffix>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue