Quote:
Originally Posted by martienne
Thank you so much TheDucks!
Am stuck in a hotel room with a headache and nothing to do but try to figure this out... But I just feel stupid when I look in the manual.
I suppose I save the preferences in the "Save Template" field?
I took a look at the Calibre template language and at the moment it feels like most of it is way OTT from what I want to achieve.
All I want to be able to do is to select "Save to Device" and then be able to select from my existing folders on a memory card. I can't figure out how to achieve this.
My memory card shows in Windows explorer as F:
My folders are called:
创创创创创创创创创
Fiction
Non-Fiction
Spr錵
Travel
Manuals
创创创创创创
I just want a convenient way to select a number of ebooks and send to one of the above folders on the memory card.
I.e. Save to device "F:\Fiction"
|
Let us assume that you have a custom column called Genere with one of the values in Green assigned to each book.
Send to Device-Carda takes care of the drive Letter once you configure that to always send to CardA.
Your template:
{#genere}/{title}-{authors} for Title order
or
{#genere}/{author_sort}-{title} for Author Sort order
whatever is in the Genere column becomes the first level folder
Beware that FAT filesystems has limits on how many
files AND folders can be in the root of a drive. Most SD cards <4G are FAT
Don't get crazy with different Generes and you will be OK