kristopolous / DRR

A DVR to record the radio that doesn't get podcasted
http://indycast.net
MIT License
19 stars 4 forks source link

xml should be smart enough to look in streams directory pre-emptively #38

Closed kristopolous closed 9 years ago

kristopolous commented 9 years ago

currently it opens all the map files, creates a hypothetical stream file, and then only bails if it exists. This needs to be inverted ... bailing way earlier if it exists. Otherwise, loading the xml can take multiple seconds.

kristopolous commented 9 years ago

I'm using a hack that guesses the stream length now. This isn't a great hack but it does seem to work.

kristopolous commented 9 years ago

rewrote this and it's working right now