Picard plugins: use 1.0 branch for Picard < 2.0 (python 2/Qt4) and 2.0 branch for Picard >= 2.0 (python 3/Qt5)
Find a file
2026-05-29 16:54:31 +02:00
.github/workflows Drop Python 3.9 from tests, add Python 3.14 2026-04-21 18:06:10 +02:00
plugins Improve regex string generation. Refactor. 2026-05-29 16:54:31 +02:00
test don't add standalone recordings 2024-03-10 21:39:31 +00:00
.gitignore gitignore .venv/ and .vscode/ directories 2022-12-30 14:09:44 +01:00
.prospector.yml Added configuration for prospector and flake8 2022-10-18 08:46:11 +02:00
.pylintrc Add PyLint config from Picard 2021-06-29 20:36:09 +02:00
build_ui.py Only build UI files if they have been modified after the generated output 2021-07-01 10:02:37 +02:00
generate.py Properly generate ZIPs for single file Python packages 2019-06-06 17:48:52 +02:00
get_plugin_data.py Removed deprecated file open mode "U" for Python 3.11 compatibility 2022-12-30 14:36:22 +01:00
README.md README: Add note about v3 plugins being managed in separate registry 2026-04-22 15:36:10 +02:00
setup.cfg Added configuration for prospector and flake8 2022-10-18 08:46:11 +02:00

MusicBrainz Picard Plugins

This repository hosts plugins for MusicBrainz Picard. If you're a plugin author and would like to include your plugin here, simply open a pull request.

Note

This repository is for Picard v1 and v2 plugins only. Plugins for Picard v3 are managed through the Picard Plugins Registry.

Note that new plugins being added to the repository should be under the GNU General Public License version 2 ("GPL") or a license compatible with it. See https://www.gnu.org/licenses/license-list.html for a list of compatible licenses.

Development Notes

The script generate.py will generate a file called plugins.json, which contains metadata about all the plugins in this repository. plugins.json is used by picard-website and Picard itself to display information about downloadable plugins.