erth9960
  • Joined on 2020-10-14
136 contributions in the last 12 months
AprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less
More
erth9960 pushed to master at DMC/play-daemon-threaded 2023-06-15 11:00:26 +02:00
787fb605e1 Subtitle replacement and deletion now works as expected
erth9960 pushed to master at DMC/play-daemon-threaded 2023-06-15 10:09:34 +02:00
3970c21a02 Fixed a logic bug where valid subtitle specifications were being rejected
erth9960 pushed to master at DMC/play-daemon-threaded 2023-05-25 09:32:57 +02:00
bc5b3932f1 Fixed some logical errors in subtitle generation
c9d99add9d Re-work of transcode handling so that errors in transcoding can be properly reported with no crashes.
98595461a0 Fixed existing packages not getting loaded correctly due to a bad assumption about package base paths
a0996a9bba The distributor thread will no longer crash if there is more than one pending job for a single package.
ee5c420f4b package_id wasn't being assigned if it was supplied in the incoming package
Compare 5 commits »
erth9960 pushed to master at DMC/multiplayer 2023-05-06 17:44:57 +02:00
f0b3b19598 Added very rudimentary support for packages with multiple subtitle files,
d5cb2021cf presentation.sources is now expected to be an object instead of a list
Compare 2 commits »
erth9960 pushed to master at DMC/play-api 2023-04-20 15:14:23 +02:00
47f104206b Removed redundant declarations
erth9960 pushed to master at DMC/play-daemon-threaded 2023-04-20 14:02:35 +02:00
51c67e9737 Fixed duration keyts still being around in places where they shouldn't
erth9960 pushed to master at DMC/play-daemon-threaded 2023-04-20 14:00:33 +02:00
0e08ae3f12 Uploaded files in subdirectories are now handled properly
06eb7dc233 Error notifications no longer cause the entire job to be deleted.
0f0c97125f Added an FFmpegException type
9a372df9f6 Updated ERADME to reflect new course format
953181cdcb Updated the tests to use the new course syntax
Compare 14 commits »
erth9960 pushed to master at DMC/multiplayer-ce 2023-04-05 11:04:06 +02:00
1b29fadaa0 Updated timelink copy to be able to link back to the existing embed place
1de19dd5f6 Implemented the timelink copy feature
515245e32e Declared some existing fields in the cnstructor for extra clarity
Compare 3 commits »
erth9960 pushed to master at DMC/play-api 2023-04-04 11:43:57 +02:00
bca706c7c8 Updated the detection script to check for the name of the threaded daemon.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-04-04 11:41:50 +02:00
8dd40f95a5 Changed the name of the run script to be more easily identifiable. Also updated the example systemd unit
320bacb3b8 Added missing import
Compare 2 commits »
erth9960 pushed to master at DMC/play-api 2023-03-30 15:39:22 +02:00
15dfc2076c Added /notify/mediasite and /notify/default endpoints and updated the documentation
41031a98e4 Changed pseudocode syntax so the markdown web viewer doesn't eat words
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-03-30 15:23:36 +02:00
23a09b651e Updated README with more details
erth9960 pushed to master at DMC/play-daemon-threaded 2023-03-28 16:44:32 +02:00
8582e32f1d Finished updating docstrings to conform to convention. Also made abstract methods throw an exception if they get called.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-03-27 17:21:04 +02:00
132f657ddb Fixed docstrings to follow convention
35334a1af2 Added a comment
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-03-27 17:02:56 +02:00
5dcc856177 Moved some functions from utils into more logical places, and opportunistically fixed docstrings to follow the convention
6b7fff6294 Fixed erorr notifications crashing the test
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-03-27 16:37:00 +02:00
278fe30b02 Refactored subtitles handling to include generation via whisper.
d25eeda71e Added missing import
870c832ac0 Documentation updates
e310f9c529 Refactored the ldap class to use a new connection for each request.
826f548e63 Create a temporary copy of the existing package state,
Compare 8 commits »
erth9960 pushed to master at DMC/play-daemon-threaded 2023-03-10 15:45:41 +01:00
b8834ce7d6 Renamed utils.ffmpegjob to utils.asyncjob in preparation for also running whisper jobs through the same function
e2adf73aa6 Added tests for handling of invalid queue items
8e7d92962f Added logging to Distributor and QueueReader
a12fc96d67 asdict() call was missing from http notification function
cf92d2490c Logging in notifier
Compare 21 commits »
erth9960 pushed to test at DMC/boka3 2023-03-08 10:06:14 +01:00
d3e6ee7ab2 Fixed too many fields showing up when creating a new product
erth9960 pushed to master at DMC/multiplayer-ce 2023-01-20 14:45:52 +01:00
fb659bda2a Changed autoblurring to only affect selection popups
5da12d47f8 Implemented a spinner that pops up when any stream is buffering
f4081d0523 Consistency fix
Compare 3 commits »
erth9960 pushed to master at DMC/multiplayer-ce 2023-01-16 16:52:51 +01:00
667144adcb Added basic keyboard controls for seeking and play/pause