Version 0.8.9.23 (0.9-beta20)
Changelog
- pyradio can now sync with themes created by base16, pywal and theme.sh
- if session is locked, the theme selection window will not be available
- if session is locked, do not create / download (watched) theme; wait for main instance to do it instead, then just load it
- docs updated
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 8 +
README.html | 47 +-
README.md | 47 ++
build.html | 6 +-
devel/pre-commit | 6 +-
pyradio.1 | 63 ++-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 6 +-
pyradio/config.py | 649 ++++++++++++++++++++++-
pyradio/install.py | 4 +-
pyradio/main.py | 28 +-
pyradio/ping.py | 2 +-
pyradio/radio.py | 180 +++++--
pyradio/themes.py | 119 +++--
pyradio/themes/pastel_based_by_sng.pyradio-theme | 29 -
radio-browser.html | 6 +-
windows-mplayer.html | 6 +-
windows-mpv.html | 6 +-
windows.html | 6 +-
19 files changed, 1071 insertions(+), 149 deletions(-)