View Single Post
Old 02-02-2018, 09:16 AM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,585
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No filenames cannot be 260 characters, the total path length (of which the filename is only a part) can be 260 characters. And use cases like yours are the whole reason people use databases rather than the filesystem to store data. Finally if you want to have all books in a series in one folder use a template of

{series}/{title}
kovidgoyal is offline   Reply With Quote