Quote:
Originally Posted by DavidTC
Hi. I want to thank you for your plugin, I've been using it for years.
|
Quote:
Originally Posted by DavidTC
But first, a small bug report:
You cannot save the default as 'Update Calibre Metadata from Saved Metadata Column' in the config. It gives an unhandled exception. As that is the last option, and only appears if you have a saved metadata column, I suspect you've got a bad 'valid options' test there.
|
Good catch. Fix in the next version.
Quote:
Originally Posted by DavidTC
Anyway, feature request #1:
Using & to break apart ships.
...
|
What sites use '/' for romantic ships and '&' for platonic? I don't recall seeing that before. A few example story URLs would also help.
I want to explore the sites that use that a bit before making any decisions. What happens in cases where it's common to have a '/' as part of the name, such as superhero fandoms?
Quote:
Originally Posted by DavidTC
Feature request #2:
Regexp access to the ships while broken apart.
...
|
The
code that does sort_ships is currently pretty simple. Applying replace_metadata to ship parts may be possible, but I'll have to investigate in more detail.