You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would really love the ability to rename files based on metadata fields. Often times, filenames out of a scanner/app are not very descriptive and the metadata that I would assign to them would be helpful to rename the file with. This would be especially useful when exporting files. I do see related issues open for docspell/dsc#114 and am wondering if there is any update on that? I did not post this in that thread as I think being able to rename files from the front-end to match with metadata fields would be a different issue.
Ideally, one would be able to define custom filename formats/templates based on metadata fields and choose from a list of those to have the renaming applied to the filename. These templates could then also be used when defining "sources" to automate naming.
The text was updated successfully, but these errors were encountered:
Hi @k-manji I think this came up in the past a few times, but I can't find it anymore. As you found in docspell/dsc#114 I'd like this feature to be moved to the client side. Changing file names based on metadata is more difficult than it might seem at first and for me it just is not very interesting to be honest. The metadata itself is already there, for me there is not much use replicating it into the file name. It only gets interesting once you download things - and this is what dsc is for. Then it also means, that the system must react to metadata changes and update the filename in the database accordingly. There could be lots of request hitting the server regarding one item and then this gets a bit annoying to code. Doing this on the client, removes many of these annoyances :). So all in all I'm myself a bit reluctant to this feature.
I would really love the ability to rename files based on metadata fields. Often times, filenames out of a scanner/app are not very descriptive and the metadata that I would assign to them would be helpful to rename the file with. This would be especially useful when exporting files. I do see related issues open for docspell/dsc#114 and am wondering if there is any update on that? I did not post this in that thread as I think being able to rename files from the front-end to match with metadata fields would be a different issue.
Ideally, one would be able to define custom filename formats/templates based on metadata fields and choose from a list of those to have the renaming applied to the filename. These templates could then also be used when defining "sources" to automate naming.
The text was updated successfully, but these errors were encountered: