Metadata-Version: 2.4
Name: picard
Version: 3.0.0a1
Summary: Picard is a cross-platform music tagger powered by the MusicBrainz database
Author: The MusicBrainz Team
License-Expression: GPL-2.0-or-later
Project-URL: Homepage, https://picard.musicbrainz.org/
Project-URL: Documentation, https://picard-docs.musicbrainz.org/
Project-URL: Repository, https://github.com/metabrainz/picard.git
Project-URL: Issues, https://tickets.metabrainz.org/projects/PICARD/issues/
Project-URL: Changelog, https://picard.musicbrainz.org/changelog/
Project-URL: Funding, https://metabrainz.org/donate
Keywords: musicbrainz,tagging,audio
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Intended Audience :: End Users/Desktop
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: COPYING.txt
License-File: AUTHORS.txt
Requires-Dist: comtypes>=1.4.14; sys_platform == "win32"
Requires-Dist: discid~=1.0
Requires-Dist: Markdown~=3.2
Requires-Dist: mutagen~=1.45
Requires-Dist: PyJWT~=2.0
Requires-Dist: pyobjc-core<13,>=6.2; sys_platform == "darwin"
Requires-Dist: pyobjc-framework-Cocoa<13,>=6.2; sys_platform == "darwin"
Requires-Dist: pyobjc-framework-MediaPlayer<13,>=6.2; sys_platform == "darwin"
Requires-Dist: PyQt6>=6.6.1
Requires-Dist: PyQt6-Qt6!=6.10.*,>=6.6.1; sys_platform == "linux"
Requires-Dist: pywin32; sys_platform == "win32"
Requires-Dist: PyYAML<7,>=5.1
Requires-Dist: charset-normalizer~=3.3
Requires-Dist: pygit2~=1.18; python_version < "3.11"
Requires-Dist: pygit2~=1.19; python_version >= "3.11"
Requires-Dist: tomli>=2.3.0; python_version < "3.11"
Provides-Extra: plugins
Requires-Dist: opencc>=1.1.9; extra == "plugins"
Requires-Dist: zstandard>=0.25.0; extra == "plugins"
Dynamic: license-file

# MusicBrainz Picard

![Github Actions Status](https://github.com/metabrainz/picard/workflows/Run%20tests/badge.svg)

[MusicBrainz Picard](https://picard.musicbrainz.org) is a cross-platform (Linux, macOS, Windows) audio tagging application. It is the official [MusicBrainz](https://musicbrainz.org) tagger.

Picard supports the majority of audio file formats, is capable of using audio fingerprints ([AcoustIDs](https://musicbrainz.org/doc/AcoustID)), performing CD lookups and [disc ID](https://musicbrainz.org/doc/Disc_ID) submissions, and it has excellent Unicode support. Additionally, there are several plugins available that extend Picard's features.

When tagging files, Picard uses an album-oriented approach. This approach allows it to utilize the MusicBrainz data as effectively as possible and correctly tag your music. For more information, [see the illustrated quick start guide to tagging](https://picard.musicbrainz.org/quick-start/) and the [documentation](https://picard-docs.musicbrainz.org/).


## Features

- **Multiple formats:** Picard supports all popular music formats,
  including MP3, FLAC, OGG, M4A, WMA, WAV, and more.
- **AcoustID:** Picard uses [AcoustID](https://musicbrainz.org/doc/AcoustID)
  audio fingerprints, allowing files to be identified by the actual
  music, even if they have no metadata.
- **Comprehensive database:** Picard uses the open and
  community-maintained [MusicBrainz database](https://musicbrainz.org)
  to provide accurate information about millions of music releases.
- **CD lookups:** Picard can lookup entire music CDs with a click.
- **Plugin support:** If you need a particular feature, you can choose
  from a selection of [available plugins](https://picard.musicbrainz.org/plugins/) or
  [write your own](https://picard-docs.musicbrainz.org/en/extending/plugins.html).
- **Scripting:** A flexible and powerful, yet easy to learn, scripting language
  allows you to exactly specify how your music files will be named and how the
  tags will look like.
- **Cover Art:** Picard can find and download the correct cover art for your albums.
- **Open Source:** Picard is licensed under the
  [GNU General Public License 2.0](COPYING.txt)
  or later, and is hosted on GitHub where it is actively
  developed.


## Installation

Binary downloads are available on the [Picard download page](https://picard.musicbrainz.org/downloads/).

[INSTALL.md has instructions on building this codebase.](INSTALL.md)


## Support and issue reporting

Please report all bugs and feature requests in the [MusicBrainz issue tracker](https://tickets.metabrainz.org/browse/PICARD). If you need support in using Picard please read the [documentation](https://picard-docs.musicbrainz.org/) first and have a look at the [MusicBrainz community forums](https://community.metabrainz.org/c/picard).


## Trivia

Picard is named after [Captain Jean-Luc Picard](https://en.wikipedia.org/wiki/Jean-Luc_Picard) from the TV series [Star Trek: The Next Generation](https://en.wikipedia.org/wiki/Star_Trek:_The_Next_Generation).
