picard


Namepicard JSON
Version 2.13.3 PyPI version JSON
download
home_pagehttps://picard.musicbrainz.org/
SummaryThe next generation MusicBrainz tagger
upload_time2025-02-17 11:34:34
maintainerNone
docs_urlNone
authorNone
requires_python~=3.8
licenseNone
keywords musicbrainz metadata tagger picard
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MusicBrainz Picard

![Github Actions Status](https://github.com/metabrainz/picard/workflows/Run%20tests/badge.svg)
[![Codacy Grade](https://img.shields.io/codacy/grade/4dcabf0a13ed4b27b3a381ce9ba96ecc/master.svg?style=flat-square&label=Codacy)](https://app.codacy.com/gh/metabrainz/picard)

[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).

            

Raw data

            {
    "_id": null,
    "home_page": "https://picard.musicbrainz.org/",
    "name": "picard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": "MusicBrainz metadata tagger picard",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fe/47/b862776f0109bc2c21e09c53fb5d68ea113477fd709c0f8d6d29fba5eff7/picard-2.13.3.tar.gz",
    "platform": null,
    "description": "# MusicBrainz Picard\n\n![Github Actions Status](https://github.com/metabrainz/picard/workflows/Run%20tests/badge.svg)\n[![Codacy Grade](https://img.shields.io/codacy/grade/4dcabf0a13ed4b27b3a381ce9ba96ecc/master.svg?style=flat-square&label=Codacy)](https://app.codacy.com/gh/metabrainz/picard)\n\n[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.\n\nPicard 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.\n\nWhen 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/).\n\n\n## Features\n\n- **Multiple formats:** Picard supports all popular music formats,\n  including MP3, FLAC, OGG, M4A, WMA, WAV, and more.\n- **AcoustID:** Picard uses [AcoustID](https://musicbrainz.org/doc/AcoustID)\n  audio fingerprints, allowing files to be identified by the actual\n  music, even if they have no metadata.\n- **Comprehensive database:** Picard uses the open and\n  community-maintained [MusicBrainz database](https://musicbrainz.org)\n  to provide accurate information about millions of music releases.\n- **CD lookups:** Picard can lookup entire music CDs with a click.\n- **Plugin support:** If you need a particular feature, you can choose\n  from a selection of [available plugins](https://picard.musicbrainz.org/plugins/) or\n  [write your own](https://picard-docs.musicbrainz.org/en/extending/plugins.html).\n- **Scripting:** A flexible and powerful, yet easy to learn, scripting language\n  allows you to exactly specify how your music files will be named and how the\n  tags will look like.\n- **Cover Art:** Picard can find and download the correct cover art for your albums.\n- **Open Source:** Picard is licensed under the\n  [GNU General Public License 2.0](COPYING.txt)\n  or later, and is hosted on GitHub where it is actively\n  developed.\n\n\n## Installation\n\nBinary downloads are available on the [Picard download page](https://picard.musicbrainz.org/downloads/).\n\n[INSTALL.md has instructions on building this codebase.](INSTALL.md)\n\n\n## Support and issue reporting\n\nPlease 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).\n\n\n## Trivia\n\nPicard 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).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The next generation MusicBrainz tagger",
    "version": "2.13.3",
    "project_urls": {
        "Homepage": "https://picard.musicbrainz.org/"
    },
    "split_keywords": [
        "musicbrainz",
        "metadata",
        "tagger",
        "picard"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "786a9fffea623da3b304775057077b495cff02d5aebe6b7b12edd04d4478dff6",
                "md5": "3b97891e7ca5cc183fbb2aa5e7d6ad0a",
                "sha256": "0b68d04350d4732fab091c62c522559e12d4eefcff5a4463eb537ad24bb4557a"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3b97891e7ca5cc183fbb2aa5e7d6ad0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 3394766,
            "upload_time": "2025-02-17T11:34:05",
            "upload_time_iso_8601": "2025-02-17T11:34:05.688063Z",
            "url": "https://files.pythonhosted.org/packages/78/6a/9fffea623da3b304775057077b495cff02d5aebe6b7b12edd04d4478dff6/picard-2.13.3-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7abc6d63ca07bbef65e4f56fd8d89da433dc06c46d5adb8c7fb3a4d58184e71f",
                "md5": "239b9a8d85f0b0f1773ceea8b2a8551e",
                "sha256": "b9d86eb79a0a0b0174585aea01fd7926473220e386cee81e1431ec2332211dbf"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "239b9a8d85f0b0f1773ceea8b2a8551e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.8",
            "size": 3401850,
            "upload_time": "2025-02-17T11:34:08",
            "upload_time_iso_8601": "2025-02-17T11:34:08.036689Z",
            "url": "https://files.pythonhosted.org/packages/7a/bc/6d63ca07bbef65e4f56fd8d89da433dc06c46d5adb8c7fb3a4d58184e71f/picard-2.13.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "86b5c5fc5c355f033eea0f95ac3414c9fddc40ae25e9f6ec5b50d05f6acc8cbd",
                "md5": "ba2ca02d3c0206ff32e164c9537dd506",
                "sha256": "7c34b883efa443f403254f1b4cd52d3dbcef07799cb2d61ebf37727192ffce03"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "ba2ca02d3c0206ff32e164c9537dd506",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 3397152,
            "upload_time": "2025-02-17T11:34:10",
            "upload_time_iso_8601": "2025-02-17T11:34:10.589999Z",
            "url": "https://files.pythonhosted.org/packages/86/b5/c5fc5c355f033eea0f95ac3414c9fddc40ae25e9f6ec5b50d05f6acc8cbd/picard-2.13.3-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afc370bdcd99eb8f6ea1327edc88b9106d5b6ab68ca6cfa80f416d2a7102feb3",
                "md5": "755ef4a3550655ea961b0055fa50825c",
                "sha256": "c79704a317ac538bca2aa4aed8d6fd6126faf66fe8618c785ed4ac90e7f06647"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "755ef4a3550655ea961b0055fa50825c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.8",
            "size": 3401852,
            "upload_time": "2025-02-17T11:34:12",
            "upload_time_iso_8601": "2025-02-17T11:34:12.421544Z",
            "url": "https://files.pythonhosted.org/packages/af/c3/70bdcd99eb8f6ea1327edc88b9106d5b6ab68ca6cfa80f416d2a7102feb3/picard-2.13.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ce42cc9c99c3e55779b9c278f88b84938422e773d0e9e28bded606dd81e6d1a",
                "md5": "56c7ce10c1beb7af5a76c4b452fd463e",
                "sha256": "35b47f9e9eac53f918edb8b37a5b02b3d6511e8032f83d7721ce165a3d941264"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp312-cp312-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "56c7ce10c1beb7af5a76c4b452fd463e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 3397042,
            "upload_time": "2025-02-17T11:34:14",
            "upload_time_iso_8601": "2025-02-17T11:34:14.689672Z",
            "url": "https://files.pythonhosted.org/packages/9c/e4/2cc9c99c3e55779b9c278f88b84938422e773d0e9e28bded606dd81e6d1a/picard-2.13.3-cp312-cp312-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3dc2ce801fb98f2c3fcddc8f277652bd099d784f2b244d1776ce5120ffd5f3d0",
                "md5": "38c5d2683b2ce5e49fe4f2038da8a47a",
                "sha256": "f240f49ffed6c59b9dab5a98d7c2d01d433dc599d83806cf1a09e24f7429952c"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "38c5d2683b2ce5e49fe4f2038da8a47a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.8",
            "size": 3401765,
            "upload_time": "2025-02-17T11:34:16",
            "upload_time_iso_8601": "2025-02-17T11:34:16.824943Z",
            "url": "https://files.pythonhosted.org/packages/3d/c2/ce801fb98f2c3fcddc8f277652bd099d784f2b244d1776ce5120ffd5f3d0/picard-2.13.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "588c3aa158e709c83ea899e1b52114b7372c141cd092b771bc94975017a16701",
                "md5": "694a1e59b3ed42f1ab77cc7dd83411b4",
                "sha256": "3d853bed3fe503a7211c19d2798c681da6c0eee835def657838813cf0829c7f7"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "694a1e59b3ed42f1ab77cc7dd83411b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "~=3.8",
            "size": 3397046,
            "upload_time": "2025-02-17T11:34:19",
            "upload_time_iso_8601": "2025-02-17T11:34:19.520247Z",
            "url": "https://files.pythonhosted.org/packages/58/8c/3aa158e709c83ea899e1b52114b7372c141cd092b771bc94975017a16701/picard-2.13.3-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12a9f624e8df1cf73c65888241966bc26cf48e858feca84eba9ce215d34a23a6",
                "md5": "27a185b5ee95d3d78f47a900b07328df",
                "sha256": "9d81cfb91a44742297d3bacb6fdf877221f6905e52c9ce114e240a87c994b90b"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "27a185b5ee95d3d78f47a900b07328df",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "~=3.8",
            "size": 3401771,
            "upload_time": "2025-02-17T11:34:22",
            "upload_time_iso_8601": "2025-02-17T11:34:22.016589Z",
            "url": "https://files.pythonhosted.org/packages/12/a9/f624e8df1cf73c65888241966bc26cf48e858feca84eba9ce215d34a23a6/picard-2.13.3-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61ad6599694cb3f1895877054cbdf39b9cdbad80aad7a9293f5972ac10dec823",
                "md5": "d822f41b0f1a5d714716b784d1af6826",
                "sha256": "12680ad7b5ec26749a43a4889f7f532738f88f5b524471df622c99be02a0f71b"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp38-cp38-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d822f41b0f1a5d714716b784d1af6826",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 3394704,
            "upload_time": "2025-02-17T11:34:24",
            "upload_time_iso_8601": "2025-02-17T11:34:24.822075Z",
            "url": "https://files.pythonhosted.org/packages/61/ad/6599694cb3f1895877054cbdf39b9cdbad80aad7a9293f5972ac10dec823/picard-2.13.3-cp38-cp38-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2e4fd0c4fc9fc0dce2abbb9bd87a44373173415371fd1dca5b5bb93fe16a824",
                "md5": "cfa6f78ca818b2489116f6848564f3ea",
                "sha256": "824cdc1a13d9ead3f5725cbe0398064fea4d8033b9bb232a54e5a712b1ae8dd1"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cfa6f78ca818b2489116f6848564f3ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.8",
            "size": 3401781,
            "upload_time": "2025-02-17T11:34:27",
            "upload_time_iso_8601": "2025-02-17T11:34:27.246056Z",
            "url": "https://files.pythonhosted.org/packages/a2/e4/fd0c4fc9fc0dce2abbb9bd87a44373173415371fd1dca5b5bb93fe16a824/picard-2.13.3-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66cde2f994f81c58d5f1a4a063f1c31a28e6b61db9402c11b0b0aa1007dbbf18",
                "md5": "d078c9b084e492ecb715208b5ab380f6",
                "sha256": "1d1e09be387c6f8dba869ec5d8d75fa5d092e041dd1bfdfe033d54aed333ecb6"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d078c9b084e492ecb715208b5ab380f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 3394765,
            "upload_time": "2025-02-17T11:34:29",
            "upload_time_iso_8601": "2025-02-17T11:34:29.718286Z",
            "url": "https://files.pythonhosted.org/packages/66/cd/e2f994f81c58d5f1a4a063f1c31a28e6b61db9402c11b0b0aa1007dbbf18/picard-2.13.3-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ceba1f21083b5dc70b4351bde07279d449d870c646438253a0192cef3ed430d5",
                "md5": "0b35f2a554606d39f58dc8078da5759c",
                "sha256": "84a2cb9e9f1ba59eff31ba69818a7bc6ba0d3742e57b295aa5527fcbb8ad4dd6"
            },
            "downloads": -1,
            "filename": "picard-2.13.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0b35f2a554606d39f58dc8078da5759c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.8",
            "size": 3401843,
            "upload_time": "2025-02-17T11:34:32",
            "upload_time_iso_8601": "2025-02-17T11:34:32.345393Z",
            "url": "https://files.pythonhosted.org/packages/ce/ba/1f21083b5dc70b4351bde07279d449d870c646438253a0192cef3ed430d5/picard-2.13.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fe47b862776f0109bc2c21e09c53fb5d68ea113477fd709c0f8d6d29fba5eff7",
                "md5": "525d42abf04513ca264c6db23cecdc95",
                "sha256": "63fdb3aeb2e7ab41c73aa44083030c22a6a0e955b932960c05669998e2e21fcc"
            },
            "downloads": -1,
            "filename": "picard-2.13.3.tar.gz",
            "has_sig": false,
            "md5_digest": "525d42abf04513ca264c6db23cecdc95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 6089477,
            "upload_time": "2025-02-17T11:34:34",
            "upload_time_iso_8601": "2025-02-17T11:34:34.412272Z",
            "url": "https://files.pythonhosted.org/packages/fe/47/b862776f0109bc2c21e09c53fb5d68ea113477fd709c0f8d6d29fba5eff7/picard-2.13.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-17 11:34:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "picard"
}
        
Elapsed time: 1.85343s