Greg N. - 2006-05-12

I have been looking over libipod and I was wondering if there's an easy way to get database information such as all tracks by an artist, all tracks from a certain album name, or all albums by an artist. Individual track information is not important, just the string values.
For example, I would pass a string pointer for artist name and the function would return a linked list of strings of track names and maybe track IDs.

Thanks,
Greg