View Single Post
Old 04-15-2015, 09:59 PM   #2
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,257
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Latest Test Version

Latest Test Version
Rather than posting test versions in line, the newest test version will be in this posting, so it's always in the same place.

If there's no plugin zip here, there hasn't been a test version yet since the last release.

2026-01-29
- adapter_ficbooknet: Change how replace_text_formatting converts to text.
- BrowserCache: Add comment about py2 and gzip.decompress
- Don't give format section warnings for fix_excess_space

2026-01-27
- adapter_storiesonlinenet: Site changed, get series number from series page now.
- adapter_ficbooknet: Add replace_text_formatting option to replace CSS paragraphing with tags, for txt output.

2026-01-24
- adapter_royalroadcom: Fix login failure reporting #1302

2026-01-22
- Image Handling: Rename dedup'ed images on first pass, too.
- Image Handling: Remove unused images properly with dedup_img_files

2026-01-21
- Image Handling: Cache image failure within a story download
- Image Handling: Save original URL on image failure marked 'failedtoload'
- Image Handling: Fix dedup_img_files in new handling

2026-01-19
- Image Handling Changes See wiki page.

2026-01-08
- base_xenforo2forum_adapter: Fix include_nonauthor_poster: Had left testing conditional


Installation instructions from Introduction to plugins:
Spoiler:

Quote:
Originally Posted by kiwidude View Post

How do I install a plugin manually?


You will need to manually install a plugin if you:
  • Want to install a beta version of a plugin listed on a forum thread
  • Want to install a plugin you downloaded somewhere else off the internet
  • Are developing your own plugin

To install a plugin using the Calibre gui:
  1. Download the plugin zip file, taking care that it is not unzipped or touched by any antivirus or download managers you use.
  2. In Calibre choose Preferences->Plugins. Click the Load plugin from file button (Calibre 0.8.6 or later) or Add new plugin button (Calibre 0.8.5 or earlier) to browse to your plugin .zip file and click OK.
  3. You may then be asked which toolbars/menus you would like the plugin to appear on if it is designed to have a user interface. Take care to put it on all you require, remember that there are different toolbars and menus for while your device is connected. You can always change your mind later using Preferences->Toolbar to change your selections.
  4. Restart Calibre after installing a plugin. Ctrl+R is a convenient shortcut for this.
  5. As discussed above, your plugin may need further customisation using Customize plugin from Preferences->Plugins or the Plugin Updater dialog.

To install a plugin using the command line:
  1. Download the plugin zip file, taking care that it is not unzipped or touched by any antivirus or download managers you use.
  2. Close Calibre if it is currently running.
  3. From a command prompt, type calibre-customize -a "My Plugin Name.zip"
  4. Start Calibre and go to Preferences->Toolbar if you want to add it to a toolbar or menu for the first time.
Attached Files
File Type: zip FanFicFare.zip (1.84 MB, 283 views)

Last edited by JimmXinu; Yesterday at 01:26 PM. Reason: Update test version
JimmXinu is offline   Reply With Quote