Question re: calibre library paths.
When running a plugin from calibre library X, is there a way to query calibre for a list of other library paths it knows about?
I'm familiar with this for the current library path:
Code:
db = self.gui.current_db
currlib_path = db.library_path
I want to include a basic test to avoid saving a scrambled book anywhere inside the calibre library system.