INTERACT FORUM
Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: simonk on January 08, 2012, 11:43:13 am
-
I've writing a vb.net .dll for HomeSeer, I'm doing quite well for a amateur!
I now trying to create a list of unique artists and wondered if there is a easy way of doing this within the SDK without having to cycle through each file and getting the artist name ?
Thanks
Simon
-
Bump...
-
You can get a list of Artists through the MCWS service.
http://localhost:52199/MCWS/v1/Library/Values?Field=Artist&Files=[Media%20Type]=[Audio]
(the brackets in the url mess with the forum software so just copy paste it)
You will need to change the 52199 to reflect your media network port if you aren't using the default value.