App to read and write tags of audio files with Qt GUI and Taglib
- CMake 3.18.2 or above - https://cmake.org/download
- Qt 5.15 or above - https://www.qt.io/download
If you do not have CMAKE_PREFIX_PATH
you can fix it in 2 ways:
- go into
utag/CMakeLists.txt
and addset(CMAKE_PREFIX_PATH "/your/path/to/qt")
- or you can just write in terminal
export CMAKE_PREFIX_PATH=/your/path/to/qt
./build.sh
./utag [directory]
-
Allows to edit different tags of audio files
-
Supports
.mp3 .flac .wav .ogg
audio formats -
Supports to sort audio file items in alphabetical (ascending and descending) and order by selected tags
-
Opens the directory with the audio files through the GUI as well as through the command-line argument
-
Supports dark and light themes for customizing the look and feel of the editor's entire user interface
- CMake
- Qt
- Taglib
Collision is an open-sourced software licensed under the MIT license.