Hello! When listening to online radio station, you can see that Winamp displays metadata information that contains:
Title
Arist
Genre
Stream
Homepage
If use IPC_GETPLAYLISTFILEW or IPC_GETPLAYLISTTITLEW I always get a combined string consists of: Artist+Title+Stream.
How to get these values separately when listening to a radio station? What commands can the plugin send?
And how to get metadata like Server, Content-Type etc.? There is no any information in SDK.
Thanks!
Title
Arist
Genre
Stream
Homepage
If use IPC_GETPLAYLISTFILEW or IPC_GETPLAYLISTTITLEW I always get a combined string consists of: Artist+Title+Stream.
How to get these values separately when listening to a radio station? What commands can the plugin send?
And how to get metadata like Server, Content-Type etc.? There is no any information in SDK.
Thanks!
Comment