Changelog
- adding calculated messages windows color
- adding "Calculated Color" config option
- Windows installation will try to install 7-Zip, if not already installed
- updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
build.html | 20 +-
devel/pre-commit | 19 +-
pyradio.1 | 104 ++++++-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 16 +-
pyradio/config.py | 167 ++++++++++-
pyradio/config_window.py | 214 ++++++++------
pyradio/edit.py | 28 +-
pyradio/player.py | 51 +++-
pyradio/radio.py | 281 +++++++++++++++++--
pyradio/themes.py | 308 +++++++++++++++++----
pyradio/themes/classic_by_obsdg.pyradio-theme | 7 +-
pyradio/themes/cupcake_by_edunfelt.pyradio-theme | 7 +-
.../themes/fairyflossy_by_edunfelt.pyradio-theme | 7 +-
pyradio/themes/gruvbox_dark_by_sng.pyradio-theme | 7 +-
pyradio/themes/gruvbox_light_by_sng.pyradio-theme | 8 +-
pyradio/themes/minima_by_ben_chile.pyradio-theme | 7 +-
pyradio/themes/pastel_based_by_sng.pyradio-theme | 7 +-
pyradio/win.py | 45 ++-
radio-browser.html | 60 ++--
windows-mplayer.html | 10 +-
windows-mpv.html | 10 +-
windows.html | 36 +--
windows.md | 6 +-
27 files changed, 1359 insertions(+), 379 deletions(-)