Puddletag is a popular Open source audio tag editor for Linux Operating systems.It is simlar to Mp3tag used in Windows. The main...
The main features in Puddletag is it's layout is like Spreadsheet so everything (ie audio image cover,soundtrack details,etc...)is visible and easy to edit and save.
The Latest Version of Puddletag is 1.0.3
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv).
Note: The Installation Procedures for LinuxMint and ElementaryOS are same as Ubuntu
Installation Steps
Two ways to install the Puddletag audio tag editor on ubuntu
- deb file
- Via PPA
Step 1:Add the PPA Provided by webupd8 team
sudo add-apt-repository ppa:nilarimogard/webupd8
Step 2: Update the Repository
sudo apt-get update
Step 3: Install Puddletag audio tag editor 1.0.3
sudo apt-get install puddletag
Method 2: deb file
Step 1: Install the dependencies
sudo apt-get install python-qt4 python-pyparsing python-mutagen python-configobj
Step 2: Download the deb file
Click to DOWNLOAD
(or)
wget http://sourceforge.net/projects/puddletag/files/puddletag_1.0.3-1_all.deb
Step 3: Install the deb file
dpkg -i puddletag_1.0.3-1_all.deb
COMMENTS