View Single Post
Old 07-19-2009, 06:43 PM   #8
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Have you done much tweaking of metadata? Is the file naming the same in all the books (e.g. Blackmask Lives, author name - title)?

If you still have the original files on your hard drive and you haven't done much in the way of fixing metadata, perhaps you could just re-import your collection and edit the regular expression used by Calibre for metadata detection to account for the extraneous data.

For example change:
Code:
(?P<author>.+) - (?P<title>.+)
to:
Code:
Blackmask Lives, (?P<author>.+) - (?P<title>.+)
ilovejedd is offline   Reply With Quote