A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
Go to file
Martchus 956efb2ea4 added build instructions 2015-05-19 22:59:28 +02:00
application First commit 2015-04-22 19:33:53 +02:00
cli First commit 2015-04-22 19:33:53 +02:00
gui removed unnecessary lines of code (drag & drop implementation) 2015-05-06 22:42:52 +02:00
misc First commit 2015-04-22 19:33:53 +02:00
pkgbuild updated PKGBUILD files 2015-04-30 01:02:03 +02:00
renamingutility First commit 2015-04-22 19:33:53 +02:00
resources First commit 2015-04-22 19:33:53 +02:00
translations First commit 2015-04-22 19:33:53 +02:00
.gitignore Initial commit 2015-04-22 19:19:54 +02:00
LICENSE Initial commit 2015-04-22 19:19:54 +02:00
README.md added build instructions 2015-05-19 22:59:28 +02:00
general.pri First commit 2015-04-22 19:33:53 +02:00
tageditor.pro removed (outcommented) file 2015-04-29 22:04:18 +02:00

README.md

tageditor

A tageditor with Qt GUI and command line interface. Supports MP4 (iTunes), ID3, Vorbis and Matroska.

Build instructions

The tageditor depends on c++utilities, qtutilities and tagparser. Is built in the same way as these libaries.

The following Qt 5 modules are requried: core gui script widgets webkitwidgets