-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
By "fresh" I mean folders without .ark
subfolder. This means there is any link lacks metadata and preview. Half-initialized folders must be openable, too. In other words, user should be able to copy-paste file externally into the folder and we should catch up with all missing data.
What we do in case a link lacks metadata:
- If the link is not mentioned in
user/properties
, we query OGP and record all required fields intocache/metadata
- If the link also lacks data in
user/properties
, then we query OGP for missing fields and put them intocache/metadata
- If the link has all necessary fields in
user/properties
, then we don't query OGP
What we do in case a link lacks preview:
- We just download it and put into
cache/previews
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo