sintonia/playout
Kyle Robbertze 81e8fa90ed
chore: fix linting ignore comments (#3084)
### Description

There is now a too-many-positional-arguments check
2024-09-30 16:08:23 +01:00
..
install feat: run python in optimized mode (#2874) 2024-01-07 14:30:20 +01:00
libretime_playout chore: fix linting ignore comments (#3084) 2024-09-30 16:08:23 +01:00
tests test: ensure the context cleanup is executed (#3040) 2024-06-22 13:31:13 +02: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 requests to >=2.32.2,<2.33 [security] (#3032) 2024-06-22 17:47:09 +02:00
setup.py chore(main): release 4.2.0 (#3028) 2024-06-22 18:16:49 +02: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