Quote:
Originally Posted by jecilop
I'm trying to add the links generated in the details panel to my custom book jacket. ... I'd like to be able to use the information exactly as seen and clickable in the book details panel.
Any field name you can share on this? I haven't been able to find it outside of the actual identifiers field with the "long" unique identifiers. I want to play with it more to see if I can make it work for me in the actual epub.
|
The name of identifier used to store links for the plugin is "odid".
The string you see in the Id section of the book details panel is generated by the
get_book_urls method of plugin when called by the main calibre code. As far as I know this method is called when needed to display the book details panel and the result isn't stored anywhere.
I am not familiar with book jackets or templates or how they handle book identifiers so I cannot help with that.