Version 0.9.3.8
Changelog
- pressing "*" will add the selected station to favorites
- adding the possibility to declare a "Referer URL" for a station
- pyradio-client: /title will actually report the song title
- pyradio-client: beautifying output
- removing more python 2 code
- updating docs
Packagers notice
Please do read the updated Packager's Info!
Please refer to: https://github.com/coderholic/pyradio/blob/master/packaging.md
Changed files
Changelog | 9 +++++
docs/index.html | 60 ++++++++++++++++++++++++++-----
docs/index.md | 70 +++++++++++++++++++++++++++++++-----
docs/pyradio-client.1 | 2 +-
docs/pyradio.1 | 65 ++++++++++++++++++++++++++++++++--
docs/pyradio_rb.1 | 2 +-
docs/pyradio_rec.1 | 2 +-
docs/pyradio_server.1 | 2 +-
pyproject.toml | 2 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 8 ++---
pyradio/client.py | 39 ++++++++++----------
pyradio/config.py | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
pyradio/config_window.py | 2 +-
pyradio/edit.py | 4 +--
pyradio/install.py | 2 +-
pyradio/main.py | 23 +-----------
pyradio/messages_system.py | 32 +++++++++--------
pyradio/player.py | 64 +++++++++++++++++++++++++--------
pyradio/radio.py | 53 +++++++++++++++++++++------
pyradio/server.py | 2 +-
pyradio/win.py | 2 +-
pyradio/xdg.py | 3 ++
setup.py | 6 +---
24 files changed, 447 insertions(+), 125 deletions(-)