Skip to content

Version 0.9.2.13

Choose a tag to compare

@s-n-g s-n-g released this 15 Jul 11:40
· 442 commits to master since this release

Changelog

  • all search widgets will save up to 20 of their last search terms
  • VLC will now save its default volume
  • adding --record command line parameter
  • \l will toggle the "Open last playlist" config setting
  • updating docs

Packagers notice

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

Changed files

 Changelog                        |   8 +
 README.html                      |  33 +++-
 README.md                        |  29 ++-
 pyproject.toml                   |   2 +-
 pyradio.1                        |  17 +-
 pyradio/__init__.py              |   3 +-
 pyradio/compare_files.py         |   1 +
 pyradio/config.py                |  30 ++-
 pyradio/config_window.py         |   2 +-
 pyradio/del_vlc_log.py           |   1 +
 pyradio/html_help.py             |   1 +
 pyradio/install.py               |   2 +-
 pyradio/log.py                   |   2 +-
 pyradio/main.py                  |   5 +-
 pyradio/ping.py                  |   1 +
 pyradio/player.py                | 389 +++++++++++++++++++++++++--------------
 pyradio/radio.py                 |  92 +++++++--
 pyradio/schedule.py              |   1 +
 pyradio/schedule_win.py          |   1 +
 pyradio/server.py                |   1 +
 pyradio/simple_curses_widgets.py | 125 +++++++++++--
 pyradio/win.py                   |   1 +
 pyradio/win_del_old_inst.py      |   1 +
 pyradio/window_stack.py          |   1 -
 recording.html                   |   7 +
 recording.md                     |  15 ++
 26 files changed, 563 insertions(+), 208 deletions(-)