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 10-17-2016, 09:34 AM   #1
pokkis
Member
pokkis began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Oct 2014
Device: Glo, Likebook
Book loading fails odd way

I'm loading epub books from Calibre to my Touch.
Some times it fails odd way, when loading book, it loads it fine but removes another book from same author. If i try to load removed book, it loads fine but removes previously loaded book. Looks like system does not like to keep both at same time in Touch.
It happens constantly with certain books.
SW version is latest one for Touch and Calibre.
Any idea what could be issue?
pokkis is offline   Reply With Quote
Old 10-17-2016, 12:32 PM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,806
Karma: 168959602
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by pokkis View Post
I'm loading epub books from Calibre to my Touch.
Some times it fails odd way, when loading book, it loads it fine but removes another book from same author. If i try to load removed book, it loads fine but removes previously loaded book. Looks like system does not like to keep both at same time in Touch.
It happens constantly with certain books.
SW version is latest one for Touch and Calibre.
Any idea what could be issue?
The few times I've seen that issue were once when the metadata was screwed up so the two books had the same title and author sort, the other two times, the database had been corrupted and I used sign-out/sign-in to create a new database. You might want to try modifying the metadata for one of the two books and see if both will load then. The database functions of davidfor's Kobo Utilities included an integrity check for database errors or you can try a newer SQLite utility to check for corruption.

Last edited by DNSB; 10-17-2016 at 12:47 PM. Reason: fat fingers cause typos...
DNSB is offline   Reply With Quote
Advert
Old 10-17-2016, 08:55 PM   #3
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
I think it is more likely you have the save template producing the same file name for multiple books. My guess would be the save template looks something like one of the following:

Code:
{author_sort}/{authors}
{author_sort}/{series} - {authors}
There isn't enough in either of those to uniquely identity a book. The first one means you will only have one book by an author on the device, the second, only one book per series for the author.

My save template is:

Code:
{author_sort}/{title} - {authors}
That is unique enough unless you allow duplicates in your calibre library or have multiple editions or something like that.

The save template is in the configuration of the driver. You can access this through the Plugins section of the preferences, or by right-clicking on the device button when the device is connected.
davidfor is offline   Reply With Quote
Old 10-17-2016, 11:40 PM   #4
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,806
Karma: 168959602
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by davidfor View Post
I think it is more likely you have the save template producing the same file name for multiple books. My guess would be the save template looks something like one of the following:

Code:
{author_sort}/{authors}
{author_sort}/{series} - {authors}
There isn't enough in either of those to uniquely identity a book. The first one means you will only have one book by an author on the device, the second, only one book per series for the author.

My save template is:

Code:
{author_sort}/{title} - {authors}
That is unique enough unless you allow duplicates in your calibre library or have multiple editions or something like that.

The save template is in the configuration of the driver. You can access this through the Plugins section of the preferences, or by right-clicking on the device button when the device is connected.
I thought about that possibility as I made that mistake when I first started using Calibre and modified the save to device template but then my modification would only let me save one book per author(s) while the OP seems to say he can have multiple books by the same author but certain pairs of books will only save one book.

AFAIR, the default Calibre save to device template is:
Code:
{author_sort}/{title}/{title} - {authors}
while my current save to disk template is:
Code:
eLibris/{author_sort}/{title} - {author_sort}
to basically place all sideloaded ebooks into a single directory in the root of the storage.

Last edited by DNSB; 10-17-2016 at 11:46 PM.
DNSB is offline   Reply With Quote
Old 10-19-2016, 03:15 AM   #5
pokkis
Member
pokkis began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Oct 2014
Device: Glo, Likebook
Thanks guys, updating sort to title helped, for some reason i had earlier updated it to pubdate (which was set to year only.
Now it works.
pokkis is offline   Reply With Quote
Advert
Old 10-19-2016, 12:37 PM   #6
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,806
Karma: 168959602
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by pokkis View Post
Thanks guys, updating sort to title helped, for some reason i had earlier updated it to pubdate (which was set to year only.
Now it works.
If two books by the same author(s) has the same pubdate, Calibre would give them the same filename which makes sense of your problem. Nasty little computers doing what we tell them to do instead of what we wanted them to do.
DNSB is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Book loading options mostuff Which one should I buy? 23 06-28-2015 03:50 AM
Problems loading new book digiSara Kobo Reader 4 12-31-2010 09:02 AM
Odd book formats in enTourage eBook store borisb enTourage Archive 1 06-23-2010 04:35 PM
Book Creator - odd error Bilbo1967 Workshop 5 05-16-2009 01:56 PM
Odd Book Titles Cassy Sony Reader 2 04-15-2009 08:54 AM


All times are GMT -4. The time now is 10:26 AM.


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