erth9960
  • Joined on 2020-10-14
erth9960 created branch main in DMC/status 2024-01-26 14:36:49 +01:00
erth9960 pushed to main at DMC/status 2024-01-26 14:36:49 +01:00
erth9960 created branch master in DMC/status 2024-01-26 14:34:34 +01:00
erth9960 pushed to master at DMC/status 2024-01-26 14:34:34 +01:00
a3e59a1814 Style updates
6bcae5fe83 Apparently needed a blank line
aaa83e3162 Added doctype tag to get rid of quirks mode
e617f70cc3 Switched language from swedish to english
ebcb484fdf Major overhaul of HTML/css and JS for better structure and less code.
Compare 10 commits »
erth9960 created repository DMC/status 2024-01-26 14:33:37 +01:00
erth9960 pushed to master at DMC/play-daemon-threaded 2024-01-18 10:44:29 +01:00
9874390a78 Python complains if a dictionary is modified while using an iterator on it, so changing iterator to a list
erth9960 pushed to master at DMC/play-daemon-threaded 2024-01-18 10:38:06 +01:00
35d7a057e3 Missed another import
erth9960 pushed to master at DMC/play-daemon-threaded 2024-01-18 10:34:27 +01:00
2cbb501361 Forgot an import
erth9960 pushed to master at DMC/play-daemon-threaded 2024-01-18 10:32:42 +01:00
bb76807921 Added logging when deleting job files
erth9960 pushed to master at DMC/play-daemon-threaded 2024-01-15 20:26:01 +01:00
d28be73e2c No longer setting explicit width, so that ffmpeg can take care of odd number oddness
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-21 14:41:51 +01:00
7a2736300b Made logging statements use consistent string formats and some minor related fixes
96f1e55286 Added a syslogidentifier line
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-20 16:19:32 +01:00
18841b44d7 Switched to the hack version of SubtitlesWhisperHandler
b4f6ff8bde Formatting
e19fb3c9a4 Added a hack version of parallel transcription until triton is fixed
Compare 3 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-14 16:43:37 +01:00
a83efc62a5 Logging process information if log level is DEBUG or higher
622f7cbb61 Generating two subtitle tracks per job in the generation test
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-14 16:30:17 +01:00
4283badaef Saving intermediate subtitle files under the track name instead of the source name
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-14 15:00:14 +01:00
784b365f1e Switching to the serial whisper handler
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-14 14:59:19 +01:00
51991d327b Testing out a new approach to dispatching subtitle generation jobs.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-12 15:39:42 +01:00
c34ed2cc62 Updated the subtitles generation test to run several generation tasks
erth9960 pushed to master at DMC/play-daemon-threaded 2023-12-08 11:34:43 +01:00
a5d9eef356 Switched the directory observer in QueueReader from inotify to polling,
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-30 16:48:57 +01:00
60150c98ab Updated tests to reflect the split subtitles handlers
10c126a37c Split subtitles handling into two handlers.
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-30 16:08:34 +01:00
2da06f84a7 Attempting to make sure all log lines get flushed, and fixed a variable name