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
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
Jonas L
4019367abc
feat(playout): rewrite stats collector ( #2028 )
...
- Replace defusedxml with lxml
2022-08-09 21:14:19 +02:00
Jonas L
9413bd5a29
refactor(playout): improve exceptions handling ( #2027 )
2022-08-09 21:05:21 +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
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
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
jo
473e770e8a
feat: rename AirtimeApiClient to ApiClient
2022-07-22 15:00:38 +02:00
jo
8cb9bd5f32
chore(playout): update api-client imports
2022-07-22 15:00:38 +02:00
jo
71b3f7f065
chore: remove schedule unused independent_event
2022-07-20 12:05:01 +02:00
Jonas L
7e2f2d60f0
chore(playout): restructure modules ( #1971 )
2022-07-18 15:11:47 +02:00
jo
57046e2a9d
chore(api): rename schedule models fields
2022-07-18 00:04:54 +02:00
Jonas L
96af028daa
feat(playout): replace pytz with zoneinfo ( #1969 )
2022-07-17 22:59:49 +02:00
jo
28857fbf49
refactor(playout): remove date_interval_to_seconds function
...
Replace date_interval_to_seconds function with
either timedelta.total_seconds() or seconds_between().
2022-07-17 13:29:03 +02:00
jo
db3f9bed82
chore(playout): remove module docstring
2022-07-17 13:29:03 +02:00
jo
ad5dc6caf8
refactor(playout): log level setup
2022-07-17 13:29:03 +02:00
jo
8ef6784a39
refactor(playout): use pathlib to build the path
2022-07-17 13:29:03 +02:00
jo
2bc7d64cc4
feat(playout): use liquidsoap version functions
...
- remove "packaging" package
2022-07-17 13:29:03 +02:00
jo
58ad40f997
chore(playout): use 'entrypoint' generic module name
2022-07-17 13:29:03 +02:00
jo
bd8b17a2cd
chore(playout): remove unused liquidsoap.cfg
2022-07-17 11:02:36 +02:00
jo
86a9af1bc1
chore(playout): move liquidsoap package in a module
2022-07-17 11:02:36 +02:00
jo
b8056a9f7a
chore(playout): use EventKind enum
2022-07-01 13:16:57 +02:00
jo
97b723d0a5
chore(playout): rename variables
2022-07-01 13:16:57 +02:00
jo
2ad65bba8c
chore(playout): use comments instead of docstrings
2022-07-01 13:16:57 +02:00
jo
fa136fad97
chore: explicit schedule file metadata dict values
2022-07-01 11:07:26 +02:00
jo
34864b8623
chore(playout): update file fields
2022-06-29 13:51:07 +02:00
Jonas L
6ef941b3f2
chore(shared): explicit function name time_fromisoformat ( #1917 )
2022-06-25 17:10:59 +02:00
jo
1faf5a724b
chore: move api client get_schedule to playout
2022-06-24 17:56:24 +02:00
jo
f58e51ec84
fix(playout): disable playout-notify log rotation
...
Let logrotate handle liquidsoap.log log rotation.
Fix #1546
2022-05-05 09:42:34 +02:00
Jonas L
d098671f3b
feat: replace click envar with auto_envvar_prefix ( #1829 )
2022-05-05 09:41:32 +02:00
Jonas L
331df277b4
docs: fix and update links ( #1714 )
2022-03-29 13:07:38 +02:00
jo
b38596f56e
fix(playout): remove stream_buffer_start in event dispatch
...
Related to 9fc4552cfe
2022-03-06 15:17:44 +02:00
jo
f2b9bd6fed
chore(playout): api_client schedule data log entry
2022-03-06 15:17:44 +02:00
jo
6419435601
style: format code using black
2022-02-09 17:24:36 +02:00
jo
9fc4552cfe
fix(playout): properly populate scheduled_now_webstream
...
If scheduled_now_webstream is an empty array, the webstream will automatically be stopped, so we need to make sure the scheduled_now_webstream is aways properly populated.
2022-02-02 17:13:52 +02:00
jo
51378e1e6f
fix(playout): only exclude ended file event
...
The webstream schedule logic seem to rely on already ended events to check if the stream running is the right one.
We should not exclude these webstream events from the schedule.
2022-02-02 15:15:24 +02:00
jo
348d2d81f0
fix(playout): proper logger format string
2022-02-02 15:15:24 +02:00
jo
32cb67806a
chore: add pyupgrade pre-commit hook
...
- add --py3-plus flag to pyupgrade hook
- add --py36-plus flag to pyupgrade hook
2022-01-27 10:37:48 +02:00
Jonas L
1924919e18
fix(shared): type is required for default config submodel ( #1536 )
...
We cannot load submodels values from environment variables without having the submodel type annotations.
2022-01-24 15:24:16 +02:00
jo
13852bb6db
refactor(playout): remove unused imports
2022-01-24 12:46:40 +02:00
jo
1c50b28500
refactor(playout): move constants in config
2022-01-24 12:46:40 +02:00
jo
fa7692071c
feat(playout): load config using shared helpers
...
- backport >=py38 Literal type
- update configuration sample
- add missing config filepath to systemd service
- make config sections optional
BREAKING CHANGE: the playout config schema has been changed like the following:
- the top section 'pypo' was renamed to 'playout'
- the 'playout.ls_*' entries were renamed to 'playout.liquidsoap_*'
- the 'playout.*_dir' entries were removed
- the 'playout.api_client' entry was removed
- the 'playout.record_file_type' entry was renamed to 'playout.record_file_format'
- the 'playout.base_recorded_files' entry was removed
- the 'playout.poll_interval' entry was removed
- the 'playout.push_interval' entry was removed
- the 'playout.cue_style' entry was removed
2022-01-24 12:46:40 +02:00
jo
12f96f5043
feat(playout): change playout working directory
...
- use working dir for storing files
BREAKING CHANGE: the playout working directory changed from '/var/tmp/airtime/pypo/' to '/var/lib/libretime/playout' when running with systemd and the current directory by default.
2022-01-24 12:46:40 +02:00