Version 0.8.9.1
Changelog
- Implemented the so called "Listening" mode, in which PyRadio TUI
can be reduced down to a single line (the "Status Bar"). Requested
for tilling WM use (#128)
While working on Radio Browser support, I got this BUG report,
which leaded to this release. That means that you can get a glimpse
of the upcoming Radio Browser layout (just press "O" at the
main window - return to playlist by pressing "\\") .
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
README.html | 13 +-
README.md | 17 +-
devel/build_install_pyradio.bat | 1 +
devel/get_countries | 21 +-
pyradio.1 | 3 +
pyradio/__init__.py | 2 +-
pyradio/browser.py | 1103 ++++++++++++++++++++++++++++-----------
pyradio/config.py | 12 +-
pyradio/countries.py | 1 -
pyradio/edit.py | 42 +-
pyradio/install.py | 5 +-
pyradio/player.py | 85 +--
pyradio/radio.py | 391 ++++++++++----
pyradio/window_stack.py | 8 +
15 files changed, 1241 insertions(+), 469 deletions(-)