Commit Graph

11 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
c910635a41 Fixed erroneous key name for log level in config.ini 2024-06-13 14:38:50 +02:00
Erik Thuning
6d6f455202 More typos 2024-06-13 13:48:38 +02:00
Erik Thuning
e67478d8ab Fixed a typo 2024-06-13 13:47:42 +02:00
Erik Thuning
7dcf1818a5 Added some log lines 2024-06-13 13:47:05 +02:00
Erik Thuning
be2e4305f4 Added some log lines 2024-06-13 13:44:45 +02:00
Erik Thuning
0f001ed0ab Added documentation and systemd unit file 2024-06-13 13:36:00 +02:00
Erik Thuning
1b9386cd1a The application might be finished. Testing required. 2024-06-11 16:32:06 +02:00
Erik Thuning
8418728815 Added requirements.txt 2024-06-04 16:11:19 +02:00
Erik Thuning
5c948752fd Initial commit, some standard gitignores 2024-06-04 16:10:12 +02:00