Re: What libraries Rhythmbox use to retrieve Internet Radio & Podcasts?
Nguyen Thai Ngoc Duy <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.rhythmbox.devel |
|---|---|
| Message-ID | <CACsJy8Dct6wFP-cqQNW6ai8rLiRhGSHpdWcoQCYx0PVv8fO-UA@mail.gmail.com> |
On Sun, Jul 3, 2011 at 4:51 PM, Phong Cao <[email protected]> wrote: > Hello everybody, > I am a beginner software programmer. I am working on my first personal > project, which requires fetching/retrieving a media stream from a website > and/or internet radio. Therefore, I just want to ask Rhythmbox developers > about which libraries Rhythmbox uses to retrieve songs from Podcasts & > Internet Radio. Is that libcurl or libmysql? Have a look at rb-podcast-manager.c. I think rhythmbox uses gio for downloading. As for episode list, I guess rb_podcast_parse_load_feed() will return such a list from .rss/.xml/.atom/.opml feed. -- Duy