Archives For November 30, 1999

MusicBrainz Picard music tagger now is available as Snap package for Ubuntu 16.04, Ubuntu 18.04, and higher.

Snap is containerised software package designed to work within most Linux desktop. It bundles all its required dependencies, so the latest Picard 2.0.4 works in Ubuntu 16.04 while the official PPA updates only for Ubuntu 18.04 and higher.

Note that the MusicBrainz Picard snap package is not official. It’s maintained by the community.

To install Picard snap package in Ubuntu 18.04 / higher:

Simply open Ubuntu Software, search for and install picard. There are 2 software packages while the Snap package marked as ‘Source: Snap Store’ in the package details.

Install Picard 2.0.4 in Ubuntu 16.04:

For Ubuntu 16.04, open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, do:

1. Run command to install snapd is daemon:

sudo apt install snapd snapd-xdg-open

Type user password (no asterisks feedback due to security reason) for sudo prompt and hit Enter.

2. Then install Picard snap package via command:

sudo snap install picard

(Optional) To uninstall the package, run command:

sudo snap remove picard

MusicBrainz Picard 2.0 stable was released today many fixes and new features and much needed upgrades!

MusicBrainz Picard 2.0 release highlights:

  • Add Retina and Hi-DPI display support.
  • Add DSF file support
  • Add keyboard shortcut for deleting scripts from options > scripting page
  • Support only 64 bit Picard builds from 2.0
  • Update dependencies minimal requirements: Python 3.5, PyQt 5.7, and Mutagen 1.37.
  • And numerous bug-fixes, UI and performance improvements.

How to Install MusicBrainz Picard 2.0 in Ubuntu:

The official PPA has built the music tagger for Ubuntu 17.10, Ubuntu 18.04, and Ubuntu 18.10.

1. Launch terminal either via Ctrl+Alt+T keyboard shortcut or searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:musicbrainz-developers/stable

Type your user password (no asterisks feedback) when it prompts and hit Enter to continue.

2. If a previous version was installed, upgrade the software via Software Updater:

or run following commands one by one in terminal to install or upgrade to MusicBrainz Picard 2.0:

sudo apt-get update

sudo apt-get install picard

Uninstall:

To remove the PPA, launch Software & Updates and navigate to Other Software tab.

To remove MusicBrainz Picard music tagger, run command in terminal:

sudo apt-get remove --autoremove picard