Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 09-06-2025, 08:21 PM   #76
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,662
Karma: 7908443
Join Date: Sep 2020
Device: none
BR, I made an adjustment to the Version History, please see if it is correct?
Comfy.n is offline   Reply With Quote
Old 09-06-2025, 08:25 PM   #77
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
That's better - now the same as all the others plugins.
BetterRed is offline   Reply With Quote
Advert
Old 09-06-2025, 08:29 PM   #78
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,662
Karma: 7908443
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by BetterRed View Post
If I double click the icon I see the relevant MR or Donate page - in the wrong browser, I have the "openers_by_scheme" tweak set to use Edge which works everywhere else in calibre, e.g. links to Goodreads, Publisher sites etc.
BR
I will see if it is possible to grab the value of the tweak and make open url action respect that.

I've noted the other issues; will see if i can provide new version soon
Comfy.n is offline   Reply With Quote
Old 09-06-2025, 08:48 PM   #79
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Comfy.n View Post
I will see if it is possible to grab the value of the tweak and make open url action respect that.
I'm surprised you even have to know about the Tweak.

When I set it up (IIRC it was provided at my request) links in existing plugins from Kiwidude and Dalton ST just started using it without any intervention on their part… i.e. it's part of the calibre furniture.

Click image for larger version

Name:	Screenshot 2025-09-07 104208.jpg
Views:	19
Size:	348.7 KB
ID:	217944

Quote:
Originally Posted by Comfy.n View Post
I've noted the other issues; will see if i can provide new version soon
No rush - if I were you I'd focus on the cause of the shortcut mis-categorisation.

BR

Last edited by BetterRed; 09-06-2025 at 08:59 PM.
BetterRed is offline   Reply With Quote
Old Yesterday, 03:14 AM   #80
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,662
Karma: 7908443
Join Date: Sep 2020
Device: none
Version 2.0.6

- fixed shortcuts filtering for built-in features/ user plugins

- open url now respects Calibre's openers_by_scheme tweak

- added optional Plugin Info box below plugins table

Quote:
Originally Posted by BetterRed View Post

Apart from personal plugins, when is plugin Category and plugin Type not the same thing. What is plugin Install Type, mine are all 1… most were installed via the Updater, but two are personal and installed from file.

BR
hmm, good catch about category vs type. Will need to take a second look at this. I was sure there was a difference but now that you bring the question...

the install type is 1 for external; from calibre source:
EXTERNAL = 1
SYSTEM = 2
BUILTIN = 3

If I recall correctly there was a different classification to distinguish sideloaded plugins and the ones installed directly via plugin updater. Now I can't remember.

edit to add: BR, I was fixing the shortcuts dropdown chooser not showing correctly the built-in features vs user plugins... and I ended up forgetting to look into the Tag Browser group being classified as Miscellaneous. This is now in my todo list for next version.

^

Fixed in version 2.0.7

Last edited by Comfy.n; Yesterday at 06:17 AM.
Comfy.n is offline   Reply With Quote
Advert
Old Yesterday, 11:14 AM   #81
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Shortcuts makes more sense now.

After changing an unwanted QV shortcut to None, I used Refresh and noticed all the Main Window Layout shortcuts had changed None Quit CCR tested the shortcuts (phew still work), restarted CCR and they were there.

I've spotted an anomaly with the shortcut for Scroll Book Details. I think it may be the same glitch as to why CCR isn't showing None as the default. If you can do a version with a Shortcut (e.g Shift+Alt+C) and attach it to a reply here I'll confirm whether it's the same glitch, then whatever solution Bradles comes up with for SBD should work for you (SBD is tiny 100 lines of code, 50% comments)


I think I can see maybe what was intended with plugin Category (IMO "Source" would be better name for the column) — Built-in, or Plugin Updater, or Other. If it had that, then maybe there'd be no need for the Install Type column.

The plugin list has a True/False column for Can Disable, but lacks a column for Is Disabled

BR

Last edited by BetterRed; Yesterday at 11:16 AM.
BetterRed is offline   Reply With Quote
Old Yesterday, 05:00 PM   #82
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,662
Karma: 7908443
Join Date: Sep 2020
Device: none
I will keep the Category column and change the values displayed, in order to reproduce the new user-friendly categorization Kovid implemented in Calibre 8.9 - for instance: Type - Edit Book tool; Category - Extend the calibre Editor. I thought I was already doing this but not really. This was meant mainly for use in the dropdown chooser. User may choose to display on the table just one of those columns and keep the sortability of the same values.

I wasn't able to reproduce the Refresh incident you mentioned with changing QV (Quick View) and doing the table refresh.

Regarding the CCR shortcut: what, is it still displaying blank for you? I have tested latest version on several calibre installs and it displays None... What happens if you uninstall CCR, then reinstall the latest version? Please confirm this before I make a temp version with default shortcut assigned for tests. BTW I can't find such 'SBD' shortcut When I filter 'scroll' the only shortcut I see is 'Auto scroll book list'

As for the Is Disabled column: good catch, though I find this being seldom used, as Calibre allows disabling only some plugin types (e.g. metadata sources)
Comfy.n is offline   Reply With Quote
Old Yesterday, 08:38 PM   #83
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Comfy.n View Post
I will keep the Category column and change the values displayed, in order to reproduce the new user-friendly categorization Kovid implemented in Calibre 8.9 - for instance: Type - Edit Book tool; Category - Extend the calibre Editor. I thought I was already doing this but not really. This was meant mainly for use in the dropdown chooser. User may choose to display on the table just one of those columns and keep the sortability of the same values.
No idea what that is. So, I'll come back to you on this.
Aa-ha - now I do, like most so-called 'user friendly' thingamabobs (e.g. dates) I pretend they don't exist.

The CCR Category chooser reflects the sections in the PI Index - I would have labelled this one PI Type.

The PI Updater Category chooser looks like it does the same but uses different words - I would have labelled this one PI Usage.

And I would have another one labelled PI Source - Built-in, Updater, Manual (from file)

One of my biggest gripes with a lot of software is that they often use same word to label different objects, and different words to label the same object. It's not as though English has a shortage of words, Cambridge added 1,200 new ones last week.

Quote:
Originally Posted by Comfy.n View Post
I wasn't able to reproduce the Refresh incident you mentioned with changing QV (Quick View) and doing the table refresh.
Once I saw no harm done, I didn't try to reproduce at the time. I don't think it related to changing a QV shortcut at such

I'll try to reproduce… maybe in light mode.

I wish I could tweak calibre to use a different border colour for the current widget (i.e. the one with keyboard focus)… like I can Sigil:

Click image for larger version

Name:	Sigil borders.jpg
Views:	10
Size:	156.2 KB
ID:	217969

Quote:
Originally Posted by Comfy.n View Post
Regarding the CCR shortcut: what, is it still displaying blank for you?
Yep.

Quote:
Originally Posted by Comfy.n View Post
I have tested latest version on several calibre installs and it displays None... What happens if you uninstall CCR, then reinstall the latest version?
No worries, I'll install an additional 8.10 portable and add CCR to it and get back to you.

Quote:
Originally Posted by Comfy.n View Post
Please confirm this before I make a temp version with default shortcut assigned for tests.
Scratch that anyway.

I was trying to fashion a list of custom shortcuts. SBD is one of the few default shortcuts I leave be — i.e. I don't set to None or something else — and because it's unusual — Space/Shift Space— in the context of what I was doing it looked weird to me, viz:

Click image for larger version

Name:	Screenshot 2025-09-08 083816.jpg
Views:	9
Size:	344.6 KB
ID:	217966

Could you add Custom Shortcuts to the "Show" choose list - that would include customised to "None".

Quote:
Originally Posted by Comfy.n View Post
BTW I can't find such 'SBD' shortcut When I filter 'scroll' the only shortcut I see is 'Auto scroll book list'
It's a plugin, if it isn't installed you won't see its shortcut.

Quote:
Originally Posted by Comfy.n View Post
As for the Is Disabled column: good catch, though I find this being seldom used, as Calibre allows disabling only some plugin types (e.g. metadata sources)
Being seldom used - by who? There are ~2.7M active calibre users, I've disabled dozens.

BR
BetterRed is offline   Reply With Quote
Old Yesterday, 10:42 PM   #84
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by BetterRed View Post
. . .

No worries, I'll install an additional 8.10 portable and add CCR to it and get back to you.
Still blank

Click image for larger version

Name:	Screenshot 2025-09-08 122222.jpg
Views:	8
Size:	163.4 KB
ID:	217971

Just in case you're wondering

Click image for larger version

Name:	Screenshot 2025-09-08 122435.jpg
Views:	7
Size:	86.2 KB
ID:	217972

And yes, I've tried doing a calibre quit and start.

BR
BetterRed is offline   Reply With Quote
Old Yesterday, 11:01 PM   #85
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,662
Karma: 7908443
Join Date: Sep 2020
Device: none
Thank you for this test. I'm working on a new version and I will try to look more thoroughly into this. The 'customised to none' question is interesting, and I will try to implement it.

Ah, the SBD plugin. I had tested it long ago and found it cool but didn't recall
Comfy.n is offline   Reply With Quote
Old Today, 12:35 AM   #86
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Comfy.n View Post
Thank you for this test. I'm working on a new version and I will try to look more thoroughly into this. The 'customised to none' question is interesting, and I will try to implement it.

Ah, the SBD plugin. I had tested it long ago and found it cool but didn't recall
As I posted earlier, most optional plugins do not have any default shortcuts - I just added Count Pages, it has "None" in Default and in Assigned.

Click image for larger version

Name:	Screenshot 2025-09-08 134215.jpg
Views:	10
Size:	212.6 KB
ID:	217973
  • double clicked CCR Count Pages
  • Shortcut Editor (SE) popped
  • double clicked SE Count Pages
  • I changed it to Custom,
  • entered Alt+C,
  • clicked Done,
  • clicked Apply,
  • clicked Refresh in CCR, list shuffled, but CP still None & None,
  • clicked Refresh again, another but different shuffle, but CP still None & None,
  • clicked Refresh again, another shuffle, but CP still None & None.
  • Quit CCR and started it again
Everything hunky dory, viz

Click image for larger version

Name:	Screenshot 2025-09-08 135310.jpg
Views:	9
Size:	207.3 KB
ID:	217974

Refresh doesn't work. This is what must have been happening yesterday when I changed the QV shortcut and my Layout custom shortcuts 'disappeared".

Notice I wrote "clicked" - that is deliberate. Instead of the keyboard I used the mouse, which for me requires 2 hands and 120% concentration. Why, in case there were any thoughts that I was using the wrong accelerator key (i.e. Reset instead off Refresh) or Tabbing to the wrong button.

BR
BetterRed is offline   Reply With Quote
Old Today, 12:48 AM   #87
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I had an idea for an additional feature - New plugin notifier, would pop a once only notify when a new plugin is added to the plugin index.

BR
BetterRed is offline   Reply With Quote
Old Today, 03:23 AM   #88
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,662
Karma: 7908443
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by BetterRed View Post
I had an idea for an additional feature - New plugin notifier, would pop a once only notify when a new plugin is added to the plugin index.

BR
Great idea, thanks! I think I will be one to use this feature a lot if it can be implemented. I will need some time to release new version, focusing on making current features stable.

I made a quick test on fresh calibre install and, again, couldn't reproduce the Refresh behaviour you experienced.

One thing I noticed is that there needs to be a visual distinction between Default and Assigned. I'll probably make the Assigned column bold formatted.
Comfy.n is offline   Reply With Quote
Old Today, 05:35 AM   #89
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,662
Karma: 7908443
Join Date: Sep 2020
Device: none
I've published version 2.0.8 with some fixes.

- CCR shortcut now shows correctly 'None'
- Improved History tab duplicate detection
- Shortcuts tab: applied bold formatting to Assigned column
Comfy.n is offline   Reply With Quote
Old Today, 07:56 AM   #90
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,858
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Comfy.n View Post
I've published version 2.0.8 with some fixes.

- CCR shortcut now shows correctly 'None'
- Improved History tab duplicate detection
- Shortcuts tab: applied bold formatting to Assigned column
Yay - pesky blank gone

I've not looked at history - all I'm seeing is plugin installs and removes Not seeing changes to shortcuts etc. More to come?

Shortcuts: It would make sense to bold at the cell level i.e Bold Assigned Cell if Assigned Cell ¬= Default Cell. But what's the point of bolding the entire column? The column header doesn't disappear. BTW thanks for implementing column moves - I now have Assigned before Default.

I just looked at Custom columns for the first time. If you read my earlier post you should have seen this one coming.

Why rebrand "Lookup name" and "Column header" to "Label" and "Name".

If you do what you've done for Shortcuts and provide a hook into Add your own columns, the user has to switch to a different nomenclature when they switch back and forth — why? What's the value add?

I like this, be nice to have it in the calibre main window titlebar.

Click image for larger version

Name:	Clipboard_09-08-2025_01.jpg
Views:	10
Size:	18.3 KB
ID:	217985

When I installed 2.08, it didn't ask me to do I restart — it restarted without asking. That's fine when you're only updating CCR, but if it were adopted universally it would be a PITA if one needed to update multiple PI's due a major change in calibre - or Qt IIRC that's why users are offered the choice of Restart Now or . . .

BR
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Calibre RPC trivialize Plugins 10 05-05-2025 08:22 PM
[GUI Plugin] KoboTouch Config Button Comfy.n Plugins 0 04-20-2025 03:22 PM
[GUI Plugin] FicHub 2 Calibre Mikowmer Plugins 12 10-28-2024 03:31 PM
[GUI Plugin] Save Virtual Libraries To Column (GUI) chaley Plugins 14 04-04-2021 05:25 AM
[GUI Plugin] BiB/i EPUB reader plug-in for calibre dcato Plugins 0 11-30-2016 02:56 PM


All times are GMT -4. The time now is 07:45 PM.


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