Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 06-14-2021, 04:44 AM   #1
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 913
Karma: 275656
Join Date: Jun 2016
Device: Kobo
Exporting list of authors from KoboReader.sqlite

What's the easiest way to do this? I have ~ 2000 books on my device, would like to get a list of all authors.
Semwize is offline   Reply With Quote
Old 06-14-2021, 05:50 AM   #2
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
Open the database with an SQLite database management tool, and run the following SQL statement:

Code:
SELECT DISTINCT Attribution FROM content
This doesn't split up the multiple authors for book.

Whatever tool you use, should have a way to export the result.
davidfor is offline   Reply With Quote
Advert
Old 06-14-2021, 05:59 AM   #3
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 913
Karma: 275656
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by davidfor View Post
This doesn't split up the multiple authors for book.
Yeah, and it also adds authors that I don't have in the books I put to my device...

Edit:
Found several books with mix up author's first and last name, as well as books with extra spaces in dc:creator.

Thank you, David.

Last edited by Semwize; 06-14-2021 at 06:52 AM.
Semwize is offline   Reply With Quote
Old 06-14-2021, 10:29 AM   #4
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
As well as errors in the names, it will also include recommendations and previews. The query calibre uses is roughly:

Code:
SELECT DISTINCT Attribution 
FROM content  
WHERE BookID IS NULL  
AND IsDownloaded in ('true', 1 )
AND Accessibility IN (-1, 1, 2, 8, 9)
davidfor is offline   Reply With Quote
Old 06-14-2021, 10:57 AM   #5
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 913
Karma: 275656
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by davidfor View Post
Code:
SELECT DISTINCT Attribution 
FROM content  
WHERE BookID IS NULL  
AND IsDownloaded in ('true', 1 )
AND Accessibility IN (-1, 1, 2, 8, 9)
'Rakuten Kobo Inc.' added to the list

I got what wanted - a list of authors, looked in which books had author name errors, and fixed them. Thanks again, for some reason I was looking in the wrong place initially.
Semwize is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura H2O 2 KoboReader.sqlite - Event - Reading Stats Karmylla Kobo Reader 16 05-16-2020 08:51 PM
KoboReader.sqlite: export and reimport annotations or edit gabryele Kobo Reader 1 05-25-2017 12:15 AM
Aura KoboReader.Sqlite help (stats lost) Skyfall Kobo Developer's Corner 6 03-29-2015 05:21 AM
Glo koboreader.sqlite File LaLaLia Kobo Reader 3 10-05-2014 08:05 PM
Koboreader.sqlite gundged maxwelledison Kobo Reader 21 01-12-2011 08:24 AM


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


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