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 07-05-2023, 05:48 PM   #16
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,689
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
Quote:
Originally Posted by Quoth View Post
Even if each author used in reality 6 directory entries that's over 10,000 authors.
I doubt I'll be able to read books from 10,000 authors within the span of my entire life, let alone the span of my e-reader's service life.
Aleron Ives is offline   Reply With Quote
Old 07-05-2023, 06:02 PM   #17
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
IMHO, it's better to use something like the following if it can be done. I don't know if it can be automated for author last name.

Books/A-E
Books/E-I
Books/J-N
Books/O-S
Books/T-W
Books/X-Z
JSWolf is offline   Reply With Quote
Advert
Old 07-05-2023, 11:04 PM   #18
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: 46,243
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
It's not the 10,000 author names, it's 10,000 book filenames in the root directory. Since most people include the title and author in that filename, they tend to be longer than would fit in an 8.3 filename. Add in series which seems to be the most popular addition for non-Kobo owners so the filename would become (using a book on one friend's device) "Amaranthe: Machine [03] - The Stars Like Gods - G. S. Jennsen.epub" which would chew up 6 directory entries. One of the other books on their device is an anthology for which they included all the authors in the filename so it clocked in at 214 characters which chewed up 18 directory entries—and that was after calibre truncated the filename. With 8,200 books in the root directory, they ran out of available directory entries. Moving their library into a directory off the root directory, adding the author sort as a subdirectory in the library directory and trimming both the author sort and author to the first name in the list corrected their issue. Basically, change the driver's save template to "Books/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}". We then restored the metadata and bookmarks saved in calibre before the move and they are a happy camper now.

Trying to convince them that they did not need to put the series in the filename since that was how they did it on their old ereader was whole other can of worms. Just send the books, wait for the books to import, reconnect to your computer and let calibre send the metadata for the books.

Last edited by DNSB; 07-05-2023 at 11:07 PM.
DNSB is offline   Reply With Quote
Old 07-06-2023, 12:44 AM   #19
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,478
Karma: 239219543
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by DNSB View Post
It's not the 10,000 author names, it's 10,000 book filenames in the root directory. Since most people include the title and author in that filename, they tend to be longer than would fit in an 8.3 filename. Add in series which seems to be the most popular addition for non-Kobo owners so the filename would become (using a book on one friend's device) "Amaranthe: Machine [03] - The Stars Like Gods - G. S. Jennsen.epub" which would chew up 6 directory entries. One of the other books on their device is an anthology for which they included all the authors in the filename so it clocked in at 214 characters which chewed up 18 directory entries—and that was after calibre truncated the filename. With 8,200 books in the root directory, they ran out of available directory entries. Moving their library into a directory off the root directory, adding the author sort as a subdirectory in the library directory and trimming both the author sort and author to the first name in the list corrected their issue. Basically, change the driver's save template to "Books/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}". We then restored the metadata and bookmarks saved in calibre before the move and they are a happy camper now.

Trying to convince them that they did not need to put the series in the filename since that was how they did it on their old ereader was whole other can of worms. Just send the books, wait for the books to import, reconnect to your computer and let calibre send the metadata for the books.
I only have author folders in my root directory, because that's how Calibre sends them by default. No book titles in the root. As I have no anthologies with multiple authors, I don't expect to get anywhere near the entry limit during the time I use the device.
Sirtel is offline   Reply With Quote
Old 07-06-2023, 03:16 AM   #20
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,689
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
Quote:
Originally Posted by DNSB View Post
Add in series which seems to be the most popular addition for non-Kobo owners so the filename would become (using a book on one friend's device) "Amaranthe: Machine [03] - The Stars Like Gods - G. S. Jennsen.epub" which would chew up 6 directory entries.
Yikes. Those are some unwieldy filenames. I'll stick to one folder per author, so I don't need the author as part of the filename.
Aleron Ives is offline   Reply With Quote
Advert
Old 07-06-2023, 08:04 AM   #21
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,047
Karma: 105092227
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by DNSB View Post
It's not the 10,000 author names, it's 10,000 book filenames in the root directory. Since most people include the title and author in that filename,
Yes, a filename starting with title, appended author per book in the root is going to fail, and no Author directories. That's my point, if you let Calibre use default on Kobo their is no problem. Author, collections, series etc is metadata.
If it's NOT a Kobo, then you maybe want a fancy filename created and absolutely a top level folder (All kindles and Android). I think the Sony ereaders work with sufficient metadata that author folders/directories work.
Of course KOReader currently is a bit awkward with author folders if you want to browse by title. I don't like filemanager type browsers for rereaders. I much prefer the native Sony / Kindle / Kobo eInk metadata based browsing.
Quoth is offline   Reply With Quote
Old 07-06-2023, 02:09 PM   #22
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Is there any way to automatically remove empty author directories using calibre?

That's the problem using author names. Eventually, you'll have a lot of empty directories.
JSWolf is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Could books (in collections) visible only in collections? snowreg Amazon Kindle 9 08-24-2020 09:02 PM
Homescreen - sort books and collections, copy new books lordofazeroth Amazon Kindle 1 07-03-2016 12:23 PM
I see my collections, but books are not there jocampo Amazon Kindle 3 12-24-2014 12:29 PM
PRS-T1 how to add books to collections paulinesmith Sony Reader 19 03-28-2013 08:35 AM
Troubleshooting Books from collections are visible apart from the collections splitloop Amazon Kindle 3 07-08-2012 01:03 PM


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


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