Quote:
Originally Posted by davidfor
Change the save template in the driver. The default is something like:
Code:
{author_sort}/{title} - {authors}
|
I did already use a modified save driver template in which language is a part:
Code:
{author_sort:list_item(0,&)}/{authors:list_item(0,&)} - {series} {series_index:0>2s} {title:'raw_field('title')'} ({pubdate}) [{languages}]
Quote:
Originally Posted by davidfor
If that happens, you will need to use the match function in the device list.
|
I'm not sure to which function you refer of the driver. (At least I cannot find it

) Can you elaborate?
BRAINWAVE:
I think I grasp the problem:
I have 2 databases, 1 for English books and 1 for German books.
And calibre book IDs are per database unique, I suspect. So in my situation it will never work.
Hmm.