In Send to Device, Ectaco Jetbook Lite requires the following format in the filename for anything but TXT files (It doesn't sort by metadata, only the filename by either Author (lastname fistname) or Title:
LN(space, no comma)FN_Title
i.e. Twain Mark_Adventures of Huckleberry Finn
I need to do folders on the device by Genre(3 levels)/[Series if present/]LN(space)FN_Title[(space)(Series_number if present)]
I currently use {#genre:subitems(0,1)||/}{#genre:subitems(1,2)||/}{#genre:subitems(2,3)||/}{series:||/}{author_sort:sublist(0,1, &)}_{title:sublist(0,1,

|| (}{series_index:>4.2f||)}
Everything works plugged into the Jetbook device template BUT the author_sort leaves a comma in the filename which screws up the Jetbook's sort

.
I have no troubles with my other devices, just saving to the Jetbook. I currently use a file-renamer after the save to remove the comma but that's an extra step I'd like to skip.