10-13-2024, 03:15 AM | #1396 | |
Grand Sorcerer
Posts: 12,026
Karma: 7257323
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
The attached chain is another example that uses a different technique. |
|
10-22-2024, 02:18 AM | #1397 |
Enthusiast
Posts: 34
Karma: 10
Join Date: Nov 2023
Device: Kindle Oasis
|
is there a way to add the entire series of the selected book? I'm using 'Reading Goal' and it doesn't have that option
|
10-22-2024, 06:28 PM | #1398 | |
Wizard
Posts: 1,137
Karma: 1954142
Join Date: Aug 2015
Device: Kindle
|
Quote:
If the 'Reading Goal' has no such option, you will have to make the Action Chains select all the books in the series. You can do this by adding the following template to "Search Using Templates" action: Code:
program: initial_ids = from_selection('id'); set_globals(initial_ids=initial_ids); all_series_ids = ''; for book_id in initial_ids: series = book_field(book_id, 'series'); series_ids = from_search('id', 'series:"=' & series & '"'); all_series_ids = list_union(all_series_ids, series_ids, ',') rof; all_series_ids If you want to revert to the original selections after adding all the books in the series, you can use another "Search Using Templates" action with the following template: Code:
program: globals(initial_ids) |
|
10-22-2024, 09:01 PM | #1399 | |
Enthusiast
Posts: 34
Karma: 10
Join Date: Nov 2023
Device: Kindle Oasis
|
Quote:
|
|
10-23-2024, 01:03 AM | #1400 |
Leftutti
Posts: 490
Karma: 1153449
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
|
Why not using the Calibre built-in function similar series?
|
10-23-2024, 04:38 AM | #1401 |
Wizard
Posts: 1,137
Karma: 1954142
Join Date: Aug 2015
Device: Kindle
|
|
Yesterday, 10:33 PM | #1402 |
want to learn what I want
Posts: 1,250
Karma: 6426810
Join Date: Sep 2020
Device: Calibre E-book viewer
|
Not a big issue but I found that some icons in the Chains dialogue can't be themed:
I wanted mainly to theme the 'plus' and 'edit-copy' icons because they look to me a bit faint in dark mode. The other icons, notably the ones called by Qpushbutton, will change in accordance to the theme images. I'm running 7.20.101 with the latest plugin version 1.20.7. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Editor Plugin] Editor Chains | capink | Plugins | 94 | 07-03-2024 08:26 PM |
Action Chains Resources | capink | Plugins | 65 | 07-01-2024 04:12 PM |
[GUI Plugin] Noosfere_util, a companion plugin to noosfere DB | lrpirlet | Plugins | 2 | 08-18-2022 04:15 PM |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 06:25 AM |