View Single Post
Old 09-26-2016, 07:36 PM   #10
filipbg
Junior Member
filipbg began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2015
Device: Kindle paperwhite
Quote:
Originally Posted by eschwartz View Post
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?
filipbg is offline   Reply With Quote