Skip to content

Version 0.8.8.3

Compare
Choose a tag to compare
@s-n-g s-n-g released this 26 Feb 11:54
· 734 commits to master since this release

Changelog

  • Basic mouse support implemented
  • Config option to enable mouse support added
  • Implementing players extra parameters set.
  • Player selection Config window redesigned.
  • Adding -ep. -ap, -lp command line parameters.
  • Fixing a bug which would lead to a crash when "r" would be pressed in the config window.
  • Playback will be restarted when vital parameters are changes (encoding, connection type, player parameters).
  • When restarting playback, play the correct station not the selected one.
  • Fixing several minor bugs.

Changed files

 Changelog                        |   27 +
 README.html                      |  196 +++-
 README.md                        |  140 ++-
 build.html                       |   25 +-
 devel/build_install_pyradio.bat  |    2 +
 devel/pre-commit                 |   17 +-
 devel/reg.py                     |   28 +
 devel/unreg.py                   |   21 +
 pyradio.1                        |  150 ++-
 pyradio/__init__.py              |    7 +-
 pyradio/browser.py               |   20 +-
 pyradio/config                   |    9 +
 pyradio/config.py                |  508 ++++++++--
 pyradio/config_window.py         | 1412 ++++++++++++++++++++++-----
 pyradio/del_vlc_log.py           |    4 +-
 pyradio/edit.py                  |   76 +-
 pyradio/log.py                   |   26 +-
 pyradio/main.py                  |  168 +++-
 pyradio/player.py                | 1014 +++++++++++--------
 pyradio/radio.py                 | 2007 +++++++++++++++++++++++++-------------
 pyradio/simple_curses_widgets.py |  360 +++----
 pyradio/stations.csv             |    3 +
 pyradio/themes.py                |  187 ++--
 pyradio/window_stack.py          |   66 +-
 windows-mplayer.html             |   27 +-
 windows.html                     |   29 +-
 windows.md                       |    2 +-
 27 files changed, 4620 insertions(+), 1911 deletions(-)