Quote:
Originally Posted by Hi!
When I fetch metadata for a list of ebooks, oftentimes an abundancy of tags comes with it. This is a pain, because when I transfer the library to my sony, the tags become collections, way too many of them.
Is it possible to prevent the automatic downloading of tags?
Another thing, when I import LRFs, usually Calibre thinks the author name is the title and vice versa. I've had to manually correct this for dozens of books. Is there a way to do this in bulk?
|
I don't know if it's possible to prevent them downloading, but they're easy enough to remove. Simply highlight the books in question, click on edit metadata and remove the unwanted tags.
I'm assuming that your books are named author name - book name. In Calibre, click on Preferences and then on Add/Save. The default assumes that the title is first. Simply put author in the first expression and title in the second. When finished it should read:
(?P<author>.+) - (?P<title>[^_]+)
Conveniently enough, there's a test box immediately beneath this box, so you can put in a file name and see what happens.