5 Commits

Author SHA1 Message Date
Erik Thuning
eab9808832 Implemented a workaround for permission problems on uploaded recordings.
The recorder uploads presentations without group write permissions, which is
necessary for the play-daemon to be able to properly process recordings.
Hence we set the group write permission on all newly detected uploads
2024-06-18 13:10:37 +02:00
Erik Thuning
cf5d0537ac Renamed __init__ to watcher and cleaned up some logging code
Using __init__ as the home of Watcher was causing unexpected behaviour for no
good reason, so Watcher now lives in its own file as normal.

There was logging configuration pertaining to processes which is not
meaningful here, so removed it. Also made sure there are no
unexpected log handlers.
2024-06-13 14:40:33 +02:00
Erik Thuning
6d6f455202 More typos 2024-06-13 13:48:38 +02:00
Erik Thuning
7dcf1818a5 Added some log lines 2024-06-13 13:47:05 +02:00
Erik Thuning
1b9386cd1a The application might be finished. Testing required. 2024-06-11 16:32:06 +02:00