|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Dec 2017
Device: none
|
How to manage two Kobos with different collection structure in one Calibre library
I maintain two Kobo's with very different organisation of collections. I manage all books with their collections on my Windows 11 laptop with Calibre (Portable 8.5), and I have two libraries, one for each Kobo. I sideload all books. Many books occur in both libraries. I could create a library with two collection columns, but then I would have to switch the collection column in the KoboTouch plugin all the time. That is something I would often forget to do with my aged brain, creating chaos, as I've noticed that Calibre updates the collection of ALL books on the Kobo and not just of the ones I add or update. Is there a better solution?
|
|
|
|
|
|
#2 |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 194
Karma: 727278
Join Date: Dec 2022
Location: Not in an English speaking country
Device: (Too many) Kobo(s)
|
Collection template in the driver configuration should solve your issue.
You can use your Kobos' Serial Number to identify which collections you want to sync with which Kobo. Something like this: Code:
program: if serial_number == 'put here the first Serial Number' then add here your collections fi; if serial_number == 'put here the other Serial Number' then add here your other collections fi; |
|
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Dec 2017
Device: none
|
thank you
Thank you, Lys. I have found the post by Chaley. I have a feeling that this the way to go. But first I must learn to understand the necessary parts of the Calibre template and/or the Python language, and set up a test environment where I can safely experiment. I have programming experience, but not in these languages.
|
|
|
|
![]() |
| Tags |
| calibre, collection, kobo, library |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can you manage one library from more than one Calibre installation? | bookandtea | Library Management | 11 | 02-25-2023 01:07 AM |
| How to manage structure detection question | LadyKate | Conversion | 2 | 10-19-2016 03:02 PM |
| how to manage iBooks collection in Calibre | afrikapit | Library Management | 1 | 04-15-2016 12:48 PM |
| can I manage my kobo collection with calibre? | hunkle | Devices | 2 | 10-23-2015 06:49 PM |
| [old thread] filename and library structure /author and titel structure | tscamera | Library Management | 4 | 05-31-2011 05:44 PM |