Quote:
Originally Posted by Montana Harper
My narrator column in Calibre is "ampersand separated text" since it's names, but the plugin separates the names with a comma. It seems counterintuitive, taking Calibre's default treatment of names into account.
|
So the reason for this is ABS actually returns narrators as a comma separated string. I added some logic to split them up into the right format and adjusted the column creation defaults to match. I agree the ampersand separated text is the right way to go here.
Quote:
I have two distinct libraries—necessary, as they're not something that can be handled gracefully using virtual libraries—and I'd like to be able to sync both. My ABS has matching separate libraries, too, with separate IDs, so I think it'd be a pretty easy thing; it should only require the plugin to save settings on a per-Calibre-library basis, which I'm pretty sure is doable.
|
Kind of? But not in the approach you suggested. I changed the plugin to just pull books from all libraries on the ABS side which also simplifies setup (library ID isn't super intuitive).
Both changes and some other tweaks are on github but should be pushed out soon in 1.0.2