09-17-2023, 03:46 PM | #61 | |
Leftutti
Posts: 490
Karma: 1153449
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
|
Thank you so much again, @obc!
Quote:
|
|
09-17-2023, 07:59 PM | #62 | |
Custom User Title
Posts: 9,547
Karma: 64960981
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Quote:
Last edited by ownedbycats; 09-17-2023 at 08:02 PM. |
|
Advert | |
|
09-17-2023, 11:41 PM | #63 | |
Leftutti
Posts: 490
Karma: 1153449
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
|
Quote:
|
|
09-23-2023, 09:36 AM | #64 |
Zealot
Posts: 121
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Is it possible to partition a category (that is a column built from other columns formatted into a date) in the tag browser by year then by month then by day?
|
09-23-2023, 09:41 AM | #65 | |
Grand Sorcerer
Posts: 12,029
Karma: 7257323
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
|
|
Advert | |
|
09-23-2023, 11:07 AM | #66 | |
Zealot
Posts: 121
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Quote:
|
|
09-25-2023, 01:28 PM | #67 |
Connoisseur
Posts: 60
Karma: 10
Join Date: Apr 2019
Device: none
|
Is it possible to set different default values for the same custom column in different libraries?
|
09-25-2023, 01:40 PM | #68 |
want to learn what I want
Posts: 1,260
Karma: 6426810
Join Date: Sep 2020
Device: Calibre E-book viewer
|
I haven't tested different default values in different libraries neither with built-in Calibre settings nor with Job Spy "Apply default values" feature, but I'd guess this is possible...
|
09-25-2023, 02:24 PM | #69 |
Grand Sorcerer
Posts: 12,029
Karma: 7257323
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
|
09-25-2023, 04:56 PM | #70 |
Connoisseur
Posts: 60
Karma: 10
Join Date: Apr 2019
Device: none
|
|
10-01-2023, 11:50 AM | #71 |
Leftutti
Posts: 490
Karma: 1153449
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
|
Calibre tweaks
Could someone please help me here. I would like to split the authors also at ";". Code:
'(?i),?\\s+(and|with|und|mit|•|;)\\s+' |
10-01-2023, 12:52 PM | #72 | |
Grand Sorcerer
Posts: 12,029
Karma: 7257323
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
Try this: Code:
authors_split_regex = '(?i),?(\\s+(and|with|und|mit|)\\s+|(;|•))' |
|
10-01-2023, 01:05 PM | #73 | |
Leftutti
Posts: 490
Karma: 1153449
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
|
Quote:
|
|
10-11-2023, 07:55 AM | #74 |
Custom User Title
Posts: 9,547
Karma: 64960981
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Question: In #admintags, I have several readinggoal:xxxx entries (where xx is the year). How would I search for books that contain at least two of these?
|
10-11-2023, 09:10 AM | #75 | |
Grand Sorcerer
Posts: 12,029
Karma: 7257323
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
Examples: Code:
program: list_count(list_re($#mytextmult, ',', 'aaa:', ''), ',') > 1 Code:
python: def evaluate(book, context): lst = list(i for i in book.get('#mytextmult', '') if i.startswith('aaa:')) return '1' if len(lst) > 1 else '' |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Templates: various questions not worth their own thread | ownedbycats | Library Management | 761 | 11-07-2024 03:52 PM |
Forma Questions about quick management of Collections. | droopy | Kobo Reader | 5 | 10-11-2019 12:34 AM |
2 questions; library management & calibre version | Blue2u | Library Management | 4 | 04-15-2018 08:53 PM |
eBook/Comic/Manga Library Management Workflow: How do you manage your library? | Inukami | Library Management | 16 | 08-02-2017 01:24 PM |
Thread management questions | meme | Feedback | 6 | 01-31-2011 06:07 PM |