libretime/playout
Jonas L 0d2d1a2673
feat!: the `general.secret_key` configuration field is now required (#2841)
BREAKING CHANGE: The `general.secret_key` configuration field is now
required. Make sure to update your configuration file and add a secret
key.

Closes #2426
2023-12-27 18:15:47 +01:00
..
install fix: remove systemd ProtectHome feature (#2244) 2022-10-19 12:37:39 +02:00
libretime_playout fix(deps): update dependency pydantic to v2 (main) (#2604) 2023-12-27 13:35:19 +01:00
tests feat!: the `general.secret_key` configuration field is now required (#2841) 2023-12-27 18:15:47 +01:00
Makefile feat: add sentry sdk 2023-03-14 14:59:45 +00:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
packages.ini fix(playout): remove unused ecasound package (#2496) 2023-04-03 14:48:08 +01:00
pyproject.toml chore(deps): update dependency pylint to v3 (main) (#2731) 2023-10-14 17:22:08 +02:00
requirements.txt chore(deps): update dependency mutagen to >=1.45.1,<1.48 (#2683) 2023-09-08 15:18:26 +02:00
setup.py build: replace custom release script with release-please (#2817) 2023-12-22 19:19:12 +01:00

README.md

LibreTime Playout

LibreTime Playout is a service that will ingest a schedule and stream it.

Development

# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate

# Run linters
make lint

# Run tests
make test

# See the Makefile for more commands
cat Makefile

History

This tool was born out of a collaboration between Open Broadcast and Sourcefabric.

The authors of the code are:

Original Authors:

Almost a complete refactor/rewrite by: Martin Konecny martin.konecny@gmail.com