![]() |
#1 |
Member
![]() Posts: 14
Karma: 10
Join Date: Mar 2009
Device: eBookwise
|
Format of Series index when sending to device
I am stumped on how to get Calibre working for me in the manner I need
![]() What I need to do is convert currently owned ebooks into ePub format for my new iPad. Ii'm using the iBooks reader. Since calibre is recommended by iPad reviewers, I'm attempting to use that. I store my ebooks in folders named with the author name. Inside, the book files themselves are <series name/number> - <title> . There is no author name on the actual file. I have been able to get Calibre to import the books and pick up the series name and number (with a few glitches on the series index which I manually edited) by using this expression: Code:
(?P<series>.+?)(?P<series_index>\d+) -(?P<title>[^_]+) However I am unable to convince Calibre to send the books to my iPad using that format. The best I can get is <title> - <author> and on the very far end of the line, <series> . No series index, and I really need that in there to read a series in order. The code as I have it thus far in that is: Code:
{series}{series_index}{title}{authors} ~Yira |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sending books to Sony PRS505 & series | toomuchreading | Calibre | 4 | 06-29-2010 07:04 AM |
Calibre only sending some books to device | raenedaz | Calibre | 25 | 05-17-2010 09:28 PM |
Sending E-Books to Device | Lady Fitzgerald | Calibre | 3 | 05-16-2010 03:43 PM |
default format when sending to device | richreads | Calibre | 5 | 04-05-2010 04:20 PM |
Series index Save to Disk problem | Dopedangel | Calibre | 6 | 08-27-2009 04:54 PM |