Page 1 of 1

API, SDBSongData.Artist.ID always 0?

Posted: Sat May 30, 2015 2:41 pm
by Sheepish666
Hello all,

This is my first post and I am new to MediaMonkeys API so please forgive me if my question is poorly worded :)

I am having a problem with SDBSongData.Artist.ID returning 0 for all songs. SDBSongData.Artist.Name and SDBSongData.Album.ID both return the correct data. Is this a known bug or am I missing something?

MediaMonkey Version : 4.1.5.1719


Thanks in advance :)

-Steven.

Re: API, SDBSongData.Artist.ID always 0?

Posted: Wed Jun 03, 2015 2:54 pm
by trixmoto
This has been discussed before... http://www.mediamonkey.com/forum/viewto ... =artist+id

The reason it returns 0 is because it would actually need to return a list of IDs, as there could be multiple artists, and the developers decided not to do this for performance reasons.