keshavbhatt / libtag-test-qt

This is a sample app which utilise LibTag to read audio files metadata. Tested on Ubuntu with libtag version 1.9.1 installed in system lib path.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibTag (1.9.1) test-qt

This is a sample app which utilise LibTag to read audio files metadata. Tested on Ubuntu with libtag version 1.9.1 installed in system lib path and Qt 5.5.1 or above.

Build instructions

  • install libtag1-dev (sudo apt install libtag1-dev)
  • open project set dir path where you have some music files in mainwindow.cpp .
  • build and run app, click load meta button to load metadata of audio files in listWidget like in screenshot below.

Screenshot

LibTag test app Qt c++ By Keshav Bhatt

License

WTFPL

About

This is a sample app which utilise LibTag to read audio files metadata. Tested on Ubuntu with libtag version 1.9.1 installed in system lib path.


Languages

Language:C++ 83.7%Language:QMake 16.3%