Skip to content

Version 0.9.1

Choose a tag to compare

@s-n-g s-n-g released this 20 Feb 20:36
· 537 commits to master since this release

Changelog

  • adding pyproject.toml (as per pep-0518)
  • adding the --config-dir (-c) command line argument (as per #187) - Not available on Windows
  • adding icons directory to distribution
  • adding the /set_volume (/sv) text only RC command
  • adding the /volume (/v) text only RC command
  • adding WNYC station to stations.csv
  • working on Windows MPV installation procedure (making it less cumbersome and transparent)
  • fixing system themes main border color
  • fixing typos (thanks to @Wikinaut)

Packagers notice

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

Changed files

 Changelog                       |  14 ++++
 README.html                     |  76 +++++++++++-------
 README.md                       |  48 +++++++-----
 desktop-notification.html       |   9 +++
 desktop-notification.md         |  12 +++
 devel/build_install_pyradio     |   3 +-
 devel/build_install_pyradio.bat |  11 ++-
 devel/fix_pyradio_desktop_file  |  48 +++++++-----
 devel/pre-commit                |  12 +++
 devel/update_win_mplayer        |  46 +++++++++++
 pyproject.toml                  |  34 ++++++++
 pyradio.1                       |  10 +--
 pyradio/__init__.py             |   2 +-
 pyradio/config                  |   6 +-
 pyradio/config.py               |  46 +++++++++--
 pyradio/edit.py                 |   4 +-
 pyradio/icons/pyradio.ico       | Bin 0 -> 92784 bytes
 pyradio/icons/pyradio.png       | Bin 0 -> 161726 bytes
 pyradio/log.py                  |  41 +++++-----
 pyradio/main.py                 |  57 +++++++++++++-
 pyradio/player.py               | 160 +++++++++++++++++++++++++++++---------
 pyradio/radio.py                | 110 +++++++++++++++++++-------
 pyradio/schedule.py             |   2 +-
 pyradio/server.py               |  77 +++++++++---------
 pyradio/stations.csv            |   2 +-
 pyradio/themes.py               |  12 +++
 pyradio/win.py                  | 167 ++++++++++++++++++++++++++++------------
 windows.html                    |   6 +-
 windows.md                      |   6 +-
 29 files changed, 761 insertions(+), 260 deletions(-)