View Single Post
Old 05-13-2016, 11:51 AM   #4
pipcat
Connoisseur
pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.
 
Posts: 65
Karma: 200153
Join Date: Apr 2016
Device: Kobo Glo Hd
Quote:
Originally Posted by davidfor View Post
What's the problem? The KoboTouch driver shouldn't generate a path longer 185 characters long. That takes into account everything in the plus the length needed for the images. If the problem is the that the books with multiple authors don't match with the calibre library when you next connect, that's a problem with how the authors are stored in the book and the database
Yes, the problem if books doesn't match it's because authors are different, but there is also another problem with long filenames. This is an example:

Bookname: Historias de developers (Spanish Edition)
Authors: Alberto de Vega Luna & Rafael de las Heras del Dedo & Josep Lluis Jiménez Castelltort & Diego González Martínez & Rafael Pellón Gómez-Calcerrada & Jesús Gumiel Ramírez & Jesús Manuel González Espinilla & Cristina Santa Cecilia & Salvador de la Puente González

With this template "calibre/{author_sort}/{title}" I get:
First folder: ce
Second folder: Alberto de Vega Luna & Rafael de las Heras del Dedo & Josep Lluis spinilla & Cristina Santa Cecilia & Salvador de la Puente Gonzalez
Filename: Historias h Edition).epub

With this template "calibre/{author_sort:.50}/{title:.100}" I get:
First folder: calibre
Second folder: Alberto de Vega Luna & Rafael de las Heras del Ded
Filename: Historias de developers (Spanish Edition).epub

So the first template break my main folder "calibre" and creates a folder "ce" in the root of the device. Ok, book is found and can be read, but I dislike it is created in a folder different than what I want!

Thx for your suggestions ;-)
pipcat is offline   Reply With Quote