Quote:
Originally Posted by Starson17
You have several options:
First, there is manual changing, but that's not viable.
Second, you can rewrite the open code.
Third, you can bulk preprocess your books to rename them to the way that calibre prefers (firstname lastname). That's probably the easiest for you. I suggest Booksorter. I've also used batch files to do this job. I made a temporary copy of the books, bulk renamed and then imported them.
Fourth, you can use calibredb to output the opf file metadata, process it with SED to fix your author names, and use calibredb again to bring it back in. I did this on thousands of books, and it's slow, but it works.
BTW, you wrote"Of course I would love to be able to set - as a delimiter and direct Caliber to put the series, and series order into other fields, but that's for the future wishlist."
I'm not sure if you realize it, but it's quite easy to automatically put the series and series_index into other fields using the regex expression in Add/Save. A search on "regex" here will give you expressions to match your current filename format and bring in those fields correctly.
Good Luck.
|
These are excellent suggestions, thank you! I'll try Booksorter for the FName-LName issue, since I can also run Windows.
I did take a quick look at the regex link from the prefs pane the 1 day, and my eyes glazed over.

However, when I searched on the term in this forum, I found a wealth of information to help me make sense of it. So, now I feel comfortable trying to parse the filenames out as you suggested.
I'll let you know how it all goes.