Skip to content

Version 0.9.2.11

Choose a tag to compare

@s-n-g s-n-g released this 20 Jun 11:26
· 466 commits to master since this release

Changelog

  • implementing station recording for MPlayer media player
  • players' config file will be backed up on Windows
  • fixing a couple of potential crashes

Packagers notice

Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio

Changed files

 Changelog           |   8 +-
 README.html         |   8 +-
 pyproject.toml      |   2 +-
 pyradio/__init__.py |   2 +-
 pyradio/config.py   |  14 ++-
 pyradio/install.py  |  11 ++-
 pyradio/main.py     |   9 +-
 pyradio/player.py   | 239 ++++++++++++++++++++++++++++++++++++++++++++++------
 pyradio/radio.py    |  37 ++++++--
 pyradio/server.py   |   3 +-
 recording.html      |  24 ++++--
 recording.md        |  27 ++++--
 12 files changed, 327 insertions(+), 57 deletions(-)