View Single Post
Old 06-07-2011, 05:25 AM   #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,094
Karma: 60358908
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 turb0sun View Post
Hi,

I've been having a problem where I want to send my Calibre ebooks to my device (Droid 2 using Aldiko) sorted by format folder on the device. For example, say I have a book in PDF format that I want to send to the device's folder (F:/eBooks). What I want is when I click "Send to device", it will send it to /eBooks/PDF/ folder, right now it only sends it to /eBooks/import/ but does not sort by a format folder, instead dumping every format (EPUB, MOBI, PDF) into one folder.

The template I'm using under Preferences->Send to device is
Code:
{#formats}/{title} - {authors}
where "formats" should be a custom lookup field.

Any help would be appreciated, thanks.
I suspect your #formats contains more than one format.

You can use 'Literals' in the Template:
Code:
PDF/{title} - {authors}
is valid. Just adjust the template and send a Single format at a time
theducks is offline   Reply With Quote