Thread: Series Sort
View Single Post
Old 06-24-2023, 10:36 AM   #3
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,534
Karma: 169115146
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The only template I use is the save template in the KoboTouch driver to set the filename. If you are using the KoboTouchExtended driver, you will need to enter the same information there. I don't use any templates that modify the title/series/subtitle of the book since my Kobos handle that information.

The template saves the books sent to my Kobos in a directory called Elib and then in subdirectories using the first entry in the author sort with the file named using the title and the first entry in the author list. The first entry just keeps the filename and path length under control.

Code:
Elib/{author_sort:sublist(0,1,&)}/{title} - {authors:sublist(0,1,&)}
For the KoboTouch driver and the edit metadata, I've attached images of what I am using.
Attached Thumbnails
Click image for larger version

Name:	kobo_touch_p01.png
Views:	87
Size:	38.6 KB
ID:	202251   Click image for larger version

Name:	kobo_touch_p03.png
Views:	89
Size:	47.2 KB
ID:	202252   Click image for larger version

Name:	edit_metadata_basic.png
Views:	90
Size:	373.7 KB
ID:	202253   Click image for larger version

Name:	edit_metadata_custom.png
Views:	88
Size:	44.3 KB
ID:	202254  

Last edited by DNSB; 06-24-2023 at 10:41 AM.
DNSB is offline   Reply With Quote