Insight: Install MusicBrainz Picard In Linux, Music Tagger For Linux

Picard is a cross-platform music tagger. It is written in Python. Picard supports all popular music formats like MP3,M4A,  FLAC, OGG, WMA, WAV, and many more. Another interesting feature of this is that Picard uses AcoustID audio fingerprints, which allows files to be identified by the actual music, even if they have no metadata.

Music Tagger For Linux

At the time of this article, MusicBrainz Picard 2.0 stable is the latest version. Some of the new features and improvements in new version are:

  •  Add DSF file support
  • Add keyboard shortcut for deleting scripts from options > scripting page
  • Migrate to PyQt5
  • Support only 64 bit Picard builds from 2.0
  • Make file-specific variables available to tagger script

Install MusicBrainz Picard In Linux

Install using flatpak:

Picard is available on Flathub. Run the following command to enable flatpak repository.

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Now install Picard:

flatpak install flathub org.musicbrainz.Picard

Install Picard In Ubuntu

Run the following command to add PPA of Picard:

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

Now, run the following commands to update and install picard in Ubuntu

sudo apt-get update

sudo apt-get install picard

To remove MusicBrainz Picard in Ubuntu:

sudo apt-get remove --autoremove picard

For other Linux based distributions, Please Download the MusicBrainz Picard From The Link Below:

Download Picard

 

READ More Relevant Stuff:  Linux Kernel 6.2 Officially Released

Leave a Reply

Your email address will not be published. Required fields are marked *