Kid3 is a powerful music tag editing software. In addition to the basic functions of converting tags into file names, file names into tags, and modifying file name formats, Kid3 can also obtain album information through music databases such as MusicBrainz and gnudb.org on the network, tags are automatically added. If you want to correct the garbled characters displayed by MP3 in the music player software, try this software. For more information about downloading, installing, and configuring Ubuntu14.04, see http: // www.
Kid3 is a powerful music tag editing software. In addition to the basic functions of converting tags into file names, file names into tags, and modifying file name formats, Kid3 can also obtain album information through music databases such as MusicBrainz and gnudb.org on the network, tags are automatically added. If you want to correct the garbled characters displayed by MP3 in the music player software, try this software.
Recommended reading:
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100369.htm
Because there is no PPA or repository, We must download the required software package from the project website and install it through the command line. I prefer gdebi over dpkg to handle dependencies. Select the installation command according to the architecture applicable to your system.
32-bit system users of buntu 14.04 and Linux Mint 17:
KDE Desktop Users
sudo apt-get install gdebi
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3-core_3.1-0trusty_i386.deb
sudo gdebi kid3-core_3.1-0trusty_i386.deb
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3_3.1-0trusty_i386.deb
sudo gdebi kid3_3.1-0trusty_i386.deb
Non-KDE Desktop Users
sudo apt-get install gdebi
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3-core_3.1-0trusty_i386.deb
sudo gdebi kid3-core_3.1-0trusty_i386.deb
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3-qt_3.1-0trusty_i386.deb
sudo gdebi kid3-qt_3.1-0trusty_i386.deb
64-bit system users of buntu 14.04 and Linux Mint 17:
KDE Desktop Users
sudo apt-get install gdebi
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3-core_3.1-0trusty_amd64.deb
sudo gdebi kid3-core_3.1-0trusty_amd64.deb
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3_3.1-0trusty_amd64.deb
sudo gdebi kid3_3.1-0trusty_amd64.deb
Non-KDE Desktop Users
sudo apt-get install gdebi
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3-core_3.1-0trusty_amd64.deb
sudo gdebi kid3-core_3.1-0trusty_amd64.deb
wget sourceforge.net/projects/kid3/files/kid3/3.1/kid3-qt_3.1-0trusty_amd64.deb
sudo gdebi kid3-qt_3.1-0trusty_amd64.deb
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-04/100874.htm