Version 0.9.2.8
This release implements Stations Recording for the MPV media player.
More info at: https://github.com/coderholic/pyradio/blob/master/recording.md
Changelog
- \o will open the config directory in a file manager
- implementing station recording vor MPV media player
- implementing playback pause for MPV media player, when player in recording mode
- fixing Windows installation scripts
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 8 ++
README.html | 24 ++++++
README.md | 28 +++++++
build.html | 8 +-
build.md | 8 +-
devel/pre-commit | 7 +-
pip-error.html | 2 +-
pip-error.md | 2 +-
pyproject.toml | 2 +-
pyradio.1 | 2 +
pyradio/__init__.py | 2 +-
pyradio/config.py | 19 ++++-
pyradio/install.py | 8 +-
pyradio/log.py | 2 +-
pyradio/player.py | 201 ++++++++++++++++++++++++++++++++++++++++++++-------
pyradio/radio.py | 170 +++++++++++++++++++++++++++++++++++++++----
pyradio/window_stack.py | 3 +
recording.html | 145 +++++++++++++++++++++++++++++++++++++
18 files changed, 578 insertions(+), 63 deletions(-)