Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 11-28-2010, 08:20 AM   #1
kiwidude
calibre/Sigil Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,600
Karma: 2092290
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Custom GUI plugins for Calibre here...

This thread is now closed and deprecated due to the creation of a plugins subforum. Each plugin now has it's own thread. You may find all plugins at the new Index of plugins sticky thread and installation instructions on the Introduction to plugins sticky thread.

This thread has been created for the “tinkerers” like me out there who have new features they would like to see appear in the Calibre context menus or toolbar. Traditionally new UI features could only be added by directly modifying the source and waiting for a patch to be accepted into a new version of Calibre. However as of Calibre 0.7.32 it is possible to create such new features as “interface plugins” in a zip file that users can download and install for themselves. I’ve written a couple that others may find useful and perhaps others out there have implementations or ideas for more they can add to this thread.

What is a Calibre UI plugin?
A plugin consists of a *plugin.zip file containing Python code that can be installed by the calibre UI to extend its functionality. Information on writing plugins for Calibre can be found in the user manual at this link. A "Hello World" example can be found on this post. In addition you could look at the code within the following example plugins.

How to install a Calibre interface plugin:
  1. Upgrade to the latest Calibre version, or at least to the minimum version of Calibre specified for each plugin.
  2. Download the zip file attachments in this thread attached to posts for the specific plugin(s) you like. Do NOT extract the zip file.
  3. In Calibre choose Preferences->Plugins. Click the “Add new plugin” button to browse to the location of your xxx_plugin.zip file and click Add. The plugin should now appear in the list of “User Interface Action plugins” above. Apply and close.
  4. IMPORTANT: Restart Calibre after installing a GUI plugin.
  5. IMPORTANT: By default a GUI plugin will not appear in any menus or toolbars. To add it to any of these you must go to Preferences->Customise the toolbar. In the dropdown at the top choose where you want the new action, such as “The context menu for the books in the Calibre library”. The new plugin menu option should be in the list of “Available actions” on the left for you to select it. Apply and close.
  6. Your plugin should now be available in the menu/toolbar as appropriate. Further customization options for each plugin are frequently available, at a minimum via the Preferences->Plugin dialog.

What if the plugin doesn't work?
  1. Any questions/issues concerning functionality of these plugins should be kept in this thread, I’m sure Kovid doesn’t want his bug tracker filled with issues concerning code he doesn’t support.
  2. Before you post, *please* double check you have followed *all* the instructions specified above and in the plugin post itself.
  3. If the plug-in is throwing silent errors while loading, you can obtain the error output details by starting Calibre from a command window using "calibre-debug -g" and include the error output with your post.

NOTE: I take no responsibility for the plugins so don't blame me should something go horribly wrong - I'm just sharing what has worked for me with others to use (or not) as they like...

Quick Index to Plugins within this thread:

Last edited by kiwidude; 01-27-2011 at 08:48 PM. Reason: Message about closed thread
kiwidude is offline  
Old 11-28-2010, 08:25 AM   #2
kiwidude
calibre/Sigil Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,600
Karma: 2092290
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Plugin for a “Search the internet” feature.

*** This plugin has now been moved - download from the link below ***
https://www.mobileread.com/forums/showthread.php?t=1187584

This plugin was designed to allow quick navigation from the selected books in the library view in Calibre to a choice of websites in your web browser.

By default websites such as FantasticFiction, Amazon, Google and Wikipedia are assigned, however around 100 more website links are included for you to select from and you can add/remove your own to this list.

I mainly use this plugin to look for better quality metadata than that available from the default Calibre sources, however it is also useful to get detailed reviews, identify missing books in a series, accurate publication dates, find similar authors etc.

Main Features
  • Launch website searches for books matching author, title, isbn or publisher
  • Can assign multiple pages to open at once in a special group
  • Easy to use configuration dialog accessed via r/c menu or Preferences->Plugins
  • Over 100 predefined website urls for you to choose from, plus the ability to add your own.
  • Menu is fully customisable to change ordering, add submenus, keyboard shortcuts and images
  • Import and export capability for backup or sharing with other users
  • Help file web page available from the configuration dialog

Special Notes:
  • Requires Calibre 0.7.42 or later.

Installation Steps:
  1. Download the attached zip file and install the plugin/restart Calibre/add to context menu as described in the first post of this thread.
  2. A menu such as in the first screenshot attached to this post should appear. If you desire no changes to the list of websites you need do nothing further.
  3. If you want to add further websites, keyboard shortcuts, reorder/remove from this list, change menu names etc then this is possible by clicking on "Customize plugin" in the context menu. This is also available via the Preferences->Plugins dialog once you select it within the list.
Original tracker ticket 7502
Original forum discussion thread here
Attached Thumbnails
Click image for larger version

Name:	Screenshot_1_DefaultMenu.png
Views:	1301
Size:	33.6 KB
ID:	65402   Click image for larger version

Name:	Screenshot_2_ComplexMenu.png
Views:	1235
Size:	56.7 KB
ID:	65408   Click image for larger version

Name:	Screenshot_3_Configuration.png
Views:	1244
Size:	127.2 KB
ID:	65409   Click image for larger version

Name:	Screenshot_4_Add_Image.png
Views:	1116
Size:	25.4 KB
ID:	65410  

Last edited by kiwidude; 01-28-2011 at 08:59 PM. Reason: Moved to separate thread
kiwidude is offline  
Advert
Old 11-28-2010, 08:29 AM   #3
kiwidude
calibre/Sigil Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,600
Karma: 2092290
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Plugin for a “Add to user category” feature

*** This plugin has now been deprecated and the replacement "User Category plugin" can be downloaded from the link below ***
https://www.mobileread.com/forums/sho...d.php?t=118934

This plugin offers a quick way to add from the selected books to a specified “user category” via the context menu. A user category (defined using the tag viewer panel on the left of the Calibre display) can contain lists of any combination of authors, tags or series or publishers. For instance you could create a “Favourite Authors” or “Must Read” user category containing not only selected authors but also specified tags or series names etc.

Calibre by default includes a “Manage user categories” button allowing you to create, add and remove the categories and contents. However it can be inconvenient to add items to categories using this dialog particularly with large databases as it has no search capability. This plugin offers a convenient right-click alternative allowing you to add from the books selected in the library view.

Duplicates will not be added to a user category. If the category contents have been changed by your add click action then you should see this reflected in the count and contents of that category in the tag viewer.
In the attached screenshot I have two categories defined: “Fav Authors” and “Processed Auth”. In my case as these are author specific categories I would only use the “Selected authors” sub-menu when adding to them, but the flexibility for combinations exists as you require it.

Special Notes:
  • I have not tested this plugin on anything other than Windows. If someone running Calibre can feedback success or failure on other platforms it would be appreciated by others I am sure.

Installation Steps:
  1. Follow steps as per first post above
  2. NOTE: As the menu of user categories is built at Calibre startup, adding (or removing) new categories using the “Manage user categories” dialog will require a restart of Calibre for them to become available.

Original tracker ticket here
Original forum discussion thread here
Attached Thumbnails
Click image for larger version

Name:	AddToUserCategoryScreenshot.png
Views:	1422
Size:	64.8 KB
ID:	61952  

Last edited by kiwidude; 01-28-2011 at 09:00 PM. Reason: Replaced with User Category plugin
kiwidude is offline  
Old 11-28-2010, 08:48 AM   #4
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
This needs to be a sticky. Also, thanks for the plugins, I'm gonna test the search thing now.
Manichean is offline  
Old 11-28-2010, 09:19 AM   #5
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Installed SearchTheInternet as per instructions. After restarting calibre, it hangs on the splash screen, calibre-debug -g gives the following:
Code:
C:\Windows\System32>calibre-debug -g
Starting up...
Traceback (most recent call last):
  File "site-packages\calibre\gui2\main.py", line 250, in initialize
  File "site-packages\calibre\gui2\main.py", line 231, in initialize_db
  File "site-packages\calibre\gui2\main.py", line 200, in initialize_db_stage2
  File "site-packages\calibre\gui2\main.py", line 151, in start_gui
  File "site-packages\calibre\gui2\ui.py", line 105, in __init__
AttributeError: 'NoneType' object has no attribute 'split'
Removed the plugin manually and was able to restart calibre as normal (although obviously, without the plugin). I'm running 0.7.31 on XP SP3.

Any ideas?
Manichean is offline  
Advert
Old 11-28-2010, 09:46 AM   #6
kiwidude
calibre/Sigil Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,600
Karma: 2092290
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by Manichean View Post
Installed SearchTheInternet as per instructions. After restarting calibre, it hangs on the splash screen, calibre-debug -g gives the following:
Code:
C:\Windows\System32>calibre-debug -g
Starting up...
Traceback (most recent call last):
  File "site-packages\calibre\gui2\main.py", line 250, in initialize
  File "site-packages\calibre\gui2\main.py", line 231, in initialize_db
  File "site-packages\calibre\gui2\main.py", line 200, in initialize_db_stage2
  File "site-packages\calibre\gui2\main.py", line 151, in start_gui
  File "site-packages\calibre\gui2\ui.py", line 105, in __init__
AttributeError: 'NoneType' object has no attribute 'split'
Removed the plugin manually and was able to restart calibre as normal (although obviously, without the plugin). I'm running 0.7.31 on XP SP3.

Any ideas?
Sorry about that, new version uploaded now. When I had this as a source code patch I had additional code in the default tweaks file. When you create standalone plugins that isn't possible so you have to add a dictionary key check before you lookup a tweak for first-time users who have not set the tweak. Apologies for the hassle - tested and working now.
kiwidude is offline  
Old 11-28-2010, 10:08 AM   #7
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Nope, that didn't fix it. If it helps, I get the same error regardless of whether the tweak is set or not.

Edit: Oh, and no apologies necessary, that's the nature of the beast when running open source software.

Last edited by Manichean; 11-28-2010 at 10:15 AM.
Manichean is offline  
Old 11-28-2010, 10:27 AM   #8
kiwidude
calibre/Sigil Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,600
Karma: 2092290
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by Manichean View Post
Nope, that didn't fix it. If it helps, I get the same error regardless of whether the tweak is set or not.
Hmmmm that sucks. Can you open the plugin zip file in your Calibre roaming folder (get to it via Preferences->Advanced->Miscellaneous->open calibre configuration directory, then in the plugins subfolder). Check that it really does have the latest code in there with these two lines at line 44:
Code:
                search_internet_menus = None
                if tweaks.has_key('stip_search_internet_menus'):
kiwidude is offline  
Old 11-28-2010, 10:36 AM   #9
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,771
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@Manichean: You have to run from up to date source (or wait for 0.7.32) to be able to use the plugins.
kovidgoyal is offline  
Old 11-28-2010, 10:40 AM   #10
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Oh, I thought that was an addition to 0.7.31. I admit I didn't check the changelogs. I'm going to be ashamed in that corner over there for a while, if you all don't mind
Manichean is offline  
Old 11-28-2010, 10:44 AM   #11
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,864
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Nexus 7
Quote:
Originally Posted by Manichean View Post
Oh, I thought that was an addition to 0.7.31. I admit I didn't check the changelogs. I'm going to be ashamed in that corner over there for a while, if you all don't mind
You were just following step 1 above.

@kiwidude - I see you added Plugins in this thread will not work until the calibre 0.7.32 release to the first post. This is good but there are a few other places above where you should change 0.7.31 to 0.7.32 also
DoctorOhh is offline  
Old 11-28-2010, 10:45 AM   #12
kiwidude
calibre/Sigil Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,600
Karma: 2092290
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by Manichean View Post
Oh, I thought that was an addition to 0.7.31. I admit I didn't check the changelogs. I'm going to be ashamed in that corner over there for a while, if you all don't mind
Not your fault dude, it was me getting the versions wrong, so used to running from source. I will make sure all those 0.7.31 references get changed in the first post, I see Koval changed a couple and made this sticky, thanks for that.
kiwidude is offline  
Old 11-28-2010, 11:48 AM   #13
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,171
Karma: 16228536
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
@kiwidude,
Is the 'no-bookmarks in EPUB' you were talking about yesterday possible/available as a plugin?

Edit: I wouldn't want to run from source.

Last edited by jackie_w; 11-28-2010 at 11:49 AM. Reason: clarify
jackie_w is offline  
Old 11-28-2010, 01:56 PM   #14
kiwidude
calibre/Sigil Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,600
Karma: 2092290
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by jackie_w View Post
@kiwidude,
Is the 'no-bookmarks in EPUB' you were talking about yesterday possible/available as a plugin?

Edit: I wouldn't want to run from source.
Unfortunately not Jackie. It required a change to existing code rather than adding new functionality. You will have to petition Kovid to include the patch in a release
kiwidude is offline  
Old 11-28-2010, 02:11 PM   #15
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,171
Karma: 16228536
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
but thanks for replying.

Well done for adding new functionality.
jackie_w is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom external commands in the GUI janvanmaar Calibre 18 11-28-2010 10:35 AM
Calibre GUI behavior between machines phenomshel Calibre 2 08-21-2010 06:28 PM
Calibre 0.6.10 GUI crashes on startup Wagenius Calibre 1 09-03-2009 01:53 AM
--breadth-first option in calibre GUI osmo79 Calibre 1 05-30-2009 11:45 AM
Calibre GUI crash on convert aapezzuto Calibre 1 08-02-2008 06:39 PM


All times are GMT -4. The time now is 04:57 AM.


MobileRead.com is a privately owned, operated and funded community.