@JimmXinu
Thank you for your tips.
Actually this is what I did more or less and ended with using :
class InterfacePlugin(InterfaceAction):
and overloading :
def library_changed(self, db):
To get a LibraryDatabase object.
Unfortunately it doesn't seem to have a way to get the name from it.
After trying to use the self.gui.iactions method I didn't see before, I added this and it works perfectly.
Thank you very much for your help
|