Version 0.8.9.2
Changelog
- Screen flickering when moving within the stations' list eliminated (hopefully)
- VLC player is available again (disabled by unreported bug)
- Adding dnspython module availability check
- Advancing Radio Browser support
- Fixing python 2 return from Radio Browser TUI breakage
This is just another intermediate release, mainly trying to address the flickering issue reported by users...
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 7 +
README.html | 6 +-
README.md | 6 +-
build.html | 6 +-
build.md | 13 +-
devel/build_install_pyradio | 3 +-
devel/get_cjkwrap | 2 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 1055 ++++++++++++++++++++++++++++++++------
pyradio/common.py | 11 +
pyradio/config.py | 21 +-
pyradio/player.py | 8 +-
pyradio/radio.py | 540 ++++++++++++++-----
pyradio/simple_curses_widgets.py | 617 +++++++++++++++++++++-
pyradio/themes.py | 15 +-
pyradio/window_stack.py | 12 +-
16 files changed, 1992 insertions(+), 332 deletions(-)