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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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