10-13-2024, 02:15 AM | #1396 | |
Grand Sorcerer
Posts: 12,018
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, 01: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, 05: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, 08:01 PM | #1399 | |
Enthusiast
Posts: 34
Karma: 10
Join Date: Nov 2023
Device: Kindle Oasis
|
Quote:
|
|
10-23-2024, 12:03 AM | #1400 |
Leftutti
Posts: 487
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, 03:38 AM | #1401 |
Wizard
Posts: 1,137
Karma: 1954142
Join Date: Aug 2015
Device: Kindle
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Editor Plugin] Editor Chains | capink | Plugins | 94 | 07-03-2024 07:26 PM |
Action Chains Resources | capink | Plugins | 65 | 07-01-2024 03:12 PM |
[GUI Plugin] Noosfere_util, a companion plugin to noosfere DB | lrpirlet | Plugins | 2 | 08-18-2022 03:15 PM |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 05:25 AM |