maestromusic / maestro

Complex music management application.
GNU General Public License v3.0
2 stars 0 forks source link

Run noncritical DB-Analyzer fixes on shutdown #5

Closed supermihi closed 9 years ago

supermihi commented 9 years ago

Non-Critical fixes of the DB analyzer, in particular those that are necessary even in a bug-free operation (e.g. "remove superfluous tag values") should be run automatically when Maestro closes. To that end, it might be reasonable to move the code from the plugin to omg.database because it is a core feature. The fixes that normally should not be necessary, as well as the GUI elements, could remain as plugin.

MartinAltmayer commented 9 years ago

Fixed in 464d6ae8f53e3d6ce2939aa8df90a466abd13e2e . Superfluous tags are deleted automatically.