79 Commits

Author SHA1 Message Date
Erik Thuning
2baa8363dd Changed update_id to orig_id for greater clarity 2022-04-01 16:34:47 +02:00
Erik Thuning
ba2b6e5976 Moved the path regex compilation into the constructor.
Might as well reuse it.
2022-04-01 14:48:45 +02:00
Erik Thuning
a9c8e5cc28 Daisy may return null for descriptions 2022-03-31 13:56:34 +02:00
Erik Thuning
2873e26b40 Stopped the cattura packager automatically setting a thumb from the main stream 2022-03-30 14:12:46 +02:00
Erik Thuning
de13a70cc1 Switched the default audio stream to be the camera for great sync 2022-03-25 14:04:24 +01:00
Erik Thuning
69068a2ef8 Hopefully temporary schedule matching fix for weird cattura data 2022-03-24 10:48:26 +01:00
Erik Thuning
0738341293 Completely disabled enrichment processing for cattura for the time being 2022-03-23 15:31:31 +01:00
Erik Thuning
12a0850ed0 Broke slide stream creation into its own function 2022-03-23 15:30:54 +01:00
Erik Thuning
f7bd79884d Reworked schedule fetching. Fixed a number of bugs in the process. 2022-03-22 17:06:25 +01:00
Erik Thuning
0c7dc840c2 Commented out creation of educationalType tag
It's just an int at the moment
2022-03-22 13:19:53 +01:00
Erik Thuning
109f494eef Added support for reading titles from centrally scheduled events 2022-03-21 17:06:31 +01:00
Erik Thuning
79f9271a9e Moved from ''.format() to f'', and made string literas use consistent quotes
String literals that would need escaping to work with single quotes
still use double quotes for readability.
2022-03-21 11:37:47 +01:00
Erik Thuning
67eb9db4c8 Mediasite imports no longer crash on missing (404) stream files 2022-03-18 09:39:55 +01:00
Erik Thuning
d137536f9d Missing cattura enrichment no longer crashes the packager 2022-03-17 16:23:38 +01:00
Erik Thuning
b021733d2c Added name attributes on all streams 2022-03-11 14:26:39 +01:00
Erik Thuning
8e7542fc60 Added a name attribute to the slide stream in preparation for update support 2022-03-11 13:40:04 +01:00
Erik Thuning
cc2cb457f4 Rearranged comments, wrapped long lines and changed some slightly misleading variable names 2022-03-11 12:05:21 +01:00
Erik Thuning
fcdf95cb6d Add subtitle support in manually uploaded packages 2022-02-24 14:37:00 +01:00
root
e02f5b8da2 Stopped stripping decimals from duration when importing from mediasite 2022-02-18 11:41:24 +01:00
root
ad83cf901a Added a visibility attribute to presentations imported from mediasite 2022-02-16 14:06:49 +01:00
Erik Thuning
9cfa8d6915 Style fix - wrapped and refactored long lines 2022-02-03 16:51:10 +01:00
Erik Thuning
3c7276ed40 Made description optional and made sure it always exists in a packed json.
Also made string quotes consistent
2021-12-17 10:47:39 +01:00
0ceb83e0a4
clean 2021-10-25 11:25:08 +02:00
23f740ae90
fixed obj bug where the same object is just updated with new data and then appended to array. meaning the array contains n obj referencing the same object. 2021-10-22 11:09:10 +02:00
808cbcfb3c
more commenting 2021-10-22 09:38:19 +02:00
b6217985f2
further commenting 2021-10-21 16:16:21 +02:00
10c46f9c1a
more comments and cleaning 2021-10-21 15:44:23 +02:00
345be98371
clean and comments 2021-10-21 15:17:52 +02:00
6306418038
coments 2021-10-21 15:16:41 +02:00
45a45621e3
edgecases? 2021-10-21 14:17:21 +02:00
5048792a69
fixes 2021-10-21 13:55:56 +02:00
84c94ca6c5
duration in package is timestamp when slide starts... 2021-10-21 13:51:31 +02:00
c4ab578d63
tweaks and fixes. lets see 2021-10-20 16:39:15 +02:00
85cf9f28a1
added concat isntruction to demux.txt file, cahnged ffmpeg input call accordingly 2021-10-20 11:18:46 +02:00
591fefcb05
removed float 2021-10-19 11:01:59 +02:00
7d649fc682
trying other calc 2021-10-19 10:30:28 +02:00
ce8e1f593d
sukk 2021-10-19 10:00:33 +02:00
bbd8b3d991
function not property 2021-10-19 09:49:10 +02:00
28ae5b72db
type 2021-10-19 09:45:05 +02:00
3104bbb2e5
trying adding start_time for video 2021-10-19 09:40:30 +02:00
69469df42b
omg 2021-10-18 11:41:22 +02:00
c0a4149e25
testing new duration calculation 2021-10-18 11:24:55 +02:00
129a1933cb
small changes 2021-10-15 15:50:51 +02:00
04f18d2672
moved slides -> individual streams as the rest 2021-10-15 14:18:29 +02:00
336b378d47
changed notation from seconds to ms 2021-10-15 11:42:41 +02:00
9b4c610ada
changed to 10 fps 2021-10-15 11:17:06 +02:00
c68d30c750
testing 1024 2021-10-15 11:01:01 +02:00
57087b3666
convert string to int 2021-10-15 10:51:19 +02:00
abde9982b2
changed millis -> seconds 2021-10-15 10:18:35 +02:00
bdb851e088
chagned ffmpeg call, removed some loggin 2021-10-14 12:07:36 +02:00