yomguy / DeeFuzzer

Light and instant media streaming client for web radios and TVs written in Python
https://github.com/yomguy/DeeFuzzer
GNU General Public License v3.0
143 stars 30 forks source link

Latest fixes (restart now works!) #45

Closed achbed closed 9 years ago

achbed commented 9 years ago

Move thread execution detection into create loop (as we can't restart dead threads) Altered create loop to run all the time (instead of only at station creation) Fixed issue where streams would not be closed if an error occurred in playlist advancement Fixed issue where saved playlist position could result in an index overflow Added maxretry value (determines how many times to attempt a station thread restart) Fixed minor documentation things

yomguy commented 9 years ago

Great work, thanks @achbed !