Version 0.8.9
Changelog
- Implemented a simplified method to install, update, uninstall.
- PyRadio will detect its player abnormal termination.
- Player's connection timeout can now be disabled. Once a player is started, it will be considered to be connected immediately.
- stations.csv changes can now be integrated into user's stations.csv
- mplayer "pyradio" profile will use the internal mixer to adjust volume
- BUG FIX: Active players parameter list is always synchronized to saved.
- BUG FIX: Clicking on empty space (past last station) will not crash pyradio.
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 11 +
README.html | 163 ++++++----
README.md | 373 +++++++++++------------
build.html | 73 ++---
build.md | 124 +++-----
devel/PyRadio.lnk | Bin
devel/README.md | 17 +-
devel/build_install_pyradio | 35 ++-
devel/build_install_pyradio.bat | 343 ++++++++++-----------
devel/pre-commit | 16 +-
devel/reg.py | 56 ++--
devel/site.py | 42 +--
devel/unreg.py | 43 +--
devel/windirs.py | 78 ++---
pyradio.1 | 88 ++----
pyradio/__init__.py | 4 +-
pyradio/common.py | 4 +-
pyradio/compare_files.py | 81 +++++
pyradio/config | 14 +-
pyradio/config.py | 174 ++++++++++-
pyradio/config_window.py | 31 +-
pyradio/del_vlc_log.py | 56 ++--
pyradio/install.py | 526 ++++++++++++++++++++++++++++++++
pyradio/log.py | 13 +-
pyradio/main.py | 173 ++++++++---
pyradio/player.py | 145 +++++++--
pyradio/radio.py | 643 ++++++++++++++++++++++++++--------------
pyradio/window_stack.py | 15 +-
windows-mplayer.html | 15 +-
windows-mplayer.md | 159 +++++-----
windows.html | 171 ++++-------
windows.md | 228 +++++---------
32 files changed, 2493 insertions(+), 1421 deletions(-)