Quote:
Originally Posted by martienne
I have a rather large memory card in my reader and I prefer to save the books to this instead of in the device's memory. On this card, I have several folders. I want to customise the "Send to" function to send to specific folders.
Looking at that setting it is not clear to me what I need to do.. Would it be possible to get some advice?
|
The template can use any of the listed (on the form) field values individually or compounded as folder names or Filenames.
You can also include Literals. Example :
Code:
{series[0]}-series/{series}/{series_index:0>2s} {title}_{authors}
To avoid folder congestion

The {series[0]} takes the first letter of the Series name and add the Orange Literal, results in: A-series folder
Now I put the full series name as folder into the previous folder
Then I use the Index value in front of the title (so the filename sorts in proper series index order. I toss in Author just FYI
Not Author must be last as a series may have DIFFERENT authors and we want RELEASE ORDER