https://github.com/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.
https://github.com/keshavbhatt/libtag-test-qt
c-plus-plus libtaglib-binding linux-app qt qt5-applications
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/keshavbhatt/libtag-test-qt
- Owner: keshavbhatt
- Created: 2019-07-31T20:24:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T19:18:43.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T04:52:50.888Z (about 2 years ago)
- Topics: c-plus-plus, libtaglib-binding, linux-app, qt, qt5-applications
- Language: C++
- Homepage:
- Size: 260 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

# License
[WTFPL](https://en.m.wikipedia.org/wiki/WTFPL?wprov=sfla1)