Which books have an online update available
Kiwix readers would like to be able to send a notification when an update for a local book is available online. See https://github.com/kiwix/kiwix-desktop/issues/324.
To identifiy such an update we should use the following ZIM Metadata:
- name
- Flavour
- Date
Is that doable? Is such a feature maybe already available in libkiwix?
There is not such a thing in libkiwix for now.
We may add it to libkiwix yes but we must be a bit more specific :
- How do we indentify a "identical" content ? The couple Name/Flavour is enough ?
- The date metadata is enough to check for update ?
- Does libkiwix must make the request itself or it compares two books/library already populated ?
* How do we indentify a "identical" content ? The couple Name/Flavour is enough ?
It shoudl.
* The date metadata is enough to check for update ?
It should
* Does libkiwix must make the request itself or it compares two books/library already populated ?
I believe it should happen within two populated lists.
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.