LodestoneHQ / lodestone

Personal Document Archiving (DMS, EDMS for Personal/Home Office use)
https://forms.gle/u1RXnbocbFWqfxGb9
GNU General Public License v3.0
521 stars 28 forks source link

Scan Storage time, subfolder tags #92

Closed D3L05 closed 4 years ago

D3L05 commented 4 years ago

Hi, every document that it put in data\storage\documents is not processed till I click sync in elastichsearch in status page

It would be possible to auto create tags based in subfolder in data\storage\documents??

thanks!

AnalogJ commented 4 years ago

Hey @D3L05 Thats very unfortunate.
Lodestone uses file system events to detect new documents and add them to the queue. Different file systems have different capabilities, and ntfs, exfs, fat32, etc are all slightly different. The docker client can also cause issues.

Can you give me a bit more information about you system? What host os are you running? I'm working on a feature to enable a "polling" mode, which would work consistently across different file systems.

Lodestone will already add a tag for each subfolder in the path. eg.

I hope that answers all your questions!

D3L05 commented 4 years ago

Hi, thanks for the information!

currently im testing with Win 10 v1809

D3L05 commented 4 years ago

tried in win 10 1909 and it works like a charm, thanks!