Skip to content

Version 0.9.2.14

Compare
Choose a tag to compare
@s-n-g s-n-g released this 04 Oct 13:53
· 164 commits to master since this release

Changelog

  • adding players buffering
  • [B] will be displayed at top left corner of the window when player is buffering
  • adding "Force transparency" config option (as per #201)
  • redisigning players' extra parameters window
  • removing command line parameters -ep, -ap, lp and changing -ocd etc.
  • Windows: MPV installation will check CPU flags to download V3 or normal mpv release
  • fix_pyradio_desktop_file: parameters will be placed after terminal name (before -e)
  • fixing mpv parameter which might throw a warning which would break the TUI
  • fixing mplayer volume parsing error
  • fixing a couple of python2 crashes
  • updating build_install_pyradio (as per #203)
  • updating docs

Packagers notice

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

Changed files

 Changelog                                 |  20 +
 README.html                               | 239 ++++++++---
 README.md                                 | 181 ++++----
 devel/build_install_pyradio               |   4 +-
 devel/build_install_pyradio.bat           |   8 +
 devel/fix_pyradio_desktop_file            |   6 +-
 devel/pre-commit                          |   4 +-
 devel/update_win_mplayer                  |  46 --
 devel/update_win_players                  |  86 ++++
 pyproject.toml                            |   2 +-
 pyradio.1                                 | 188 ++++----
 pyradio/__init__.py                       |   2 +-
 pyradio/config                            |  10 +
 pyradio/config.py                         | 205 +++------
 pyradio/config_window.py                  | 671 +++++++++++++++++++++--------
 pyradio/edit.py                           | 141 ++++++
 pyradio/install.py                        |   5 +-
 pyradio/log.py                            |  25 +-
 pyradio/main.py                           | 169 ++------
 pyradio/player.py                         | 687 +++++++++++++++++++++---------
 pyradio/radio.py                          | 315 ++++++++++----
 pyradio/simple_curses_widgets.py          | 431 +++++++++++++++----
 pyradio/themes.py                         |  79 ++--
 pyradio/themes/AM_by_amski1.pyradio-theme |  43 ++
 pyradio/win.py                            | 127 +++++-
 pyradio/window_stack.py                   |  34 +-
 pyradio_rb.1                              |   2 +-
 27 files changed, 2570 insertions(+), 1160 deletions(-)