How to read MP3 Tags Using QT
General and Desktop
4
Posts
4
Posters
5.2k
Views
2
Watching
-
Hello All,
I am working on reading MP3 ID3 tags(Album Name, Artist Name, Title etc.) by passing file path to phonon media object.
i want to use QT phonon object, i already done this by using taglib.
I am new on QT platform . Please can any one help me to do this task.
Thanks In advance. -
hi friend
try this http://developer.kde.org/~wheeler/taglib.htmland for future -> try using google ;)
good luck
-
Hi,
You can also check out this library:
👉 QAudioTagReaderIt’s a Qt-friendly wrapper around TagLib for exporting audio tags.
-
This post is deleted!