Quote:
Originally Posted by DNSB
I ran into the shortened path issue years back with an anthology that listed 42 authors in the authors list. It made for a rather interesting entry in my library. 
|
I ran into the issue with a fanfic with multiple lengthy author names
resulting in a K:\Fanion\ folder appearing on my device. The entire path, if untruncated, would've been 205 characters. Using sublist shortened it down nicely to 156.
Quote:
Originally Posted by davidfor
For the characters used, calibre will sanitize the path after it has been generated. That replaces replaces accented characters and similar with their equivalents. And replaces other illegal characters with an underscore. And Kobo has a couple of characters that shouldn't be used that are handled as well.
|
It's possible to
bypass the sanitizing of illegal characters like this:
Code:
{#kobopath:re(_,/)}
You'll want to be careful with it; I think the only character that's truly safe is "/" to create subdirs.