Hi all,
I'm trying to get the tags from an mp3/ogg collection into a class, and rather than try to figure out how to obtain the tag information myself {which is pointless as it's been done} I'd rather either use a library, or id3ed. However, I'm not sure how to start.
I've used fork and exec functions before, and know that there's also a wait function, but I'm not sure how I can take the useful output from one program and use it.
An example that jumps to mind of the sort of thing that XCDRoast does... It's a GUI for burning CD's, but it uses another program to do the burning. It also happens to display the % done and speed ... so it must have some "communication" with the program doing the burning.
Thanks in advance,
James
I'm trying to get the tags from an mp3/ogg collection into a class, and rather than try to figure out how to obtain the tag information myself {which is pointless as it's been done} I'd rather either use a library, or id3ed. However, I'm not sure how to start.
I've used fork and exec functions before, and know that there's also a wait function, but I'm not sure how I can take the useful output from one program and use it.
An example that jumps to mind of the sort of thing that XCDRoast does... It's a GUI for burning CD's, but it uses another program to do the burning. It also happens to display the % done and speed ... so it must have some "communication" with the program doing the burning.
Thanks in advance,
James
