I'm wondering why when I try to implement the GetSongsByGenre function of the music database, the list I pass to be popluated does indeed get populated but the songs don't have any type of real information. It's basically hundreds of blank items that will not play with g_player and have no title/artist/etc information. I'm using the syntax of GetSongsByGenre(genre, list) with those being a string with a valid genre name and the list being a list of song. The function used to need the genreid but that seems to have been changed. Am I missing something, or is it just not working?