Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 04-08-2022, 04:54 AM   #16
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 LivresInOz View Post
Thanks all.
If I keep it simple by using commas between names, will a search for those names on the Kobo find them?

eg.
John Smith, Don Roberts, Mary McGee
With authors on the device like that a search for any part of any name will find them. In lists, sorting by author will put them under "Smith". In the Author list, there will be an entry for each author. You will see "John Smith", "Don Roberts" and "Mary McGee".
Quote:
The take-home of my msg above was that using an "&" (in author section) is what made the book not show up.

(Well specifically: an '&' before the last name. Havent tried '&' between all names)
Yes and no. As @DNSB stated, the ampersand is used in calibre as the separator between authors. The author names are actually stored separately and the database know which to use and the order. So calibre does not store "John Smith, Don Roberts, Mary McGee", it stores "John Smith", "Don Roberts" and "Mary McGee" in the author table and a reference that "Book X" has those three authors. When the details are displayed, it reconstructs the list of authors. If "Mary McGee" wrote something by separately, you can search for all books in calibre by that author and see both.

The problem comes with how different applications see the author. As stated above, when calibre updates an epub with the authors, it does not do it in a way that Kobo will read it. What is done is correct and follows the specs. What Kobo does is also correct but, takes the simplest path with the specs. Which is why I recommend using the metadata plugboard I posted above. You could use one that put an ampersand between the author names. That would produce "John Smith & Don Roberts & Mary McGee", and it would work on the device. But, the device would treat that as single author, there would be a single entry in the authors list and when sorting by author, the book would be under "McGee". And searching for any part of that would find it.

What you do is up to you. You might prefer the authors displayed with the "&". But, with the commas and plugboard will give the best matching back to calibre when it is getting the list of books from the device.


And for the record, because of "Mary McGee", I have now have Janis Joplin's "Me and Booby McGee" going through my brain. Which is not actually a complaint. But, it might show my age.
davidfor is offline   Reply With Quote
Old 04-08-2022, 09:35 AM   #17
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,470
Karma: 239219543
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
I just have a separate library for the books I send to my Kobos (which is only a tenth or so of my whole library). In my main library authors are separated by &, in the Kobo library by commas. As I do most of the work in the main library and the Kobo library exists only for interacting with my Kobo readers, this solution works perfectly for me.
Sirtel is offline   Reply With Quote
Advert
Old 04-15-2022, 06:18 AM   #18
LivresInOz
LivresInOz
LivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead communityLivresInOz has become a pillar of the MobileRead community
 
LivresInOz's Avatar
 
Posts: 330
Karma: 15958
Join Date: May 2010
Device: Kobo: Forma + Libra|Galaxy: TAB A7 + Note 8 tablet|Boox: Note Air 2
In summary, what would be the simplest way to ensure authors are SEARCHABLE on the Kobo without causing the problem of the book not appearing (as it should) as 'on device' in Calibre

(...which definitely happens if you list authors using the form: "John Lennon, Paul McCartney, George Harrison & Ringo Starr")

I don't care too much whether the author's name is listed on the book, but it might sometimes be useful to have them findable in a search.

Last edited by LivresInOz; 04-15-2022 at 06:20 AM.
LivresInOz is offline   Reply With Quote
Old 04-16-2022, 12:51 AM   #19
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 LivresInOz View Post
In summary, what would be the simplest way to ensure authors are SEARCHABLE on the Kobo without causing the problem of the book not appearing (as it should) as 'on device' in Calibre
Read my first post. That is the answer to both of these issues. Everything else said has been to try and explain to you why it works and possibly why there are exceptions.

But I will repeat it.

Enter the authors in calibre in the way it supports them best: "John Lennon & Paul McCartney & George Harrison & Ringo Starr"

Create a metadata plugboard for sending books to the Kobo device that sets the author to the template:

Code:
program: raw_list('authors', ', ')
Send some books. The author will appear on the devices as "John Lennon, Paul McCartney, George Harrison, Ringo Starr" (though it might be truncated in the book lists). A search for any part of that should find the books.

It will probably match back to calibre when the device is connected. The matching is not perfect of a number of reasons and multiple authors can be the problem.

This works. I wouldn't suggest it if it didn't. A lot of people are doing this and have reported that it works. If it doesn't work for you then, we would need to do some debugging for why.
davidfor is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Copy to clipboard" does not work reliably in the browser viewer georgehuang Viewer 6 05-02-2021 10:48 PM
In Docx to ePub Conversion window, wanna add Kobo Forma in the "Output Profile" list droopy Conversion 3 04-08-2020 05:37 PM
"Error communicating with device" and/or books sent to Kindle did not show up catkin Devices 3 11-17-2019 09:30 PM
Closest output profile to Kobo Forma in "Convert Book" dialog is "Kobo Reader" but.. droopy Devices 6 10-13-2019 10:52 PM


All times are GMT -4. The time now is 04:12 PM.


MobileRead.com is a privately owned, operated and funded community.