Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 06-09-2025, 02:26 PM   #1
Cyril Gabard
Connoisseur
Cyril Gabard began at the beginning.
 
Posts: 54
Karma: 10
Join Date: Oct 2019
Location: France
Device: Clara HD
[Kobo] Calibre doesn't create subfolders anymore ?

It's not a big deal but i noticed, exploring my Clara in USB, that Calibre doesn't create subfolders anymore on my ereader when i transfer books. And it renames the book file with numbers (for example 3761.kepub.epub). A few months ago, it used to create subfolders and the title of the file was more like : blablabla.kepub.epub (not numbers). I configured the device in Calibre so it creates subfolders...
Cyril Gabard is offline   Reply With Quote
Old 06-09-2025, 02:54 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,515
Karma: 168929301
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Cyril Gabard View Post
It's not a big deal but i noticed, exploring my Clara in USB, that Calibre doesn't create subfolders anymore on my ereader when i transfer books. And it renames the book file with numbers (for example 3761.kepub.epub). A few months ago, it used to create subfolders and the title of the file was more like : blablabla.kepub.epub (not numbers). I configured the device in Calibre so it creates subfolders...
Did you upgrade to Calibre 8+? If so, the update disabled the KoboTouch Extended driver since it's functionality is now part of the stock KoboTouch driver. However, the configuration from the KoboTouch extended driver is not transferred over and you will need to re-do it.

I use the following template in the KoboTouch configuration as the Save template:

Code:
eBooks/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}
Basically, eBooks is in the root of the exposed storage, subdirectories based on the first entry in the author sort list are created and the ebooks are saved with a filename title - author where author is the first entry in the authors list.

I.e. The ebook Goth Drow Unleashed Omnibus by Martha Carr & Michael Anderle would show up in the physical storage as:

eBooks/Carr, Martha/Goth Drow Unleashed Omnibus - Martha Carr.kepub.epub

The reason for truncating the author sort & author entries is simply that the Kobo metadata gets the full information and it shortens the filenames & paths. Especially useful when you get an anthology such as The Big Book of Science Fiction with it's 104 authors and 2 editors.
DNSB is offline   Reply With Quote
Advert
Old 06-09-2025, 04:06 PM   #3
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,474
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
You'd be best (IMHO) to not use variable directories such as author directories. Kobo doesn't use them or care about them. And if you delete eBooks from the Kobo use the Kobo software, you will eventually end up with a lot of empty directories.
JSWolf is offline   Reply With Quote
Old 06-09-2025, 04:15 PM   #4
enuddleyarbl
Guru
enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.
 
enuddleyarbl's Avatar
 
Posts: 772
Karma: 1537886
Join Date: Sep 2013
Device: Kobo Forma
Interesting. I used to have the Kobo Touch Extended plugin for my Kobo Sage. Looking at the file structure on my Sage, it looks the same now (with Calibre handling putting kepubs onto the device) as it did with Kobo Touch Extended. I'm almost positive I didn't change the Save Template for the Sage. It's currently:
Code:
{author_sort}/{title} - {authors}
But, maybe I'm looking in the wrong place. I get to that Save Template by right-clicking on my Kobo Utilities icon, selecting Configure Driver, and it's at the bottom of the File Formats tab.
enuddleyarbl is offline   Reply With Quote
Old 06-09-2025, 04:40 PM   #5
fogice
Addict
fogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Time
 
Posts: 253
Karma: 49504
Join Date: May 2014
Device: Kobo Libra 2
If we're sharing our save templates, I have
Code:
Books/{author_sort[0]}/{authors}/{title} - {authors}
Which give me /Books/M/Christopher Moore/Noir - Christopher Moore.kepub.epub

This sorts the books into 26ish folders based on first initial of last name. Also, since all the M authors are in the same folder now, it's easier to find the author I want with the first name. That won't work for most of you, but it works for my brain.

Keep in mind that if you change your template, you can't easily send a replacement copy to your Kobo and have it overwrite your original. Once I settled on a new template, I made sure that all the progress bookmarks were saved to Calibre, I deleted all the books on the Kobo, and reloaded everything with the new template structure.
fogice is offline   Reply With Quote
Advert
Old 06-09-2025, 07:00 PM   #6
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,384
Karma: 78877538
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
It's important to remember that if you had used (and configured) the native Kobo Touch support prior to installing Kobo Touch Extended, that the upgrade to calibre 8.x would have copied whatever had been configured for the Kobo Touch driver.

So if you had originally configured Kobo Touch to create sub-folders, then installed, configured and used KTE, calibre 8 would have used your original settings from Kobo Touch.
PeterT is offline   Reply With Quote
Old 06-09-2025, 07:56 PM   #7
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,515
Karma: 168929301
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by enuddleyarbl View Post
Interesting. I used to have the Kobo Touch Extended plugin for my Kobo Sage. Looking at the file structure on my Sage, it looks the same now (with Calibre handling putting kepubs onto the device) as it did with Kobo Touch Extended. I'm almost positive I didn't change the Save Template for the Sage. It's currently:
Code:
{author_sort}/{title} - {authors}
But, maybe I'm looking in the wrong place. I get to that Save Template by right-clicking on my Kobo Utilities icon, selecting Configure Driver, and it's at the bottom of the File Formats tab.
That is, I believe, the original default template. I modified it by adding the eBooks directory and forcing the author_sort and authors to use only the first entry. The issue I had with the default template is that the author_sort subdirectories are created in the root of the exposed storage and with some of my anthologies the filename became overly long. Adding a master directory and truncating the author-sort/authors saved me from those issues. Remember the root directory of a FAT32 volume has a maximum of 65535 directory entries and using long file names, you need a directory entry with the short filename plus an entry for every 13 bytes in the long filename so directory entries in the root can get chewed up rapidly.
DNSB is offline   Reply With Quote
Old 06-10-2025, 02:56 PM   #8
Cyril Gabard
Connoisseur
Cyril Gabard began at the beginning.
 
Posts: 54
Karma: 10
Join Date: Oct 2019
Location: France
Device: Clara HD
Thank you all guys. Not only it came back using {author_sort}/{title} - {authors} but also i think i understood your explanations !
Cyril Gabard is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo Sage doesn't sync progress to server anymore kalzi KOReader 0 07-11-2024 11:30 PM
Kobo Sage doesn't sync progress to server anymore kalzi Kobo Reader 2 07-11-2024 11:28 PM
Kobo Aura One: Poweroff doesn't work properly anymore Octane KOReader 1 11-13-2022 01:43 PM
Calibre doesn't see my Kobo Clara HD ereader anymore BartM Devices 7 03-09-2021 07:55 PM
KOreader on Kobo Touch doesn't open an epub anymore... sbaguz KOReader 8 04-08-2017 01:53 PM


All times are GMT -4. The time now is 03:19 PM.


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