Version 0.9.3.11.8
This is a BUG FIX release and a BETA release (0.9.3.12-beta8)
Changelog
- fixing #281 - Favourite list becomes corrupted after adding station
- adding buffering config parameters: buffering and mplayer_save_br
- pressing "\b" will toggle global buffering for the session
- the Buffering Window will change station buffering value instead of config
- station volume will be saved ("\v" by default) and the playlist will be silently saved - station volume will work for VLC only
- saveCurrentPlaylist: trailling commas will be eliminated
- updating Windows MPV download link
- adding bufferring.md and pyradio_buf man page
- updating docs
Packagers notice
Please do read the updated Packager's Info!
Please refer to: https://github.com/coderholic/pyradio/blob/master/docs/packaging.md
Changed files
Changelog | 13 +++
devel/README.md | 2 +-
devel/pre-commit | 11 +-
docs/buffering.html | 135 ++++++++++++++++++++++
docs/buffering.md | 86 ++++++++++++++
docs/index.html | 113 +++++--------------
docs/index.md | 91 ++++-----------
docs/pyradio.1 | 116 ++++---------------
docs/pyradio_buf.1 | 155 +++++++++++++++++++++++++
pyproject.toml | 2 +-
pyradio/__init__.py | 2 +-
pyradio/common.py | 30 ++++-
pyradio/config | 21 ++++
pyradio/config.py | 133 +++++++++++++---------
pyradio/config_window.py | 85 ++++++++++----
pyradio/edit.py | 147 +++++++++++++++---------
pyradio/install.py | 4 +-
pyradio/keyboard.py | 1 -
pyradio/log.py | 21 +++-
pyradio/messages_system.py | 26 ++---
pyradio/player.py | 366 +++++++++++++++++++++++++++++++++++++-----------------------
pyradio/radio.py | 320 ++++++++++++++++++++++++++++++++++++----------------
pyradio/stations.csv | 4 +-
pyradio/win.py | 2 +-
24 files changed, 1253 insertions(+), 633 deletions(-)