Quote:
Originally Posted by eschwartz
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, '&')
)
)
|
Can anyone provide some guidance here, If I don't understand this post and want to rename files on my Kndle?