Version 0.8.9.4 (0.9-beta1)
This release is really a beta release.
RadioBrowser support is implemented; but not completed.
Please check it out and report back!
Changelog
- Version 0.8.9.4 (0.9-beta1)
- Radio Browser implementation is now usable (but still not complete)
- Implemented ^N,^P to play next/previous station as per (#135)
- Several python2 fixes
- Updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 12 +
README.html | 18 +-
README.md | 13 +
build.html | 5 +-
build.md | 2 +-
devel/pre-commit | 7 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 1214 +++++++++++++++++++++++++++++++-------
pyradio/common.py | 2 +-
pyradio/edit.py | 4 +-
pyradio/player.py | 134 +++--
pyradio/radio.py | 285 +++++++--
pyradio/simple_curses_widgets.py | 369 ++++++++++--
pyradio/window_stack.py | 7 +
radio-browser.html | 212 +++++++
radio-browser.md | 174 ++++++
windows-mplayer.html | 7 +-
windows.html | 5 +-
18 files changed, 2112 insertions(+), 360 deletions(-)