View Single Post
Old 03-17-2016, 12:28 AM   #6
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Use a filename save template, possibly with a custom column.

I have an "#origfile" custom column that I use for this purpose, containing the original Amazon-blessed filename.
My filename save template (for the KINDLE2 driver) is:
Code:
program:

ifempty(
    field('#origfile'),
    strcat(
        sublist(field('author_sort'), 0, 1, '&'),
        '/',
        field('title'),
        ' - ',
        sublist(field('authors'), 0, 1, '&')
    )
)
eschwartz is offline   Reply With Quote