Version 0.8.9.30 (0.9-beta27)
Changelog
- Adding a Desktop File
- Adding Desktop Notifications
- Adding --terminal and --terminal-param command line options
- Adding --no-themes command line option
- Fixing Windows uninstallation script
- Fixing opening registers by name
- Fixing ping command for BSD
- The installation will fail if pip not found
- Trying to restore windows title on exit (not for Windows)
- URL will not overlap the title
- Updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 14 +
README.html | 124 ++++++---
README.md | 105 ++++++-
build.html | 11 +-
build.md | 29 +-
desktop-notification.html | 153 ++++++++++
desktop-notification.md | 169 +++++++++++
devel/build_install_pyradio | 45 ++-
devel/build_install_pyradio.bat | 15 +-
devel/changelog2commit | 2 +-
devel/fix_pyradio_desktop_file | 256 +++++++++++++++++
devel/get_cjkwrap | 2 +-
devel/get_countries | 2 +-
devel/pre-commit | 15 +-
devel/pyradio.desktop | 11 +
devel/what_tag | 2 +-
pyradio.1 | 384 +++++++++++++++++++------
pyradio/__init__.py | 2 +-
pyradio/config | 13 +
pyradio/config.py | 218 ++++++++++++++-
pyradio/config_window.py | 133 ++++++---
pyradio/html_help.py | 2 +-
pyradio/install.py | 5 +-
pyradio/log.py | 317 ++++++++++++++++++++-
pyradio/main.py | 70 ++++-
pyradio/notification | 0
pyradio/ping.py | 3 +-
pyradio/player.py | 5 +-
pyradio/radio.py | 194 ++++++++++---
pyradio/schedule.py | 587 +++++++++++++++++++++++++++++++++++++++
pyradio/schedule_win.py | 530 +++++++++++++++++++++++++++++++++++
pyradio/simple_curses_widgets.py | 530 +++++++++++++++++++++++++++++++----
pyradio/themes.py | 102 +++----
pyradio/win.py | 12 +-
pyradio/window_stack.py | 8 +
pyradio_rb.1 | 1 +
radio-browser.html | 4 +-
windows-mplayer.html | 2 +-
windows-mpv.html | 2 +-
windows.html | 10 +-
40 files changed, 3692 insertions(+), 397 deletions(-)