Skip to content

Version 0.8.9.10 (0.9-beta7)

Compare
Choose a tag to compare
@s-n-g s-n-g released this 17 Jan 19:40
· 646 commits to master since this release

Yet another beta release...

Changelog

  • RadioBrowser config window almost finished
  • RadioBrowser search window shortcuts changes
  • save config before entering config window, when theme is changed
  • fixing compiling/build error for arch linux (#146)
  • fixing Windows installation as per (#145)
  • adding check for -p parameter (int)
  • keep looking for a station after playback failure when random is on
  • trying to better VLC start of playback detection
  • trying to eliminate crashes when window width gets small (like in tilling managers)
  • show correct help page when in online browser
  • disabling theme editing per (#141)
  • adding last opened playlist support as per (#138)
  • HTML help can be displayed using \h
  • Fixing installation of HTML files for all platforms and modes
  • Incorporating the Changelog into README.html (offline help)
  • install.py will always use the requested python version
  • install.py will use special indication per command line (-sng for --sng-master and -sng-dev for --sng-devel)
  • Adding --git option to install.py
  • Windows installation will fail if a dependency fails to install
  • mplayer on Windows: do not fail to start a station after astop/start command
  • Updating docs

Packagers notice

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

Changed files

 Changelog                        |  24 +++--
 README.html                      |  32 +++---
 README.md                        |   3 +
 build.html                       |  12 ++-
 build.md                         |  10 +-
 devel/build_install_pyradio      |   2 +-
 devel/build_install_pyradio.bat  |   5 +
 devel/pre-commit                 |   4 +-
 pyradio.1                        |   2 +-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               | 734 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
 pyradio/config_window.py         |   1 +
 pyradio/edit.py                  |   9 ++
 pyradio/install.py               |   6 ++
 pyradio/ping.py                  |  52 +++++++++
 pyradio/player.py                |  54 +++++++---
 pyradio/radio.py                 | 466 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 pyradio/simple_curses_widgets.py |  12 ++-
 pyradio/window_stack.py          |  19 +++-
 pyradio_rb.1                     | 143 +++++++++++++++++++++----
 radio-browser.html               |  92 +++++++++++++---
 radio-browser.md                 | 101 +++++++++++++++---
 22 files changed, 1507 insertions(+), 278 deletions(-)