Version 0.9.2.17
Changelog
- Recorded MKV files will have a cover image by default
(when MKVToolNix is installed) - Adding -mkv, -scv, -srt, -ach and -lr command line parameters
(applicable when MKVToolNix is installed) - Rearranging and grouping options in the program's help screen
- 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 | 12 +-
README.html | 103 ++++--
README.md | 91 +++--
devel/build_install_pyradio | 1 +
devel/cover.png | Bin 0 -> 311533 bytes
devel/pre-commit | 4 +-
devel/pyradio.png | Bin 161726 -> 56072 bytes
pyproject.toml | 2 +-
pyradio.1 | 10 +-
pyradio/__init__.py | 2 +-
pyradio/config.py | 18 +-
pyradio/icons/cover.png | Bin 0 -> 309796 bytes
pyradio/icons/pyradio.png | Bin 161726 -> 56072 bytes
pyradio/install.py | 2 +-
pyradio/log.py | 3 +
pyradio/main.py | 150 +++++---
pyradio/mkvtoolnix.py | 406 ++++++++++++++++++++
pyradio/player.py | 102 +++--
pyradio/radio.py | 4 +
pyradio/schedule.py | 293 +++++++++++----
pyradio/schedule_win.py | 778 +++++++++++++++++++++++++--------------
pyradio/simple_curses_widgets.py | 1 +
pyradio/win.py | 2 +-
pyradio_rb.1 | 2 +-
pyradio_rec.1 | 190 +++++++++-
pyradio_server.1 | 2 +-
recording.html | 82 ++++-
recording.md | 128 ++++++-
28 files changed, 1868 insertions(+), 520 deletions(-)
~