Skip to content

Version 0.9.2.6

Choose a tag to compare

@s-n-g s-n-g released this 08 May 11:28
· 502 commits to master since this release

Changelog

  • using pipx for installation on "externally-managed" python installations
  • adding cache for pipx installation (and command line parameters to handle it)
  • --list will indicate Group Headers
  • started working on scheduling
  • updating docs

Packagers notice

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

Changed files

 Changelog                                  |  10 +
 README.html                                |  41 +-
 README.md                                  |  47 ++-
 build.html                                 | 172 ++++----
 build.md                                   | 213 ++++------
 desktop-notification.html                  |   3 +-
 desktop-notification.md                    |   4 +-
 devel/build_install_pyradio                | 376 +++++++++---------
 devel/build_install_pyradio.bat            |   1 +
 devel/fix_pyradio_desktop_file             |  11 +-
 devel/pre-commit                           |  33 +-
 devel/what_tag                             |   8 +
 linux-pipx.html                            | 226 +++++++++++
 linux-pipx.md                              | 322 +++++++++++++++
 linux.html                                 | 134 +++++++
 linux.md                                   | 139 +++++++
 macos.html                                 | 116 ++++++
 macos.md                                   | 130 ++++++
 pip-error.html                             |  73 ++++
 pip-error.md                               |  52 +++
 pyproject.toml                             |   2 +-
 pyradio.1                                  |  12 +-
 pyradio/__init__.py                        |   2 +-
 pyradio/cjkwrap.py                         |   1 +
 pyradio/config.py                          |   4 +
 pyradio/install.py                         | 614 +++++++++++++++++++++++------
 pyradio/main.py                            | 108 ++++-
 pyradio/radio.py                           |  20 +-
 pyradio/schedule.py                        | 459 +++++++++++----------
 pyradio/schedule_win.py                    | 427 +++++++++++++-------
 pyradio/simple_curses_widgets.py           | 273 ++++++++++++-
 pyradio/themes/blue-by-boxer.pyradio-theme |  44 +++
 pyradio/win.py                             |   2 +-
 requirements_pipx.txt                      |   7 +
 server.html                                |   3 +-
 server.md                                  |   4 +-
 windows-mplayer.html                       |   1 -
 windows-mplayer.md                         |   2 -
 windows-mpv.html                           |   1 -
 windows-mpv.md                             |   2 -
 windows.html                               |   1 -
 windows.md                                 |   2 -
 42 files changed, 3078 insertions(+), 1024 deletions(-)