View Single Post
Old 02-05-2022, 01:31 AM   #6
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Irian View Post
Ok, one problem I found with that: Calibre does not recognize the books on the reader that way, so they appear there in the right folder, but Calibre does not show them as "On Device" when syncing... Hm...
Calibre should be matching the books on a Kobo device using the title and authors. There is a problem if there are multiple authors. Kobo only reads the first from the metadata and that breaks the matching. To counter this, I recommend using a metadata plugboard and setting the author using the template:

Code:
program: raw_list('authors', ', ')
That improves the matching for multiple authors to nearly perfect. And it is also the way the device understands authors, so it works better there.
davidfor is offline   Reply With Quote