Quote:
Originally Posted by Mackx
I would really want a function that allows me to list all annotated documents, preferably sorted on time of annotation or only those documents that have not been merged (with xournal) yet (after the last annotation was made).
I would like to fit it into the current way of working, so selecting a view in the Home-screen that shows the documents that I want. However, the current views only use information that is available in global.db, the annotation information is available in the local metadata.db files of which there is one in each folder.
I was wondering if somebody already had a thought on this problem?
|
Well, I think it is difficult with current CTB, because as you've said CTB only deals with global.db.
The simple solution would be to create a new different program to list these files.
Well, in fact it should be easy to add a new virtual folder for Navigator ;-)
To get all these files we should recursively walk all folders in SD and read metadata.db files.
Perhaps slow, but doable.
Iņigo