View Single Post
Old 08-24-2011, 09:51 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,123
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 donnelyn View Post
Hi,

I am trying to import magazines into calibre and I want to have the Year imported into Series and Month (in numerical form) into Series Index.

The filenames are in the form of
Analog Science Fiction and Fact, 2008-03, March 2008.mobi
Analog Science Fiction and Fact, 2008-01, January-February 2008.mobi

but I could rename them to the following form if that's easier

Analog Science Fiction and Fact - 2008-03 - March 2008.mobi

I was using the following regexp
(?P<title>.+) ?\s*(?P<series>[0-9][^_-]+) -?\s*(?P<series_index>[0-9]*)\s*-\s*

and test filename Analog Science Fiction and Fact - 2008-03 - March 2008.mobi

But it includes the year as part of the title and puts the number of the month into the series instead of the series index.

Can any kind soul offer me some help please
You do need to include the Month AND year as the title to avoid the Duplicate Title issue.
I also created series hierarchy to sort in order
Attached Thumbnails
Click image for larger version

Name:	Analog_series2.jpg
Views:	435
Size:	260.8 KB
ID:	89986  

Last edited by theducks; 07-31-2012 at 09:57 AM. Reason: updated Image
theducks is offline   Reply With Quote