How to get values of mp3 tag from qcd? [Archive] - Quintessential Forum

PDA

View Full Version : How to get values of mp3 tag from qcd?


Maksik
02-04-2004, 06:55 AM
How can I get this values such as Album Year, Genre. PluginServiceInfo doesn't provide that abilities.

shaohao
02-04-2004, 02:40 PM
So far as I know--only Title, Artist and Album are avaliable.

Maksik
02-04-2004, 07:15 PM
So far as I know--only Title, Artist and Album are avaliable.
No! opGetTrackNum returns Track Number in album.

I think Paul can answer my question.

acozz
02-04-2004, 07:21 PM
You can't get those values through the service ops.

Maksik
02-04-2004, 08:35 PM
You can't get those values through the service ops.
And is there another way to get those values?

acozz
02-04-2004, 10:11 PM
You could look into using id3lib, otherwise maybe you could load the tag plugins and use them as an interface to the tags. I don't know how to do the ladder, Paul would have to enlighten us.