13 Commits

Author SHA1 Message Date
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
30361abdd9 VisibilityHandler (#3)
Create a VisibilityHandler

Co-authored-by: nenzen <stefan@nenzen.com>
Reviewed-on: #3
Reviewed-by: erth9960 <thuning@dsv.su.se>
Co-authored-by: Stefan Nenzén <nenzen@dsv.su.se>
Co-committed-by: Stefan Nenzén <nenzen@dsv.su.se>
2024-03-27 14:54:33 +01:00
Erik Thuning
02341f0cd8 The original check was a bit hasty, this one should actually work properly. 2024-02-06 14:17:03 +01:00
Erik Thuning
8a0a9fbc33 Set the cattura preprocessor to automatically request subtitling
based on the camera source.
2024-02-06 13:31:11 +01:00
Erik Thuning
7b3eb380c0 Missed an instance of the creation key to be changed 2023-08-30 20:40:13 +02:00
Erik Thuning
8bc1ff6318 Removed an empty subtitles key from cattura preprocessing, and fixed a misnamed 'creation' key to the correct name 'created' 2023-08-30 14:58:31 +02:00
Erik Thuning
1d44234c3c Fixed a number of bugs in the cattura preprocessor 2023-04-14 11:18:44 +02:00
Erik Thuning
8582e32f1d Finished updating docstrings to conform to convention. Also made abstract methods throw an exception if they get called. 2023-03-28 16:43:45 +02:00
Erik Thuning
eb9f0b7371 Renamed QueueThread._handle() to ._process()
Renamed Preprocessor._handle() to ._preprocess()
Consistency updates to all subclasses
2022-10-21 23:15:38 +02:00
Erik Thuning
7d403d15cc Minor fixes 2022-10-17 13:18:58 +02:00
Erik Thuning
6affc6f0ae Removed dictionary item alignment for PEP 8 compliance,
jobspec -> queueitem for understandability
2022-10-14 16:34:01 +02:00
Erik Thuning
bd9f31f31d Added localizations for eduTypes 2022-10-14 11:22:50 +02:00
Erik Thuning
bfb62c337f Added remaining preprocessors,
minor update to daisy class for educationalType lookup,
updated example config to reflect preprocessor needs
2022-10-13 17:04:04 +02:00