In this post from this 2012 thread, Agama released a beta version of a plugin called "Book Links" (under GPL v3).
The plugin allows you to attach a URL and a folder (for storing supplementary files) to each book.
I asked Agama for help in getting the plugin working in the current version of calibre, but have not received a reply.
At first the plugin wouldn't even install, but I was finally able to install it by making the following changes:
- changed the plugin name to make it consistent (from ag_booklinks to book_links)
- changed the references to PyQt from version 4 to version 5 (from PyQt4.Qt to PyQt5.Qt)
However, when I try to run it, I get the following error in calibre 2.56 [64bit] for Windows:
I would be very grateful for any help in getting the plugin working.
My updated version of the plugin is attached.
Thanks,
readin
calibre 2.56 [64bit] on Windows 10 Pro
The plugin allows you to attach a URL and a folder (for storing supplementary files) to each book.
I asked Agama for help in getting the plugin working in the current version of calibre, but have not received a reply.
At first the plugin wouldn't even install, but I was finally able to install it by making the following changes:
- changed the plugin name to make it consistent (from ag_booklinks to book_links)
- changed the references to PyQt from version 4 to version 5 (from PyQt4.Qt to PyQt5.Qt)
However, when I try to run it, I get the following error in calibre 2.56 [64bit] for Windows:
Quote:
File "calibre_plugins.book_links.ui", line 34, in show_ui AttributeError: 'LibraryDatabase' object has no attribute 'construct_path_name' |
My updated version of the plugin is attached.
Thanks,
readin
calibre 2.56 [64bit] on Windows 10 Pro