erth9960
  • Joined on 2020-10-14
erth9960 pushed to master at DMC/play-daemon 2022-04-01 16:45:25 +02:00
f4573f8155 Update work
2baa8363dd Changed update_id to orig_id for greater clarity
5431e190b7 Added support for the watchdog to detect moved files
Compare 3 commits »
erth9960 pushed to master at DMC/play-daemon 2022-04-01 14:50:21 +02:00
78d76c4e33 Added debug logging of the ffmpeg commandline in use
ba2b6e5976 Moved the path regex compilation into the constructor.
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon 2022-04-01 00:58:03 +02:00
094752c76a Tweaking the thumbnailer
0d9f89176e Removed debug line
Compare 2 commits »
erth9960 pushed to master at DMC/multiplayer 2022-04-01 00:56:27 +02:00
1a84b68b62 Updated readme to reflect the new definition files
erth9960 pushed to master at DMC/multiplayer 2022-04-01 00:53:28 +02:00
42d5a587be Added minimal definition files describing the format of a video package and a playlist
384c7cc513 Removed debugging files package.json and list.json
Compare 2 commits »
erth9960 pushed to master at DMC/multiplayer 2022-04-01 00:18:10 +02:00
0992b25488 Updated the playlist to list descriptions, and changed the styling a bit
erth9960 pushed to master at DMC/play-daemon 2022-03-31 16:32:44 +02:00
67d2474758 Mixed bag of bugfixes
2047a75980 Adding ldap lookup support
27a0effb0d Rejiggered the functions a bit
Compare 3 commits »
erth9960 pushed to master at DMC/play-daemon 2022-03-31 13:56:52 +02:00
a9c8e5cc28 Daisy may return null for descriptions
8cf2baf4a3 Including the file is usually good
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon 2022-03-30 16:45:46 +02:00
27f736608b Implemented automatic thumbnails
8cba4f2c61 Removed all thumbnail handling from the transcoder
2873e26b40 Stopped the cattura packager automatically setting a thumb from the main stream
c095914b62 Changed the names of variables from thumb* to poster* for better clarity
dffdce0611 Split ffmpeg debug output into its own config
Compare 6 commits »
erth9960 pushed to master at DMC/play-api 2022-03-25 11:32:51 +01:00
fbd9dfd2fd Sorted the queue listing by creation time,
erth9960 pushed to master at DMC/play-api 2022-03-24 17:05:02 +01:00
d5f69df002 Added an endpoint to accept queue items that will not immediately be picked up for processing
erth9960 pushed to master at DMC/play-daemon 2022-03-24 13:15:14 +01:00
534d365144 Fixed booking_sort returning different data types
erth9960 pushed to master at DMC/play-daemon 2022-03-24 10:49:23 +01:00
69068a2ef8 Hopefully temporary schedule matching fix for weird cattura data
463435cc89 Logging schedule matching
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon 2022-03-23 15:31:56 +01:00
0738341293 Completely disabled enrichment processing for cattura for the time being
12a0850ed0 Broke slide stream creation into its own function
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon 2022-03-23 15:28:20 +01:00
7909d0b422 Enabling stack traces for excpetions caught by the catch-all
erth9960 pushed to master at DMC/play-daemon 2022-03-23 11:05:39 +01:00
a6dc1efd54 Reworking the queueing process
erth9960 pushed to master at DMC/play-daemon 2022-03-22 17:06:53 +01:00
f7bd79884d Reworked schedule fetching. Fixed a number of bugs in the process.
5084efc5c4 Implemented skipping of non-conforming queue items
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon 2022-03-22 13:20:22 +01:00
0c7dc840c2 Commented out creation of educationalType tag
88dcf39014 Better exception from daisy api
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon 2022-03-21 17:07:26 +01:00
292c115cba Readme now reflects the new title format
109f494eef Added support for reading titles from centrally scheduled events
Compare 2 commits »
erth9960 pushed to master at DMC/play-daemon 2022-03-21 11:39:21 +01:00
79f9271a9e Moved from ''.format() to f'', and made string literas use consistent quotes