View Single Post
Old 07-08-2011, 10:45 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,141
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by martienne View Post
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
theducks is offline   Reply With Quote