Template issue
I've tried both of these templates for sending books to devices:
{author_sort:.1}/{author_sort}/{series}{series_index:0>5.2f| - | - } {title} - {authors:sublist(0, 1, &)} ({id})
{author_sort[0]}/{author_sort}/{series}{series_index:0>5.2f| - | - } {title} - {authors:sublist(0, 1, &)} ({id})
They both work fine in the template tester but when I push them to my tablet via Calibre Companion, instead of the 1 character from the author_sort field being the name of the 1st subdirectory in the path, I end up with "[Invalid column]" being the first subdirectory in the path.
Any ideas from anyone out there? Thank you in advance!!
|