Version 0.9.3.11.12
This is a BUG FIX release and a BETA release (0.9.3.12-beta12)
Changelog
- implementing #219 - Don't stop playback when entering
another playlist. A config option (Continuous playback) has
been added to help realize this feature - fixing #286 - Sorting Error
- fixing #287 - Header Error
- fixing build license warning
- mpv reply will not stop being parsed when title found
Packagers notice
Please do read the updated Packager's Info!
Please refer to: https://github.com/coderholic/pyradio/blob/master/docs/packaging.md
Changed files
Changelog | 12 ++++-
docs/index.html | 12 ++++-
pyproject.toml | 6 +--
pyradio/__init__.py | 2 +-
pyradio/browser.py | 2 +-
pyradio/common.py | 1 +
pyradio/config | 11 +++++
pyradio/config.py | 15 ++++++
pyradio/config_window.py | 4 +-
pyradio/install.py | 2 +-
pyradio/messages_system.py | 8 ++++
pyradio/player.py | 12 +++--
pyradio/radio.py | 120 +++++++++++++++++++++++++++++++++-------------
pyradio/window_stack.py | 3 ++
14 files changed, 164 insertions(+), 46 deletions(-)