Archives For November 30, 1999

Kid3, the free open-source Qt based audio tag editor, release new 3.9.5 version on Saturday.

The release brings keyboard shortcut support for its built-in player. Meaning user can specify custom shortcuts to control play/pause, stop playback, next/previous track playback actions.

The release also added new option to fix the audio output used. And, the code has been modernized for C++17 and now supports TagLib 2.0.

Configure Kid3 shortcut for audio playback

Other changes include:

  • Webp image format support.
  • arm64 support for macOS.
  • Snap package support (available in Ubuntu Software)
  • Clicking again on 1 star makes star rating disappear.
  • Support ‘\|’ to escape string list separators.
  • Support multiple values in APE text items.

Continue Reading…

Kid3 audio tag editor released new version 3.8.3 today. Here’s how to install it in Ubuntu 20.04, Ubuntu 19.10, Ubuntu 18.04, and Ubuntu 16.04.

Kid3 3.8.3 comes with new keyboard shortcuts to navigate between the file and tag sections, 2 new scripts to apply English title capitalization to tags and transliterate ID3v1 tags to ASCII.

Other changes include:

  • Korean and Swedish translations.
  • Dark mode and custom themes improvements.
  • Support dragging multiple header rows in import table
  • Rename read-only files
  • Handbook updates and many bug-fixes.

How to Install Kid3 3.8.3 in Ubuntu:

The official Kid3 PPA has been updated with the new packages for all current Ubuntu releases, Linux Mint and derivatives.

1. Open terminal either from application launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

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

2. If an old version was installed, upgrade Kid3 using Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

You may replace kid3-qt with kid3 in the code for KDE integration, or with kid3-cli for the command-line interface

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --auto-remove kid3 kid3-*

Kid3 audio tag editor released version 3.8.2 a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 19.10.

Kid3 3.8.2 is a small but important release for those who have a lot of M4A files. The release fixes a crash that happens when frames are removed from M4A files. Additionally it brings new Catalan, Portuguese and Ukrainian translations.

How to Install Kid3 3.8.2 in Ubuntu:

The official Kid3 PPA has built the packages for Ubuntu 16.04, Ubuntu 18.04, and, Ubuntu 19.10.

1. Open terminal either from application launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

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

2. If an old version was installed, upgrade Kid3 using Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

You may replace kid3-qt with kid3 in the code for KDE integration, or with kid3-cli for the command-line interface

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --auto-remove kid3 kid3-*

Kid3 audio tag editor released version 3.8.1 today with some improvements, fixes for Linux and Android binary packages.

According to the changelog, Kid3 3.8.1 includes following changes:

  • Show number of files in status bar.
  • Support regular expressions in string replacements.
  • Support format codes in “Filename for cover” in “Extract Album Art” script.
  • The order of string replacements is respected.
  • Show RVA2 identifier in frame table.
  • Show UFID owner and values in frame table.
  • Support setting file name with “Import from Tags”.
  • QML scripts: Skip “–” argument, which is used when passing parameters from qml tool.

The official PPA has built the packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10.

1. Open terminal either from application launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

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

2. If an old version was installed, upgrade Kid3 using Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

You may replace kid3-qt with kid3 in the code for KDE integration, or with kid3-cli for the command-line interface

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --auto-remove kid3 kid3-*

Kid3 audio tag editor 3.8.0 was released today. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and derivatives.

According to the changelog, Kid3 3.8.0 features:

  • kid3-cli: Support JSON output.
  • Format codes %{modificationdate} and %{creationdate}.
  • Support ID3v2 GRP1 frame introduced with iTunes 12.5.4.
  • Import from Tags function which operates on selected files.
  • Explicit frame names can be used by prepending a ‘!’ character.
  • Adapt unified frame type mapping for better iTunes compatibility.
  • Support multiple covers in M4A files.
  • kid3-cli: Remove dependencies to GUI libraries.
  • Android: Show info how to write to SD card.
  • Android: Support Qt 5.12.

How to install Kid3 3.8.0 in Ubuntu 16.04/18.04:

The official Kid3 PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and derivatives.

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, do following steps one by one.

1. Copy and paste following command in terminal and hit run to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter to continue.

2. Then you can upgrade Kid3 from a previous version via Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

For KUbuntu user, replace kid3-qt with kid3 in the last command for KDE integration.

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --autoremove kid3 kid3-*

Kid3 audio tag editor released version 3.7.1 today. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, and higher.

Kid3 3.7.1 primarily brings bug fixes and usability improvements. Most new features target the Android version, which now supports a dark theme, a better file selection dialog and more configuration options.

  • Support max-, min-, unq- aggregation when renaming directories.
  • Android: Support dark and light themes.
  • Android: Support opening files with Kid3 from other apps.
  • Android: Settings for formats, character replacements and import profiles.
  • Improved support format codes in file name for cover.
  • Fixed support setting of ID3v2 version for DSF files.
  • Avoid jumping around frames while deleting.
  • Removal of multiple tags where not all tags are removed.
  • Setting of a simple string as value for IPLS frame with TagLib.
  • Adapted to Discogs server update.

How to Install Kid3 3.7.1 in Ubuntu:

The official Kid3 PPA contains the latest software packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, and higher.

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from software launcher. When it opens, do following steps one by one.

1. Copy and paste following command in terminal and hit run to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

Type your password (no asterisk feedback due to security reason) when it prompts and hit Enter to continue.

2. Then you can upgrade Kid3 from a previous version via Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

For KUbuntu, you may replace kid3-qt with kid3 in the last command for KDE integration.

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --autoremove kid3 kid3-*

Kid3 audio tag editor released version 3.7.0 a few hours ago. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.04, Ubuntu 16.04, and Linux Mint 18.x, 19.x.

The most important new feature in Kid3 3.7.0 is a playlist editor. Playlist items can be added, removed and reordered. Improvements include editors for the formats to convert between tags and file names and drop down lists with available tag values when multiple files are selected. The new file list fixes problems with updates when directories are renamed.

Kid3 3.7.0 release highlights:

  • Add and reorder playlist items using drag’n’drop.
  • Edit tags from files referenced in playlist.
  • Play songs from playlist.
  • Drag image files from file list to embed them in audio files.
  • Drag files from file list into other applications.
  • Reload action to refresh file list.
  • Completions with different values when selecting multiple files.
  • Option “–dbus” to have a D-Bus interface with kid3-cli.
  • Code “%{dirname}” to use current directory name when renaming.
  • Code “%{disk}” as alias for “%{disc number}”.
  • Edit list of availble formats to set file and directory names
  • Bug fixes and a few improvements.

How to Install Kid3 3.7.0 in Ubuntu:

The official Kid3 PPA contains the latest software packages for Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 18.10 so far.

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from software launcher. When it opens, do following steps one by one.

1. Copy and paste following command in terminal and hit run to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

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

2. Then you can upgrade Kid3 from a previous version via Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

For KUbuntu, you may replace kid3-qt with kid3 in the last command for KDE integration.

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --autoremove kid3 kid3-*

A new bug-fix release for the Kid3 audio tag editor 3.6 series was released earlier today. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04, Linux Mint 19/18, and their derivatives.

This bug-fix release fixes the use of free form MP4 atoms, import from CSV with DOS line endings, the application icon in KDE wayland sessions and other bugs. The generation of file names from tags is improved by supporting conditional text around a value from the tags, which is only inserted when the corresponding value exists.

Changes in Kid3 3.6.2 include:

  • Format from tags with custom strings prepended / appended when replaced format code is not empty %{“t1″code”t2”}.
  • Fix MP4 free form names longer than 4 characters with TagLib.
  • Support DOS line endings with “Import CSV”.
  • Set CTOC and CHAP element ID from values in the frame table.
  • Correctly add frame when “Edit” is clicked on non existing frame.
  • Show correct icon in Wayland session.
  • Improve editing of ISO date/time values with validation enabled.
  • Bundle OpenSSL libraries with self-contained Linux package.

How to Install Kid3 3.6.2 in Ubuntu:

The developer maintains a PPA repository with the software packages for all current Ubuntu releases.

Open terminal either via Ctrl+Alt+T shortcut key or by searching for ‘terminal’ from software launcher. When it opens, do following steps one by one.

1. Copy and paste following command in terminal and hit run to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

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

2. Then you can upgrade Kid3 from a previous version via Software Updater:

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

For KUbuntu, you may replace kid3-qt with kid3 in the last command for KDE integration.

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --autoremove kid3 kid3-*

Kid3 audio tag editor 3.6.1 was released earlier today. Here’s how to install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04, and/or Ubuntu 14.04.

This bugfix release improves the speed when saving with a lot of unchanged files in the directory. It fixes wrong parsing of the xid atom when using the Mp4v2Metadata plugin, scrolling to the opened file when using a custom sort order in the file list and avoids changing the file name extension when setting file names from the tags.

Kid3 3.6.1 changelog:

  • Faster saving when many files are unchanged.
  • Do not change file extension when creating file name from tags.
  • Support for cross building.
  • Fix parsing of xid atom with Mp4v2Metadata plugin.
  • Scroll to opened file after sorting file list.
  • Avoid recursion when automatically applying format.

How to Install Kid3 3.6.1 in Ubuntu:

The developer maintains a PPA repository with the latest packages for all current Ubuntu releases.

1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

Type in your password (no visual feedback while typing) when it asks and hit Enter to continue.

2. Then run following commands to install or upgrade the audio editor:

sudo apt update 

sudo apt install kid3-qt

For KDE users, replace kid3-qt in the last command with kid3 for better integration.

To upgrade Kid3 from an existing release, simply install the updates via Software Updater:

Uninstall:

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

To remove Kid3 tag editor, either use system package manger or run command:

sudo apt-get remove --autoremove kid3 kid3-*

Kid3 audio tag editor got an update by releasing v3.5.1 earlier today with performance improvements and a few fixes.

Changes in Kid3 3.5.1 include:

  • Compatibility of imported and exported CSV files with cells containing new line characters.
  • Do not show unknown frames for ID3v2.3 TDAT, TIME, TYER, TRDA frames.
  • Enable high-DPI scaling for Qt >= 5.6.
  • Change AppStream directory from appdata to metainfo.
  • Fix crash with DSF files having sample rates other than 2822400 or 5644800.

How to Install Kid3 3.5.1 in Ubuntu:

The software has an official PPA that so far offers most recent packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and derivatives.

1. Open terminal via Ctrl+Alt+T or by searching ‘terminal’ from app launcher. Then run command to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

Type in your password (no visual feedback while typing) when it asks and hit Enter to continue.

2. Then upgrade Kid3 from an existing release via Software Updater:

or run following commands to install or upgrade the audio editor:

sudo apt update 

sudo apt install kid3

Uninstall:

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

To remove Kid3 tag editor, either use system package manger or run command:

sudo apt-get remove --autoremove kid3 kid3-*