erth9960
  • Joined on 2020-10-14
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-30 11:55:50 +01:00
a6ccb053d8 Removed an unnecessary try/except.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-30 09:53:26 +01:00
b5eda4695f Updated logging calls
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-24 16:22:59 +01:00
6da6e92d46 Added script to clean up trash files
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-24 16:22:36 +01:00
a0bba02840 Major updates to the subtitles handler with some knock-on effects
755b8e6839 Reduced the pool size in the tests for more sane error output
2ce11af099 Formatting
b81bd64ffd Made it possible to have more than one handler of the same type
e75c1cc282 Added a clarifying comment about jobsize in relation to capacity
Compare 5 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-22 10:04:15 +01:00
c5bfc9f8d5 Made queue items be processed chronologically on start
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-22 09:45:12 +01:00
5641aef235 Fixed a crash caused by empty sequence
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-17 12:42:26 +01:00
1b9c77fd84 Updated the readme
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-10 14:28:55 +01:00
022949c3c2 Refactored the transcode pipeline
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-08 10:32:45 +01:00
8f466a8e09 Changed ValidationException to ValueError in default preprocessor,
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-08 10:26:46 +01:00
1e6c8ac178 Settled on how to stringify the error message from ffmpeg
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-08 10:23:02 +01:00
10db80cbfa Forgot an import
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-26 09:49:37 +02:00
9bdb1dbef9 Trying to fix lack of newlines in ffmpeg errors
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-25 16:04:00 +02:00
08a8db11b8 Accidentally a dict key
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-19 11:22:37 +02:00
e08184e05b Added an explicit check for existence of upload_dir if the job specifies it.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-10 14:09:58 +02:00
9b43bf5eee Small tweak to avoid reserving space when nothing is waiting
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 17:23:49 +02:00
2e8606b9a4 Fixed a duplicate header
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 17:19:59 +02:00
f91109fb3e Handlers have been switched to the new WorkThread class.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 16:42:06 +02:00
291a828b1b Removed dead code
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 16:41:24 +02:00
6309f1f4a4 Added WorkThread, a class handling long-running jobs by means of a prioritized queue.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-05 16:44:56 +02:00
02d8c98665 Finished experimenting on nvidia options