Version 0.9.2.2
Changelog
- adding support for Groups in playlists
- making sure that the stations update thread terminates timely
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 5 +
README.html | 41 +++
README.md | 31 +++
pyproject.toml | 2 +-
pyradio.1 | 39 +++
pyradio/__init__.py | 2 +-
pyradio/browser.py | 2 +-
pyradio/common.py | 44 +++-
pyradio/edit.py | 41 ++-
pyradio/radio.py | 323 ++++++++++++++++++++---
pyradio/simple_curses_widgets.py | 538 ++++++++++++++++++++++++---------------
pyradio/window_stack.py | 11 +-
12 files changed, 818 insertions(+), 261 deletions(-)