4 Commits

Author SHA1 Message Date
Erik Thuning
f8ab46bac8 Added support for uploads with name prefix 2024-09-06 11:40:59 +02:00
Erik Thuning
8de039a3f3 Fixed some bugs so the preprocessor works:
- start time is now recorded as a timestamp
 - typo fix: match.groups() -> match.group()
 - Subtitle generation is only requested if the presentation has video on channel 1
2024-06-18 11:23:43 +02:00
Erik Thuning
4842ed56f1 Fixed several errors in the arec preprocessor
* renamed the 'data' dict to 'arec_data' and made sure all references are consistent
* switched the recorder identifier from hostname to description, because there was a wild \n in the hostname for unknown reasons
* removed timezone awareness from starttime and endtime to make them compatible with times loaded from daisy
2024-06-13 15:37:21 +02:00
Erik Thuning
dec2da4310 Added a preprocessor for arec recorders.
Also moved the code for creating a basic jobspec and pulling information from
the relevant daisy booking into the preprocessor superclass so it can be
called by both the cattura and arec preprocessors.
2024-06-04 15:53:46 +02:00