View Single Post
Old 04-13-2026, 10:03 AM   #3
fogice
Addict
fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!fogice is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 303
Karma: 50000
Join Date: May 2014
Device: Kobo Libra 2
Quote:
Originally Posted by DNSB View Post
That sounds as if your send to device save template is generating identical file names. Can you post it here?

Code:
Ebook/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}
Note that I do not use the series in the template since Kobo ereaders support series out of the box.
Some authors, especially in the LitRPG genre, are lazy about book titles, and just call them Book 1, Book 2, etc. If HalbonPO is giving the books identical titles based on the series name and relying on the Series increment to differentiate them, this could happen.

Either HalbonPO could adjust the book titles to be different, or edit the device save template to include the series number at the end of the saved filename:
Code:
{series_index:0>3s}
fogice is offline   Reply With Quote