jurassicplayer / rhythmbox-radio-record

A rhythmbox 3 plugin to record internet radio using streamripper.
GNU General Public License v2.0
2 stars 0 forks source link

Add .asx playlist support #4

Closed jurassicplayer closed 9 years ago

jurassicplayer commented 9 years ago

Grabbing the URI from Rhythmbox gives whatever URI was given to Rhythmbox when the radio station was added, not the actual stream.

XML style metafile. Could use an XML parser, or just grab the first line that has "<ref href=".

Streamripper doesn't support ripping Windows Media streams...so the usefulness of supporting this is kind of up in the air.

jurassicplayer commented 9 years ago

Uses a similar implementation to the pls playlist support (grabs first line that has "ref href="...etc.). Assumed to work since the pls one does.