05-09-2024, 07:56 PM | #61 |
Custom User Title
Posts: 9,498
Karma: 64500003
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 07:44 PM. |
05-12-2024, 12:53 AM | #62 | |
want to learn what I want
Posts: 1,244
Karma: 6426810
Join Date: Sep 2020
Device: Calibre E-book viewer
|
Quote:
|
|
05-17-2024, 12:54 AM | #63 |
Custom User Title
Posts: 9,498
Karma: 64500003
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 07:43 PM. |
06-30-2024, 03:43 PM | #64 |
Junior Member
Posts: 7
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, 11:31 AM | #65 | |
Wizard
Posts: 1,137
Karma: 1954142
Join Date: Aug 2015
Device: Kindle
|
Quote:
|
|
07-01-2024, 03:12 PM | #66 | |
Junior Member
Posts: 7
Karma: 10
Join Date: Jun 2024
Device: Koba Aura
|
Quote:
I asked JimmXinu to add such a file to his plugin for future updates |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Action Chains | capink | Plugins | 1400 | 10-23-2024 03:38 AM |
Book Scanning tool chains | tomsem | Workshop | 17 | 12-03-2023 09:19 AM |
Mystery and Crime Thorne, Guy: Chance in Chains (1914); v1 | Pulpmeister | Kindle Books | 0 | 11-25-2018 09:09 PM |
Mystery and Crime Thorne, Guy: Chance in Chains (1914); v1 | Pulpmeister | ePub Books | 0 | 11-25-2018 09:08 PM |
Could this be the last year for the big chains? | Connallmac | News | 66 | 01-07-2011 04:11 PM |