Skip to content

Releases: coderholic/pyradio

Version 0.8.9.18 (0.9-beta15)

18 May 13:01
Compare
Choose a tag to compare

Yet another beta release

Changelog

  • changing shortcut w and ^W to e and ^E on the RadioBrowser Search Window
  • implementing global functions
  • fixing a couple of bugs and crashes
  • updating docs

Packagers notice

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

Changed files

 Changelog                        |  17 +-
 README.html                      |  61 ++++-
 README.md                        |  20 +-
 devel/build_install_pyradio      |  10 +-
 devel/pre-commit                 |   4 +-
 pyradio.1                        |  31 ++-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               |  83 ++++--
 pyradio/config_window.py         | 118 +++++++--
 pyradio/edit.py                  |  31 ++-
 pyradio/radio.py                 | 538 +++++++++++++++++++++++++--------------
 pyradio/simple_curses_widgets.py | 114 ++++++++-
 pyradio/themes.py                |  12 +
 pyradio/window_stack.py          |   3 -
 pyradio_rb.1                     |   8 +-
 radio-browser.html               |   6 +-
 radio-browser.md                 |   6 +-
 17 files changed, 786 insertions(+), 278 deletions(-)

Version 0.8.9.17 (0.9-beta14)

29 Apr 07:49
Compare
Choose a tag to compare

Yet another beta release

Changelog

  • adding Title's Log
  • changing versioning
  • fixing user isntallation in build_install_pyradio
  • fixing python2 main.py crash (#153)
  • updating docs

Packagers notice

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

Changed files

 Changelog                        |   8 +++
 README.html                      |  51 ++++++++++++-
 README.md                        |  48 +++++++++++++
 build.html                       |  17 +++--
 build.md                         |  14 +++-
 devel/build_install_pyradio      |  82 +++++++++++++--------
 devel/build_install_pyradio.bat  |   6 +-
 devel/pre-commit                 |   9 ++-
 pyradio.1                        |  66 ++++++++++++++++-
 pyradio/__init__.py              |   8 +--
 pyradio/common.py                |  16 +++++
 pyradio/config.py                | 151 +++++++++++++++++++++++++++++++++------
 pyradio/config_window.py         |   6 ++
 pyradio/install.py               | 126 ++++++++++++++++++++++----------
 pyradio/log.py                   |  43 ++++++++++-
 pyradio/main.py                  |  91 ++++++++---------------
 pyradio/player.py                |  12 +++-
 pyradio/radio.py                 |  82 ++++++++++++++++-----
 pyradio/simple_curses_widgets.py |  21 ++++--
 pyradio/win.py                   |  48 +++++++++++++
 pyradio_rb.1                     |   5 +-
 radio-browser.html               |   5 +-
 radio-browser.md                 |   2 +
 setup.py                         |   2 -
 windows-mplayer.html             |   3 +-
 windows-mpv.html                 |   3 +-
 windows.html                     |  21 +++++-
 windows.md                       |  27 ++++++-
 28 files changed, 764 insertions(+), 209 deletions(-)

Version 0.8.9.16 (0.9-beta13)

18 Mar 15:55
Compare
Choose a tag to compare

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

Changelog

  • Fixing install.py script
  • Installing Start Menu Shortcut on Windows

Packagers notice

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

Changed files

 devel/build_install_pyradio.bat |  5 +++++                                                                                                                            
 pyradio/__init__.py             |  2 +-                                                                                                                               
 pyradio/install.py              | 57 ++++++++++++++++++++++++++++++---------------------------                                                                        
 3 files changed, 36 insertions(+), 28 deletions(-) 

Version 0.8.9.15 (0.9-beta12)

18 Mar 10:52
Compare
Choose a tag to compare

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

Changelog

  • fixing "0" and "$" insertion on RadioBrowser search window
  • macOS installation method updated to pip
  • fixing a macOS RadioBrowser interface breakage
  • Windows installation method updated to pip
  • adding F7, F8, F9, F10 functionality for Windows
  • updating docs

Packagers notice

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

Changed files

 Changelog                       |  11 +-
 README.html                     |  15 +-
 README.md                       |   4 +-
 build.html                      |  43 ++++-
 build.md                        |  55 +++++-
 devel/build_install_pyradio     | 414 +++++++++++++++++++++++++------------------
 devel/build_install_pyradio.bat | 213 +++++++++-------------
 devel/delOldInstallation.py     |  29 +++
 pyradio.1                       |   2 +-
 pyradio/__init__.py             |   2 +-
 pyradio/browser.py              |  20 ++-
 pyradio/config.py               |  11 +-
 pyradio/config_window.py        |   2 +-
 pyradio/install.py              | 166 +++++++++++++++--
 pyradio/main.py                 |  69 +++++++-
 pyradio/ping.py                 |   3 +-
 pyradio/radio.py                | 168 +++++++++++++++---
 pyradio/win.py                  | 410 ++++++++++++++++++++++++++++++++++++++++++
 pyradio/win_del_old_inst.py     | 133 ++++++++++++++
 pyradio/window_stack.py         |  55 +++---
 pyradio_rb.1                    |   2 +-
 windows-mplayer.html            |  36 +---
 windows-mplayer.md              |  49 +----
 windows-mpv.html                |  56 +-----
 windows-mpv.md                  |  71 +-------
 windows.html                    | 105 +++++++----
 windows.md                      | 120 +++++++++----
 27 files changed, 1621 insertions(+), 643 deletions(-)

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