Jonas L
956d19ec95
fix: start playout service after liquidsoap ( #2164 )
...
Do not set a hard requirement on the service, only define the startup order.
2022-09-26 13:20:11 +02:00
jo
ddae3202cc
chore: release 3.0.0-beta.1
2022-09-23 13:41:14 +02:00
jo
bdc2e92454
chore: release 3.0.0-beta.0
2022-09-16 16:32:00 +02:00
jo
a79980e65f
feat(playout): move message handling to main thread
2022-09-16 13:16:06 +02:00
jo
b1c2e34ceb
fix(playout): remove shutdown_handler
2022-09-16 13:16:06 +02:00
jo
64b3d164c9
refactor(playout): move daemon flag to thread class
2022-09-16 12:33:44 +02:00
jo
d79cf00800
chore(playout): add types-backports dependency
2022-09-16 12:33:44 +02:00
Jonas L
45a131b668
chore: update outdated readmes ( #2131 )
2022-09-12 20:45:37 +02:00
jo
2afb766b41
chore: outdated python packages versions
2022-09-12 10:48:43 +02:00
Jonas L
36264ed4a5
test(playout): use snapshot testing tool ( #2115 )
2022-09-09 16:57:22 +02:00
Jonas L
03902f6aef
fix(playout): also shutdown on SIGTERM ( #2104 )
2022-09-08 12:41:56 +02:00
Jonas L
8b5749ec98
ci: build test images for debian bookworm ( #2097 )
2022-09-07 23:17:46 +02:00
Jonas L
ef1de34111
fix(playout): missing live show events ( #2087 )
2022-09-06 14:09:04 +02:00
jo
37b8b17ed3
feat(playout): allow liquidsoap listen address configuration
2022-09-06 13:21:54 +02:00
jo
c8cb100645
feat(playout): liquidsoap boostrap using new api endpoints
2022-09-06 13:21:54 +02:00
jo
2fa045a8ef
feat(playout): remove stream_setting update handler
2022-09-06 13:21:54 +02:00
jo
f5a83dbabb
feat(playout): allow updating message_offline value
2022-09-06 13:21:54 +02:00
jo
314c70a208
feat(playout): stats collector using stream config
2022-09-06 13:21:54 +02:00
jo
b9368d1b7b
feat(playout): build liquidsoap entrypoint with stream config
2022-09-06 13:21:54 +02:00
Jonas L
510d55c7c1
feat(playout): improve generate_*_events ( #2088 )
2022-09-05 18:41:04 +02:00
jo
9b40885d9f
fix(playout): py39 compatibility zoneinfo import
2022-09-01 19:17:33 +02:00
jo
d6348d5575
fix(playout): py36 compatibility broken typings
...
This partially reverts commit 5505222df6
.
2022-09-01 19:17:33 +02:00
jo
cfcfcc82e4
chore: revert pin setuptools to <64.0.0 for build backend
...
This reverts commit 2bde574487
.
2022-08-25 09:51:36 +02:00
jo
5505222df6
refactor(playout): rename vars and add typing
2022-08-21 16:13:34 +02:00
jo
1d59310156
refactor(playout): simplify legacy api check
2022-08-21 16:13:34 +02:00
jo
a9cd1fb3df
refactor(playout): move liq io to liq_client
2022-08-18 08:36:41 +02:00
jo
fd2381624a
refactor(playout): use vars setter in liq client
2022-08-18 08:36:41 +02:00
jo
da6458caea
feat(playout): integrate new liquisoap client
2022-08-17 13:18:13 +02:00
jo
624a60c4af
feat(playout): create liquidsoap client
2022-08-17 13:18:13 +02:00
jo
3ea085d351
chore: add python docker-* targets
...
This allow testing in a similar context to the github CI.
2022-08-17 13:18:13 +02:00
Jonas L
bddbdf716c
chore(playout): remove unused code ( #2058 )
2022-08-14 19:56:48 +02:00
Jonas L
a730c1b1a4
fix(playout): add thread names ( #2056 )
2022-08-14 19:55:39 +02:00
Jonas L
8897d390e1
fix(playout): use stream download when fetching files ( #2048 )
2022-08-12 15:14:19 +02:00
Jonas L
1147853c63
feat(shared): pass config data via init ( #2042 )
2022-08-12 15:12:39 +02:00
jo
2bde574487
chore: pin setuptools to <64.0.0 for build backend
2022-08-11 22:16:00 +02:00
Jonas L
4019367abc
feat(playout): rewrite stats collector ( #2028 )
...
- Replace defusedxml with lxml
2022-08-09 21:14:19 +02:00
jo
02c16de2ab
chore(playout): add missing requests types
2022-08-09 21:08:29 +02:00
jo
39941b0fd4
chore(playout): add missing python-dateutil dependency
2022-08-09 21:08:29 +02:00
Jonas L
9413bd5a29
refactor(playout): improve exceptions handling ( #2027 )
2022-08-09 21:05:21 +02:00
Jonas L
b465629977
chore: disable pylint logging-fstring-interpolation format ( #2033 )
2022-08-09 20:30:44 +02:00
Jonas L
d95a77655a
fix(playout): replace deprecated harbor.bind_addr ( #2025 )
...
Only for liquidsoap >=1.3.3
2022-08-07 08:50:42 +02:00
jo
406d42323a
feat: move stream stats status to pref table
2022-08-07 08:50:06 +02:00
Jonas L
e408237be1
refactor(playout): remove unused variable ( #2021 )
2022-08-06 07:19:47 +02:00
Jonas L
140cf4427b
test: enable logs when running pytest ( #2008 )
2022-07-31 11:23:27 +02:00
jo
22868ce158
chore: remove chdir in setup.py files
2022-07-27 15:35:57 +02:00
jo
b93e1e5570
chore: install local python deps in editable mode
2022-07-27 15:35:57 +02:00
Jonas L
e97b06496a
feat(api): don't use hyperlinked serializers ( #1984 )
2022-07-27 09:54:57 +02:00
jo
d9725003c5
feat(playout): integrate api-client v2 calls
2022-07-26 15:14:45 +02:00
Jonas L
77f5c9951e
chore: improve setuptools find_packages ( #1985 )
2022-07-25 21:19:41 +02:00
Jonas L
368350b269
feat(playout): use single clients instance ( #1980 )
...
- Use legacy_client across playout code to make the difference between the old and new clients.
- Setup clients during initialization, and pass clients down to the different apps.
2022-07-22 16:26:43 +02:00