05-09-2024, 08:56 PM | #61 |
Custom User Title
Posts: 9,869
Karma: 68367739
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Convert public-domain identifiers
Here is a chain that uses templates to convert url/uri identifiers from three public-domain book websites (Project Gutenberg, Standard Ebooks, and Global Grey) to site-specific ones. Mostly because it looks nicer in book details.
Before installing this, go to Preferences > Look & Feel > Book Details > Create rules to convert identifiers into link. Then add these three rules: Project Gutenberg Key: gutenberg Template: https://www.gutenberg.org/ebooks/{id} Standard Ebooks Key: standard Template: https://standardebooks.org/ebooks/{id} Global Grey Key: gg Template: https://www.globalgreyebooks.com/{id}-ebook.html Note that it uses the publisher field to identify whether to convert the IDs. Last edited by ownedbycats; 05-18-2024 at 08:44 PM. |
05-12-2024, 01:53 AM | #62 | |
want to learn what I want
Posts: 1,431
Karma: 6874872
Join Date: Sep 2020
Device: none
|
Quote:
|
|
Advert | |
|
05-17-2024, 01:54 AM | #63 |
Custom User Title
Posts: 9,869
Karma: 68367739
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
[FanFicFare] Copy StoryURL to personal.ini
For FanFicFare users, this chain I made to easily add a new StoryURL section. First it copies this to clipboard:
Code:
## Test Author - Test Title [https://www.fanfiction.net/s/123456/1/] Then it opens personal.ini to paste it in. Last edited by ownedbycats; 05-18-2024 at 08:43 PM. |
06-30-2024, 04:43 PM | #64 |
Member
Posts: 10
Karma: 10
Join Date: Jun 2024
Device: Koba Aura
|
FanFicFare module
This module was not created by me but by the creator of FanFicFare. Just wanted to share it
https://www.mobileread.com/forums/sh...postcount=9637 The FFF plugin has a signal it will emit after the "proceed with updating your library" dialog. Code:
from calibre_plugins.action_chains.events import ChainEvent class SearchChanged(ChainEvent): # replace with the name of your event name = 'FFF done' def get_event_signal(self): return self.gui.iactions['FanFicFare'].download_finished_signal |
07-01-2024, 12:31 PM | #65 | |
Wizard
Posts: 1,145
Karma: 1954142
Join Date: Aug 2015
Device: Kindle
|
Quote:
|
|
Advert | |
|
07-01-2024, 04:12 PM | #66 | |
Member
Posts: 10
Karma: 10
Join Date: Jun 2024
Device: Koba Aura
|
Quote:
I asked JimmXinu to add such a file to his plugin for future updates |
|
11-10-2024, 08:13 PM | #67 | |
Connoisseur
Posts: 51
Karma: 10
Join Date: Nov 2023
Device: Kindle Oasis
|
Quote:
|
|
01-20-2025, 11:45 AM | #68 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jan 2025
Device: kindle paperwhite
|
Hi, for the event 'Books Added' still works in the latest version of calibre? I get this error:
Code:
calibre, version 7.24.0 ERROR: Unhandled exception: <b>KeyError</b>:'select_books' calibre 7.24 embedded-python: True Linux-4.4.302+-x86_64-with-glibc2.39 Linux ('64bit', 'ELF') ('Linux', '4.4.302+', '#72806 SMP Thu Sep 5 13:45:50 CST 2024') Python 3.11.5 Interface language: None EXE path: /opt/calibre/bin/calibre Successfully initialized third party plugins: DeACSM (0, 0, 16) && Gather KFX-ZIP (from KFX Input) (2, 19, 0) && DeDRM (10, 0, 9) && Package KFX (from KFX Input) (2, 19, 0) && Action Chains (1, 20, 8) && Count Pages (1, 13, 6) && Embed Comic Metadata (1, 6, 6) && Find Duplicates (1, 10, 9) && KFX metadata reader (from KFX Input) (2, 19, 0) && From KFX (2, 19, 0) && KFX Input (2, 19, 0) && Set KFX metadata (from KFX Output) (2, 13, 0) && KFX Output (2, 13, 0) && Obok DeDRM (10, 0, 9) Traceback (most recent call last): File "calibre_plugins.action_chains.gui.events_dialogs", line 280, in _on_event_opts_button_clicked d.load_settings(self.event_opts) File "calibre_plugins.action_chains.gui.events_dialogs", line 127, in load_settings self.widget.load_settings(settings) File "Books Added", line 48, in load_settings KeyError: 'select_books' Last edited by webysther; 01-20-2025 at 11:48 AM. |
01-20-2025, 02:06 PM | #69 | |
Wizard
Posts: 1,145
Karma: 1954142
Join Date: Aug 2015
Device: Kindle
|
Quote:
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Action Chains | capink | Plugins | 1418 | 01-21-2025 04:03 PM |
Book Scanning tool chains | tomsem | Workshop | 17 | 12-03-2023 10:19 AM |
Mystery and Crime Thorne, Guy: Chance in Chains (1914); v1 | Pulpmeister | Kindle Books | 0 | 11-25-2018 10:09 PM |
Mystery and Crime Thorne, Guy: Chance in Chains (1914); v1 | Pulpmeister | ePub Books | 0 | 11-25-2018 10:08 PM |
Could this be the last year for the big chains? | Connallmac | News | 66 | 01-07-2011 05:11 PM |