This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Different filename formats per document type #982
jgillula
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if I could set different filename formats (like
PAPERLESS_FILE_FORMAT
) for each document type.My use case is that I have a hierarchy of document types, and I want the organization of files on disk to reflect this. For example, I have
AFAICT there's currently no way to accomplish this with a global
PAPERLESS_FILENAME_FORMAT
.Of course, if the document has no type, or the per document type filename format has not been set, then it would fall back to the default global
PAPERLESS_FILENAME_FORMAT
.I can code, so I'm willing to try to implement this and make a pull request. Of course I want to implement something that the maintainers would want/accept, so I'm curious if this is something you'd be interested in. (And if it is something you'd be interested in, I'd be happy to iterate on the design here before I start coding, so that what I write has a greater chance of being accepted.)
Thanks for the awesome project!
Beta Was this translation helpful? Give feedback.
All reactions