02-01-2011, 07:21 PM | #1 |
Chango714
Posts: 8
Karma: 10
Join Date: Dec 2010
Location: in a house on a street
Device: pandigital novel
|
Importing Series information into Calibre
Ok, I have figured out how to pull in the series name from the file name into Calibre. The file name is 'John Sandborn - Prey 1 - Rules Of Prey'. I import this string in (I turned off searching the file for metadata and reversed and added Series. Hence 'Title - Series - Author' becomes 'Author - Series - Title') and it fills the Series box with 'Prey 1' and the Book number stays at 1.00.
There must be a way, other than to add a hypen between the Series - Book Number I.E. 'prey - 1', to pull in the series number. Especially since we can't seem to get librarything to play well with Calibre. Anybody have any ideas? Can we change where Calibre searchs from Librarything to Amazon or some other site? |
02-02-2011, 01:11 AM | #2 | |
US Navy, Retired
Posts: 9,867
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
|
Quote:
Code:
^((?P<author>([^\-_0-9]+)(?=\s*-\s*)(?!\s*-\s*[0-9.]+)|\b))(\s*-\s*)?((?P<series>[^0-9\-]+)(\s*-\s*)?(?P<series_index>[0-9.]+)\s*-\s*)?(?P<title>[^\-_0-9]+) |
|
02-04-2011, 09:05 AM | #3 |
Chango714
Posts: 8
Karma: 10
Join Date: Dec 2010
Location: in a house on a street
Device: pandigital novel
|
Thank you. I'll try this tonite. Appreciate the info. Cheers.
|
Tags |
import books |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
add series information when emailing book | Debby | Calibre | 3 | 01-20-2011 02:27 AM |
Please help with Calibre Series Information | coaver | Calibre | 4 | 01-14-2011 03:01 PM |
Kindle and Calibre user with problem importing large library into Calibre | pleabargain | Calibre | 1 | 12-07-2010 11:19 AM |
Retaining Series Information when Converting? | AFK_Matrix | Calibre | 4 | 02-01-2010 06:21 AM |
Calibre not importing cover | mazzeltjes | Calibre | 5 | 01-23-2009 11:22 PM |