libretime/playout
Jonas L 40b4fc7f66
feat: build schedule events exclusively in playout (#2946)
### Description

Build and use the schedule events only in playout, the events generated
by legacy are not used anymore.

This ensure that we don't have to maintain 2 different implementation in
2 different languages. We still need the php function to run to make
sure the side effects of this function are executed (filling the
schedule in the DB).
2024-04-27 20:09:16 +02:00
..
install feat: run python in optimized mode (#2874) 2024-01-07 14:30:20 +01:00
libretime_playout feat: build schedule events exclusively in playout (#2946) 2024-04-27 20:09:16 +02:00
tests fix: apply replay gain preferences on scheduled files (#2945) 2024-02-08 20:29:10 +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 python-dateutil to >=2.8.1,<2.10 (#2964) 2024-03-02 14:12:37 +01:00
setup.py chore(deps): update dependency python-dateutil to >=2.8.1,<2.10 (#2964) 2024-03-02 14:12:37 +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