Re: [Rhythmbox-devel] Syntax for Internet Radio



On Mon, 2004-05-10 at 17:55 -0500, Brian Armstrong wrote:
> I need an example text for the internet radio property dialog box.  Would the 
> text for the "location" be something like below:
> 
> http://192.168.1.98:6008
> 
> Of course, the above is made up.  But, does this example work (I do not have 
> an example that works)?
> 
> And, what format types are compatible:  *.ram, *.pls?  Please list all types?

>From lib/rb-playlist.c

        { "audio/x-mpegurl", rb_playlist_add_m3u },
        { "audio/x-ms-asx", rb_playlist_add_asx },
        { "audio/x-scpls", rb_playlist_add_pls },
        { "application/x-smil", rb_playlist_add_smil },
        { "application/x-gnome-app-info", rb_playlist_add_desktop },
        { "video/x-ms-wvx", rb_playlist_add_asx },
        { "video/x-ms-wax", rb_playlist_add_asx },
        { "audio/x-real-audio", rb_playlist_add_ra },
        { "audio/x-pn-realaudio", rb_playlist_add_ra },
        { "application/vnd.rn-realmedia", rb_playlist_add_ra },
        { "audio/x-pn-realaudio-plugin", rb_playlist_add_ra },
        { "text/plain", rb_playlist_add_ra },
        { "video/x-ms-asf", rb_playlist_add_asf },
        { "video/x-ms-wmv", rb_playlist_add_asf },

---
Bastien Nocera <hadess hadess net> 
The young fighter had a hungry look, the kind you get from not eating
for while. 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]