Quote:
Originally Posted by timlegge
However, it may be possible modify the GUI to allow you to add a book on the device to the reading list. I have not looked at it yet but it might be interesting...
|
I suggest that you wait until the new device metadata architecture is in place, for two reasons.
1) You will need to change your driver to take the new architecture into account. The caching stuff is completely different, for example.
2) While you are there ... You will have the custom fields available to you. 'Reading list' seems to be a collection of sorts, leading me to suggest that you use the collections box in device customization to pass the name of a (bool) custom column to be used to populate the reading list.
This approach has the advantage of not requiring any modification to Calibre's GUI.