225 Commits

Author SHA1 Message Date
Erik Thuning c095914b62 Changed the names of variables from thumb* to poster* for better clarity 2022-03-30 14:11:33 +02:00
Erik Thuning dffdce0611 Split ffmpeg debug output into its own config
to avoid unnecessary spam when debugging other things
2022-03-25 14:33:44 +01: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 534d365144 Fixed booking_sort returning different data types 2022-03-24 13:14: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 463435cc89 Logging schedule matching 2022-03-24 10:47:51 +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 7909d0b422 Enabling stack traces for excpetions caught by the catch-all
also fixed a bug of the boneheaded variety
2022-03-23 15:27:37 +01:00
Erik Thuning a6dc1efd54 Reworking the queueing process
- Queue is now populated in order of creation time
 - The watchdog now filters out invalid queue items just as the startup loop does
2022-03-23 11:03:41 +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 5084efc5c4 Implemented skipping of non-conforming queue items 2022-03-22 16:11:14 +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 88dcf39014 Better exception from daisy api 2022-03-22 13:19:36 +01:00
Erik Thuning 292c115cba Readme now reflects the new title format 2022-03-21 17:07:02 +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 ce2ac3fa17 Making sure booking isn't null when modifying a member 2022-03-21 11:02:30 +01:00
Erik Thuning 75d5b21ea8 Now catching all exceptions so we hopefully never crash 2022-03-20 11:54:50 +01:00
Erik Thuning aa4fea4eb1 Ugly hack waiting for daisy to shape up 2022-03-18 17:05:49 +01:00
Erik Thuning 1191e80338 Originals only get stashed in debug mode now. 2022-03-18 15:11:29 +01:00
Erik Thuning af10ea4054 Log start of package creation along with its type 2022-03-18 09:40:44 +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 dd4815523a Desperate flailing 2022-03-11 16:27:17 +01:00
Erik Thuning 770e21240b Changes. Will delete this file soon 2022-03-11 15:52:05 +01:00
Erik Thuning 4cb25cec19 Working on documentation 2022-03-11 15:50:58 +01:00
Erik Thuning 752ac20a68 Trying another pixel format 2022-03-11 15:44:52 +01:00
Erik Thuning 36efc7edb7 Hopefully making logging to syslog be less verbose when configured to be so 2022-03-11 15:33:17 +01:00
Erik Thuning df9669dd76 Removed the explicit pixel format argument to ffmpeg 2022-03-11 14:56:47 +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 20aa7c7c5b Wrapped long lines 2022-03-11 12:04:16 +01:00
Erik Thuning 99d09a2e03 Rearranged the options a bit, added transcodes setting 2022-03-11 12:02:58 +01:00
Erik Thuning 2841be2b96 Stopped stashing originals 2022-03-10 14:26:58 +01:00
Erik Thuning 0bf32373a0 Removed step numbering in comments 2022-03-10 14:19:17 +01:00
Erik Thuning 06be774250 Allow subs field to be missing in incoming job 2022-03-09 15:39:10 +01:00
Erik Thuning f08a486874 More consistent formatting 2022-03-09 15:32:55 +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 491e5a4964 Now catching fileNotFound! 2022-01-25 16:27:59 +01:00
Erik Thuning ed2c495443 Updated to take mediasite into account 2022-01-25 16:27:45 +01:00
Erik Thuning 7574199ba6 Fixed a bug in cleanup 2022-01-12 13:10:16 +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
Erik Thuning de2395f737 Fixed the inevitable bugs 2021-11-26 15:18:14 +01:00
Erik Thuning b700af7a41 Added requirements.txt for ease of installation 2021-11-26 14:16:26 +01:00
Erik Thuning a3643113cb Stopped ignoring txt files for no reason 2021-11-26 14:16:01 +01:00