View Single Post
Old 08-25-2024, 02:09 PM   #1392
sable
Member
sable began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Aug 2024
Device: kobo clara bw
Quote:
Originally Posted by JSWolf View Post
One issue could be the save template in the Kobo driver.

I have...
Code:
books/{author} - {series} {series_index:0>2s|| - } {title}
If you have it set to use the author name and you change the author name and send the book again, it's going to a different directory. Also, by using the author name , you will eventually end up with a lot of empty directories. That's why I use a single sub-directory called books.

Also, changing any metadata you use in the save template will cause the book to have a different filename and you will end up with multiple copies.
I'm confused, I'm trying to have it replace existing books, which it isn't doing, not put a new copy with a different name on the device. Also, the fanfictions are pretty small (most in my library are less than a MB) so I plan to just keep them on my ereader

Edit: This is the template I'm using:

Code:
{author_sort}/{title} - {authors}
sable is offline   Reply With Quote