papis / papis-zotero

Zotero compatibility layer for papis
GNU General Public License v3.0
75 stars 17 forks source link

SQL: Handle file symlinks #53

Closed alexfikl closed 1 month ago

alexfikl commented 1 month ago

Symlinks in the Zotero database seem to have their full path listed in the itemAttachments table. This handles that case as well, assuming the file still exists.

Fixes #52.