Skip to content

Releases: coderholic/pyradio

Version 0.8.9.14 (0.9-beta11)

13 Feb 22:21
Compare
Choose a tag to compare

Yet another beta release... and a bug fix one too...

Changelog

  • fixing typo in player.py

Packagers notice

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

Changed files

 Changelog           | 6 +++++-
 README.html         | 6 +++++-
 pyradio/__init__.py | 2 +-
 pyradio/player.py   | 2 +-
 4 files changed, 12 insertions(+), 4 deletions(-)

Version 0.8.9.13 (0.9-beta10)

13 Feb 10:45
Compare
Choose a tag to compare

Yet another beta release... and a bug fix one too...

Changelog

  • fixing #148
  • fixing a potential psutil crash

Packagers notice

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

Changed files

 Changelog           |  5 ++++
 README.html         |  5 ++++
 pyradio/__init__.py |  2 +-
 pyradio/player.py   | 68 ++++++++++++++++++++++++++++++++++++++++++-----------
 4 files changed, 65 insertions(+), 15 deletions(-)

Version 0.8.9.12 (0.9-beta9)

26 Jan 12:58
Compare
Choose a tag to compare

Yet another beta release... and a bug fix one too...

Changelog

  • Fixing install.py

Packagers notice

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

Changed files

 Changelog           | 4 ++++
 README.html         | 4 ++++
 pyradio/__init__.py | 2 +-
 pyradio/install.py  | 8 ++++----
 4 files changed, 13 insertions(+), 5 deletions(-)

Version 0.8.9.11 (0.9-beta8)

25 Jan 22:07
Compare
Choose a tag to compare

Yet another beta release...

Changelog

  • Fixing (#147): Cannot type "t" in RadioBrowser Search window
  • Trying to fix install.py crash
  • Adding MPV support on Windows

Packagers notice

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

Changed files

 Changelog                        |   6 ++
 README.html                      |  10 ++-
 README.md                        |   4 +-
 devel/build_install_pyradio.bat  |  33 ++++----
 devel/pre-commit                 |   4 +-
 pyradio/__init__.py              |   2 +-
 pyradio/config.py                |  17 ++--
 pyradio/install.py               | 151 +++++++++++++++++++++++++--------
 pyradio/player.py                | 191 +++++++++++++++++++++++++++++-------------
 pyradio/radio.py                 |   9 +-
 pyradio/simple_curses_widgets.py |   3 +
 windows-mpv.html                 | 104 +++++++++++++++++++++++
 windows-mpv.md                   | 100 ++++++++++++++++++++++
 windows.html                     |  33 ++++++--
 windows.md                       |  43 ++++++++--
 15 files changed, 573 insertions(+), 137 deletions(-)

Version 0.8.9.10 (0.9-beta7)

17 Jan 19:40
Compare
Choose a tag to compare

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(-)

Version 0.8.9.9 (0.9-beta6)

31 Aug 10:23
Compare
Choose a tag to compare

Yet another beta release...

Changelog

  • Search history navigation will work with normal keys in addition to Control-key combinations (when a line editor does not have the focus)
  • When navigating to a new search term, in the RadioBrowser Search Window, the two main check boxes will always get the focus (makes it easier to navigate using normal keys)
  • Docs Updated

Packagers notice

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

Changed files

 Changelog                        |  10 ++
 README.html                      |   2 +-
 README.md                        |   8 +-
 devel/build_install_pyradio      |   4 +-
 devel/pre-commit                 |   8 +-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               | 342 +++++++++++++++++++++++++++++++++---------
 pyradio/install.py               |  29 ++--
 pyradio/radio.py                 |  20 ++-
 pyradio/simple_curses_widgets.py | 140 ++++++++++++++---
 pyradio/window_stack.py          |   9 +-
 pyradio_rb.1                     |   4 +
 radio-browser.html               |   1 +
 radio-browser.md                 |   2 +
 14 files changed, 471 insertions(+), 110 deletions(-)

Version 0.8.9.8 (0.9-beta5)

22 Aug 10:31
Compare
Choose a tag to compare

Yet another beta and BUG FIX release...

Changelog

  • Fixing RadioBrowser save pop up window
  • Interchanging ^T and ^Y in the RadioBrowser Search Window
  • Adding FULL_SCREEN_MODES for farter rendering

Packagers notice

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

Changed files

 Changelog               |   6 +++
 README.html             |  16 +++++++
 README.md               |  18 +++++++
 devel/pre-commit        |   3 ++
 pyradio/__init__.py     |   2 +-
 pyradio/browser.py      | 124 ++++++++++++++++++++++++++++--------------------
 pyradio/radio.py        |  90 +++++++++++++++--------------------
 pyradio/window_stack.py |  10 ++++
 pyradio_rb.1            |  33 +++++++------
 radio-browser.html      |  13 ++---
 radio-browser.md        |  19 ++++----
 11 files changed, 200 insertions(+), 134 deletions(-)

Version 0.8.9.7 (0.9-beta4)

20 Aug 15:24
Compare
Choose a tag to compare

Yet another beta release...

All that's left right now is the "RadioBrowser Configuration Window" and we are off for v. 0.9 :)

Changelog

  • RadioBrowser: closing with "q" or "Escape"
  • RadioBrowser: do not close if network fails
  • RadioBrowser: added hidebroken to all queries
  • RadioBrowser: if limit=0, disable result limit
  • RadioBrowser: finalized config save / read function
  • RadioBrowser: All Search Window movement keys (^N, ^P, ^Y) will add a new history item (if possible)
  • RadioBrowser: ^B does not save history to file
  • RadioBrowser: Better navigation in the Search Window
  • Fixed a couple of python 2 crashes
  • Updated docs

Packagers notice

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

Changed files

 Changelog                        |  18 ++-
 README.html                      |  13 +-
 README.md                        |  17 ++-
 devel/pre-commit                 |  24 ++++
 pyradio.1                        |   2 +-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               | 123 +++++++++++++-----
 pyradio/config.py                |   2 +-
 pyradio/config_window.py         |   2 +-
 pyradio/edit.py                  |   2 +-
 pyradio/player.py                |  33 ++---
 pyradio/radio.py                 | 198 +++++++++++++++++++----------
 pyradio/simple_curses_widgets.py | 288 +++++++++++++++++++++++++++++++++++-------
 pyradio/themes.py                |  12 +-
 pyradio/window_stack.py          |   2 +
 pyradio_rb.1                     |  18 ++-
 radio-browser.html               |  29 ++---
 radio-browser.md                 |  40 +++---
 windows-mplayer.html             |   4 +-
 windows-mplayer.md               |   4 +-
 windows.html                     |   4 +-
 windows.md                       |   4 +-
 22 files changed, 606 insertions(+), 235 deletions(-)

Version 0.8.9.6 (0.9-beta3)

15 Aug 14:34
Compare
Choose a tag to compare

Yet another beta release...

Changelog

  • Version 0.8.9.6 (0.9-beta3)
  • RadioBrowser History Management finalized
  • Fields' placement fixed in RadioBrowser Search Window
  • RadioBrowser man page added
  • Docs updated

Packagers notice

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

Changed files

 Changelog                        |   7 +
 devel/build_install_pyradio      |   8 +
 pyradio.1                        | 231 ++++++++++----------
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               | 468 ++++++++++++++++++++++++++++++-----------
 pyradio/config.py                |   1 +
 pyradio/radio.py                 |  31 ++-
 pyradio/simple_curses_widgets.py |   4 +-
 pyradio_rb.1                     | 252 ++++++++++++++++++++++
 radio-browser.html               |  31 +--
 radio-browser.md                 |  25 ++-
 11 files changed, 799 insertions(+), 261 deletions(-)

Version 0.8.9.5 (0.9-beta2)

11 Aug 14:26
Compare
Choose a tag to compare

Yet another beta release...

Changelog

  • Version 0.8.9.5 (0.9-beta2)
  • Fixed a crash that would occur when searching for name only in RadioBrowser Search Window
  • Do not display the Theme Selection Window when pressing "t" in a RadioBrowser Line Editor
  • Updated History legend area
  • Updated docs

Packagers notice

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

Changed files

 Changelog                        |   9 +++
 README.html                      |  18 +++---
 README.md                        |  26 ++++-----
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               | 116 ++++++++++++++++++++++++++-------------
 pyradio/radio.py                 |   3 +-
 pyradio/simple_curses_widgets.py |  12 +++-
 7 files changed, 122 insertions(+), 64 deletions(-)