Package Details: picard3 3.0.0b7-2

Git Clone URL: https://aur.archlinux.org/picard3.git (read-only, click to copy)
Package Base: picard3
Description: Official MusicBrainz tagger
Upstream URL: https://github.com/metabrainz/picard
Keywords: audio, flac id3, music, tagging,
Licenses: GPL-2.0-or-later
Conflicts: picard
Provides: picard
Submitter: SamWhited
Maintainer: SamWhited
Last Packager: SamWhited
Votes: 1
Popularity: 0.82
First Submitted: 2026-01-28 02:11 (UTC)
Last Updated: 2026-07-17 01:58 (UTC)

Latest Comments

SamWhited commented on 2026-07-17 01:59 (UTC)

Verified and fixed, thank you. Added a few more that aren't needed right away but could result in crashes as well.

GreyhameAU commented on 2026-07-17 01:16 (UTC) (edited on 2026-07-17 01:18 (UTC) by GreyhameAU)

Another dependency needed python-tomlkit:

Picard terminated unexpectedly
Traceback (most recent call last):
  File "/usr/bin/picard", line 6, in <module>
    from picard.tagger import main
  File "/usr/lib/python3.14/site-packages/picard/tagger.py", line 198, in <module>
    from picard.ui.mainwindow import MainWindow
  File "/usr/lib/python3.14/site-packages/picard/ui/mainwindow/__init__.py", line 160, in <module>
    from picard.ui.options.dialog import OptionsDialog
  File "/usr/lib/python3.14/site-packages/picard/ui/options/dialog.py", line 79, in <module>
    from picard.ui.options import (  # noqa: F401 # pylint: disable=unused-import
    ...<34 lines>...
    )
  File "/usr/lib/python3.14/site-packages/picard/ui/options/profiles.py", line 62, in <module>
    from picard.profiles.exporter import export_profile
  File "/usr/lib/python3.14/site-packages/picard/profiles/exporter.py", line 39, in <module>
    import tomlkit
ModuleNotFoundError: No module named 'tomlkit'

SamWhited commented on 2026-07-03 12:45 (UTC)

Bumped to beta 5; please test and report issues to the Musicbrainz folks. Thanks!

SamWhited commented on 2026-02-22 19:12 (UTC)

Oops, looks like I typoed QT5 intsead of 6. Thanks! Needed a version bump anyways so I fixed this and bumped to alpha 2.

tflucke commented on 2026-02-22 19:07 (UTC)

Needs a dependency on python-pyqt6:

Picard terminated unexpectedly
Traceback (most recent call last):
  File "/usr/bin/picard", line 6, in <module>
    from picard.tagger import main
  File "/usr/lib/python3.14/site-packages/picard/tagger.py", line 71, in <module>
    from PyQt6 import (
    ...<3 lines>...
    )
ModuleNotFoundError: No module named 'PyQt6'