Laurent Monin
Laurent Monin
> Hey @zas, actually this is not complete yet. For some reason, the marked formats of multicombobox are not saved. I have yet to figure it out :( See https://github.com/ShubhamBhut/picard/pull/1...
@ShubhamBhut what's the status of this PR?
@ShubhamBhut I saw your messages about this PR on IRC, please discuss issues here instead
> To be honest, now I am a bit lost on what part of the code is responsible for still displaying the deleted image in the thumbnail. Keep in mind...
@phw, I rebased onto master and added fixes for imports related to extension_points changes
@phw : I fixed dependencies in https://github.com/metabrainz/picard/pull/2419/commits/8951ddf4158d63e98a97d811e45ccbfac96200d2 though I'm not sure that's the correct way of doing it for those, please check.
@Sophist-UK We'll continue to support "official" plugins, and there will be a list of them from an official website. Nothing changes here. We go for one repo per plugin to...
> I'm wondering if a potential enhancement might be to allow the user to enter (paste) a url to the plugin repo and Picard could do the download and install?...
Supporting one repo with multiple plugins isn't excluded. But it shouldn't be mandatory either. So we could support 2 structures: topdir/MANIFEST and topdir/plugin/MANIFEST For plugin "release" version, we can rely...
Few notes after discussion we had with @outsidecontext First steps: - command line plugin management: `picard plugin ` - initial subcommands: `install` / `uninstall` / `enable` / `disable` / `info`...