|
|
#76 |
|
Mobile Reader Geek
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 34,219
Karma: 13801376
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Sony Reader PRS-650, iPad
|
__________________
|
|
|
|
|
|
#77 | |
|
Mobile Reader Geek
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 34,219
Karma: 13801376
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Sony Reader PRS-650, iPad
|
Quote:
1. You can ditch the Kindle, buy an ePub capable reader and buy ePub format eBooks 2. You can convert your Kindle eBooks to ePub (you should use the KindleUnpack plugin to go AZW3 (KF8) > ePub) then use the plugin to split and convert back. 3. You can buy all of your eBooks in ePub and convert for the Kindle. Those are your choices
__________________
|
|
|
|
|
|
Enthusiast
|
|
|
|
#78 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 821
Karma: 300102
Join Date: Dec 2011
Location: Midwest USA
Device: Nook STR w/Glowlight, Kindle 3g, Droid
|
Quote:
But I don't know how well. Conversion changes the contents to some degree. How much and how well depends on the source book and your conversion settings, mostly. I would not trust a convert-split-convert-back process blindly. I'd try it for a book or two and see how it works. And even after that, you should examine the contents of all the split books you make, not just assume they worked as intended.. Sorry I can't give you a more definitive answer, but I don't think there is one. |
|
|
|
|
|
|
#79 | |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28
Karma: 14450
Join Date: Dec 2012
Device: kindle
|
Quote:
|
|
|
|
|
|
|
#80 | |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28
Karma: 14450
Join Date: Dec 2012
Device: kindle
|
Quote:
I pick #2 above. But I would have just converted using the conversion plug-ins as I normally do. Is there a difference or an advantage to using the KindleUnpack? Re:#1 and 2: I see no reason to ditch my Kindle or to buy strictly in epub... now that I know about epubsplit, I will probably do that for any omnibus I want to buy in the future, but for regular ebooks, no need. I'm happy enough with my Kindle and the wonderful things calibre and the associated plug ins can do to help me manage my books. |
|
|
|
|
|
|
#81 |
|
Mobile Reader Geek
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 34,219
Karma: 13801376
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Sony Reader PRS-650, iPad
|
By using KindleUnpack to shift (not convert) the code, you don't get converted code. You get the same code that's in the KF8. You should load the ePub in Sigil, check for errors and fix any errors found as there will be errors. But once that's done, you have an ePub that matched the KF8.
__________________
|
|
|
|
|
|
#82 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 821
Karma: 300102
Join Date: Dec 2011
Location: Midwest USA
Device: Nook STR w/Glowlight, Kindle 3g, Droid
|
Version 1.2.7 - 15 Mar 2012
Command Line Interface(CLI) Starting with calibre v0.9.23, calibre offers a command-line interface (CLI) for calling plugins. This plugin supports that option and allows the user to call the plugin's basic functionality from outside calibre without having to install Python or get the plugin's files separately. Details: Code:
Usage: calibre-debug.exe --run-plugin EpubSplit -- [options] <input epub> [line numbers...]
Giving an epub without line numbers will return a list of line numbers: the
possible split points in the input file. Calling with line numbers will
generate an epub with each of the "lines" given included.
Options:
-h, --help show this help message and exit
-o OUTPUT, --output=OUTPUT
Set OUTPUT file, Default: split.epub
-t TITLE, --title=TITLE
Use TITLE as the metadata title. Default: '<original
epub title> Split'
-d DESC, --description=DESC
Use DESC as the metadata description. Default: 'Split
from <epub title> by <author>'.
-a AUTHOR, --author=AUTHOR
Use AUTHOR as a metadata author, multiple authors may
be given, Default: <All authors from original epub>
-g TAG, --tag=TAG Include TAG as dc:subject tag, multiple tags may be
given, Default: None
-l LANG, --language=LANG
Include LANG as dc:language tag, multiple languages
may be given, Default: en
-c COVER, --cover=COVER
Path to a jpg to use as cover image.
Last edited by JimmXinu; 03-15-2013 at 02:42 PM. |
|
|
|
|
|
#83 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: Samsung Galaxy Tab 7.7
|
Update Error
calibre, version 0.9.23
ERROR: Install Plugin Failed: A problem occurred while installing this plugin. This plugin will now be uninstalled. Please post the error message in details below into the forum thread for this plugin and restart Calibre. Traceback (most recent call last): File "site-packages\calibre\gui2\dialogs\plugin_updater.py", line 728, in _install_clicked File "site-packages\calibre\customize\ui.py", line 361, in add_plugin File "site-packages\calibre\customize\ui.py", line 53, in load_plugin File "site-packages\calibre\customize\zipplugin.py", line 167, in load File "site-packages\calibre\customize\zipplugin.py", line 150, in load_module File "calibre_plugins.epubsplit.__init__", line 14, in <module> ImportError: cannot import name main |
|
|
|
|
|
#84 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Nov 2010
Device: Kindle 3
|
Hi,
I received this error when updating the plugin: calibre, version 0.9.23 ERROR: Fallo en la instalación del complemento: Ha ocurrido un error al instalar este complemento y a continuación se desinstalará. Por favor, publique el mensaje de error que aparece en los detalles de más abajo en la conversación del foro para este complemento y reinicie calibre. Traceback (most recent call last): File "site-packages\calibre\gui2\dialogs\plugin_updater.py", line 728, in _install_clicked File "site-packages\calibre\customize\ui.py", line 361, in add_plugin File "site-packages\calibre\customize\ui.py", line 53, in load_plugin File "site-packages\calibre\customize\zipplugin.py", line 167, in load File "site-packages\calibre\customize\zipplugin.py", line 150, in load_module File "calibre_plugins.epubsplit.__init__", line 14, in <module> ImportError: cannot import name main Thanks in advance, Jose Luis. |
|
|
|
|
|
#85 |
|
Der Leser
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 240
Karma: 12602
Join Date: Apr 2009
Location: Germany
Device: Diverse
|
Same problem here with update:
calibre, version 0.9.23 FEHLER: Installation des Plugins fehlgeschlagen: Während der Installation der Erweiterung ist ein Problem aufgetreten. Dieses Plugin wird nun entfernt. Bitte veröffentlichen Sie die Fehlermeldung im Detail unten in den Foren-Thread dieser Erweiterung und starten Sie Calibre neu. Traceback (most recent call last): File "site-packages\calibre\gui2\dialogs\plugin_updater.py", line 728, in _install_clicked File "site-packages\calibre\customize\ui.py", line 361, in add_plugin File "site-packages\calibre\customize\ui.py", line 53, in load_plugin File "site-packages\calibre\customize\zipplugin.py", line 167, in load File "site-packages\calibre\customize\zipplugin.py", line 150, in load_module File "calibre_plugins.epubsplit.__init__", line 14, in <module> ImportError: cannot import name main Thanks for notice Klaus |
|
|
|
|
|
#86 |
|
Gadget Freak
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,033
Karma: 1025474
Join Date: Nov 2007
Location: US
Device: Sony 700; Entourage Edge, Kindle 3, Pocket Edge
|
Ditto!
__________________
User of both the 10" EE & 7" PE. Visit edge/pocket edge forum. calibre User Manual. |
|
|
|
|
|
#87 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 821
Karma: 300102
Join Date: Dec 2011
Location: Midwest USA
Device: Nook STR w/Glowlight, Kindle 3g, Droid
|
Version 1.2.8 - 16 Mar 2012
Move CLI main import into cli_main. Caused problems for some users on install. I haven't been able to reproduce the problem, but this should fix it. |
|
|
|
|
|
#88 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 55
Karma: 12960
Join Date: Jan 2011
Location: Maryland
Device: Kindle3, Kindle Fire, iPad2
|
|
|
|
|
|
|
#89 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Mar 2012
Device: sony
|
Plugin has vanished with the 0.9.29 calibre updated. Kovid suggests that the plugin needs updating.
Last edited by DoctorOhh; 05-03-2013 at 07:42 AM. Reason: Corrected version # |
|
|
|
|
|
#90 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 821
Karma: 300102
Join Date: Dec 2011
Location: Midwest USA
Device: Nook STR w/Glowlight, Kindle 3g, Droid
|
Version 1.2.9 - 03 May 2013
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] FanFictionDownLoader | JimmXinu | Plugins | 1419 | 05-20-2013 01:14 PM |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 140 | 05-04-2013 11:27 AM |
| [GUI Plugin] Open With | kiwidude | Plugins | 183 | 04-22-2013 02:25 PM |
| [GUI Plugin] EpubMerge | JimmXinu | Plugins | 77 | 03-16-2013 09:35 AM |
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |