Metadata plugin from multiple different book title formats
Is there a plugin that is able to get metadata from the book titles and import them automatically into custom fields or primary fields? An example is if I have book names like this and I want to add them all in one go with metadata being pulled from their titles:
[author (publisher)] book title (series) [language]
[author (publisher)] book title [language]
[author (publisher)] book title
[author] book title (publisher)
I've tried using adding book regex but it will only work for one of each of these examples and I'd have to switch the regular expressions when the book title format has changed.
Wondering if some plugin can do something like this where if the filename doesn't have "(series)" in the regex "[author (publisher)] book title (series) [language]", then put in "[author (publisher)] book title [language]" instead and if there is no "[language]" then put in "[author (publisher)] book title".
|