Does anybody know how to display album art / cover art in Qt?
A:
You can try TagLib. If having trouble, have a look at this thread or search StackOverflow for TagLib.
Exa
2010-07-27 12:15:22
But can i use TagLib in Qt?
ruby
2010-07-27 12:34:01
Of course, it's just a lib that can be used in a few languages, for example c, which you are using together with Qt. Maybe you find some good example for TagLib on the Internet :) Hope I could help you :)
Exa
2010-07-27 14:02:33
Thanks a lot...I tried using it but still not successful. Thinking of debugging Totem/ Rhythmbox
ruby
2010-07-29 05:44:42