PDF Metadata Lookup: Try to find out more information from filename
For quite some time I used a handwritten collection of scripts to maintain my papers and ebooks in pdf format. Now I want to switch to Zotero. I engineered my scripts so that they store a lot of metadata information in the filename, among other things either doi or isbn corresponding to the pdf.
That means it should be not too complicated to get them into Zotero if there would be a step in the PDF Metadata Lookup to check the filename for senseful meaning, i.e. throw a regular expression on it for doi or isbn and if this yields a result take this to get the metadata.
I think this feature would be convenient for others as well because one would be able to automatically (partially) (re)build a database by just having files with isbn/doi in the filename. Maybe one could write it with support for userdefined regular expressions and actions corresponding to them. But that won't be necessary for my use case.
Thank you very much for your work so far!
That means it should be not too complicated to get them into Zotero if there would be a step in the PDF Metadata Lookup to check the filename for senseful meaning, i.e. throw a regular expression on it for doi or isbn and if this yields a result take this to get the metadata.
I think this feature would be convenient for others as well because one would be able to automatically (partially) (re)build a database by just having files with isbn/doi in the filename. Maybe one could write it with support for userdefined regular expressions and actions corresponding to them. But that won't be necessary for my use case.
Thank you very much for your work so far!
Any way to extract this information and the potentially look it up via online sources to verify and complete the Zotero citation details would be very much appreciated.