|
|
| (40 intermediate revisions by 3 users not shown) |
| Line 1: |
Line 1: |
| {{Addon
| |
| |Name=eBooks
| |
| |provider-name=robwebset
| |
| |ID=script.ebooks
| |
| |latest-version=1.0.0
| |
| |extension point=xbmc.python.script
| |
| |provides=executable
| |
| |Summary=View eBooks
| |
| |Description=Allows the viewing of eBooks
| |
| |Platform=all
| |
| |Language=
| |
| |License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
| |
| |Forum=http://forum.kodi.tv/showthread.php?tid=238835
| |
| |Website=
| |
| |Source=https://github.com/robwebset/script.ebooks
| |
| |Email=
| |
| |broken=
| |
| |icon url=https://raw.githubusercontent.com/robwebset/script.ebooks/master/icon.png}}
| |
|
| |
|
| <!-- Page content goes here -->
| |
| <br />
| |
| <br />
| |
| == Introduction ==
| |
| eBooks is an addon that allows you to list and view your epub and mobi eBooks using Kodi.
| |
| <br /><br />
| |
| Supported book formats are
| |
| * ePub
| |
| * Mobi
| |
| <br />
| |
| <br />
| |
| == Cover Art ==
| |
| The cover art for a given book is retrieved in the following order:
| |
| # A jpg file in the same directory as the book with the same name (i.e. a book with the name mybook.epub and an image with the name mybook.jpg)
| |
| # An image that has previously been cached from a book (Based on the file name of the book)
| |
| # Extracted internal image from the book file
| |
| # The default cover image set in the eBooks settings screen.
| |
| <br />
| |
| <br />
| |
| == Debugging ==
| |
| If reporting a problem, please also provide a debug log. To do this you need to enable BOTH:
| |
| * Kodi [[Settings/System#Debugging|logging]] from the main setting menu
| |
| * eBooks debug from the eBooks addon settings menu
| |
| Please do not paste the log into the forum thread, just link to it.
| |
| <br />
| |
| <br />
| |
| == Donations ==
| |
| If you have found the eBooks Addon useful and would like to help support future development and bug fixes, then please feel free to make a small donation.
| |
| <br />
| |
| <br />
| |
| Please use the link on the top of the [http://forum.kodi.tv/showthread.php?tid=238835 eBooks Forum]
| |
| <br />
| |
| <br />
| |
|
| |
| [[Category:Gotham add-on repository]]
| |