Quote:
Originally Posted by rashkae
By default, the Template used by the Kobo device plugin looks like this:
Books/{author_sort}/{title} - {authors}
|
For the record, the default save template is:
Code:
{author_sort}/{title} - {authors}
But, moving the everything one directory down is a good idea. I use:
Code:
{:'current_library_name()'}/{author_sort}/{title} - {authors}