Version 0.9.2.20
Changelog
- Creating the docs folder and moving files there
- Updating pyproject.toml and setup.py for the latest Installation method changes
- Working on scheduler (not applicable yet)
- Updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 8 +
LICENCE => LICENSE | 0
README.md | 1428 +-----------------
devel/build_install_pyradio | 29 +-
devel/build_install_pyradio.bat | 2 +-
devel/pre-commit | 55 +-
build.html => docs/build.html | 5 +-
build.md => docs/build.md | 6 +-
.../desktop-notification.html | 11 +-
.../desktop-notification.md | 4 +-
README.html => docs/index.html | 400 +----
docs/index.md | 1131 ++++++++++++++
linux-pipx.html => docs/linux-pipx.html | 3 +-
linux-pipx.md => docs/linux-pipx.md | 4 +-
linux.html => docs/linux.html | 3 +-
linux.md => docs/linux.md | 4 +-
macos.html => docs/macos.html | 5 +-
macos.md => docs/macos.md | 6 +-
docs/packagers-info.html | 91 ++
docs/packagers-info.md | 79 +
pip-error.html => docs/pip-error.html | 0
pip-error.md => docs/pip-error.md | 0
pyradio.1 => docs/pyradio.1 | 0
pyradio_rb.1 => docs/pyradio_rb.1 | 0
pyradio_rec.1 => docs/pyradio_rec.1 | 10 +-
pyradio_server.1 => docs/pyradio_server.1 | 0
radio-browser.html => docs/radio-browser.html | 6 +-
radio-browser.md => docs/radio-browser.md | 2 +-
recording.html => docs/recording.html | 20 +-
recording.md => docs/recording.md | 14 +-
server.html => docs/server.html | 6 +-
server.md => docs/server.md | 4 +-
docs/themes.html | 347 +++++
docs/themes.md | 352 +++++
windows-mplayer.html => docs/windows-mplayer.html | 3 +-
windows-mplayer.md => docs/windows-mplayer.md | 4 +-
windows-mpv.html => docs/windows-mpv.html | 3 +-
windows-mpv.md => docs/windows-mpv.md | 4 +-
windows.html => docs/windows.html | 5 +-
windows.md => docs/windows.md | 6 +-
pyproject.toml | 4 +-
pyradio/__init__.py | 2 +-
pyradio/config.py | 1 +
pyradio/config_window.py | 104 +-
pyradio/html_help.py | 2 +-
pyradio/index.md | 1567 ++++++++++++++++++++
pyradio/install.py | 9 +-
pyradio/main.py | 60 +-
pyradio/player.py | 4 +
pyradio/radio.py | 182 ++-
pyradio/schedule.py | 495 ++++++-
pyradio/schedule_win.py | 353 ++++-
pyradio/simple_curses_widgets.py | 55 +-
pyradio/themes.py | 11 +-
pyradio/win.py | 2 +-
pyradio/window_stack.py | 19 +-
setup.py | 4 +-
57 files changed, 4890 insertions(+), 2044 deletions(-)