Version 0.8.8
Changelog
- Implementing "Paste to playlist" (\p) command
- Implementing "Create Playlist" (\n)
- Addind \u (show Unnamed Register) command
- Fixing volume display for MPV on python3 before a valid Title has been received
- Revert to stations playlist if default one (set by config) does not exist
- Second level config windows will not be displayed when main window shows "Window too small" message
- When opening a playlist/register from register mode, continue playing active station (if found in opened playlist/register)
- Do not show "'" when opening a playlist/register from register mode
- "Title: (null)" will not appear any more (vlc)
Changed files
Changelog | 18 +
README.html | 2 +-
README.md | 2 +-
devel/build_install_pyradio | 2 +-
devel/get_countries | 3 +-
pyradio.1 | 3 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 21 +-
pyradio/cjkwrap.py | 21 +-
pyradio/common.py | 19 +-
pyradio/config.py | 41 ++
pyradio/config_window.py | 233 +++++++-----
pyradio/countries.py | 505 ++++++++++++------------
pyradio/del_vlc_log.py | 8 +-
pyradio/edit.py | 264 +++++++------
pyradio/encodings.py | 204 +++++-----
pyradio/log.py | 52 ++-
pyradio/player.py | 119 +++---
pyradio/radio.py | 800 ++++++++++++++++++++++++---------------
pyradio/simple_curses_widgets.py | 165 ++++----
pyradio/themes.py | 169 ++++-----
pyradio/window_stack.py | 288 +++++++-------
22 files changed, 1698 insertions(+), 1243 deletions(-)