Version 0.8.9.33 (0.9-beta30)
Changelog
- adding Remote Control Server
- mpv volume will not go from zero to max when decreasing
- all file read/write will be utf-8 encoded (python2 not affected)
- fixing Windows lnk installation
- editing gruvbox themes
- adding "Border" parameter to themes as per #173 (not used by default in any of the existing themes)
- updating docs, creating pyradio_server man page
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 12 +
README.html | 32 +-
README.md | 29 +-
build.html | 3 +-
build.md | 3 +-
desktop-notification.html | 2 +-
devel/build_install_pyradio | 15 +
devel/build_install_pyradio.bat | 16 +-
devel/pre-commit | 9 +-
pyradio.1 | 27 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 16 +-
pyradio/cjkwrap.py | 3 +
pyradio/common.py | 2 +-
pyradio/compare_files.py | 3 +
pyradio/config | 9 +
pyradio/config.py | 169 ++-
pyradio/config_window.py | 501 +++++---
pyradio/del_vlc_log.py | 2 +
pyradio/edit.py | 208 +++-
pyradio/install.py | 17 +-
pyradio/log.py | 157 ++-
pyradio/main.py | 15 +-
pyradio/ping.py | 3 +
pyradio/player.py | 42 +-
pyradio/radio.py | 597 +++++++--
pyradio/server.py | 1364 +++++++++++++++++++++
pyradio/simple_curses_widgets.py | 80 +-
pyradio/themes.py | 29 +-
pyradio/themes/gruvbox_dark_by_sng.pyradio-theme | 3 +-
pyradio/themes/gruvbox_light_by_sng.pyradio-theme | 2 +
pyradio/win.py | 115 +-
pyradio/win_del_old_inst.py | 269 ++--
pyradio/window_stack.py | 19 +
pyradio_rb.1 | 3 +-
pyradio_server.1 | 196 +++
server.html | 150 +++
server.md | 163 +++
38 files changed, 3723 insertions(+), 564 deletions(-)