puddletag requires the following dependencies. Visit the respective project’s page if you having trouble installing a component.
Install instructions follow below.
Install the dependencies as listed above. For Debian-based distros, you can run the following as root:
apt-get install python-pyqt5 python-pyparsing python-mutagen
./puddletag
from the unzipped directory in your console.python setup.py install
as root in the unzipped directory.desktop-file-install puddletag.desktop
as root in the unzipped directory.Note
For AcoustID support in Ubuntu you will also need to fpcalc binary For Ubuntu 12.04 and later it is available in the libchromaprint-tools package.
For earlier versions and other distros please visit the AcoustID page for installation instructions.
You can install puddletag from the Software Centre in recent versions of Ubuntu.
Just run (as root):
yum install puddletag
Sometimes the latest version is still in the testing repo. Then you should use (also as root:)
yum --enablerepo=updates-testing install
Source control is done using Git. Use
git clone git@github.com:puddletag/puddletag.git
to check it out. And
git pull origin master
in the previously cloned directory to update it a later stage.