Mike Lang
a4b5663468
restreamer: Add OS-level dependencies for psycopg2
3 weeks ago
Mike Lang
87b294f394
restreamer: Add missing psycopg2 dependency
3 weeks ago
Mike Lang
a65cc6dcfe
schema: Fix check constraints on template crop/location
3 weeks ago
Mike Lang
befe9448cb
Fix trailing comma in schema
3 weeks ago
Mike Lang
a16c78f52f
update github actions to auto-build new images
...
because of course it doesn't just automatically pick them up, gotta have duplicated hard-coded lists everywhere
god i hate github actions
3 weeks ago
Mike Lang
0dfc8ea127
bus_analyzer: fix docker-compose
3 weeks ago
Mike Lang
0e229dc80b
lower backfill_max_hours_ago so we aren't backfilling 6 months of chat logs
3 weeks ago
Thomas Chick
0dfffc19c2
Document remaining transitions, deprecate fadefast and fadeslow.
...
It turns out that `fadefast` and `fadeslow` both take about twice as long as `fade` to do a job so similar there's no good reason to keep either in our accepted transitions list, especially when the former is so misleadingly named. (Amusingly, in my testing, `fadefast` was actually the slower of the two.)
3 weeks ago
Mike Lang
20ad8d3ec9
thrimbletrimmer: Use new API for listing thumbnails
...
This is just the minimum-effort way to keep thrimbletrimmer working with the new API.
More thrimbletrimmer changes to come later.
3 weeks ago
Christopher Usher
e0fc1eaf08
Refactor get_thumbnail and other fixes and improvments
3 weeks ago
Christopher Usher
f814945dbd
Updating thumbnail generation to use database for templates and allow crop and
...
location to be varied
3 weeks ago
Christopher Usher
70c8afe779
Switching thrimshim over to store thumbnail templates in the database
3 weeks ago
Christopher Usher
33f75efc19
Updatea thrimshim authentication to use roles table
3 weeks ago
Christopher Usher
4c4e1fa85f
convert editors table to roles table
3 weeks ago
Mike Lang
0f7b181be1
Create buscribe database during setup
3 weeks ago
Mike Lang
9c6340a5e0
nginx: buscribe_api, like thrimshim, should be forwarded to
3 weeks ago
Mike Lang
1e7e400096
docker-compose: Pass correct database args for buscribe
3 weeks ago
Mike Lang
dde7696877
buscribe: Work with no end time
3 weeks ago
Mike Lang
ff8475dc48
Disable type registration when buscribe connects to the DB
...
Because those types don't exist in the buscribe DB.
3 weeks ago
Mike Lang
b16ceef96a
rename buscribe-api to buscribe_api
...
to match other services that use _ instead of -
3 weeks ago
Mike Lang
834d27c17d
Add buscribe to docker-compose
3 weeks ago
Mike Lang
005ff9dac7
buscribe: Do database schema and user setup
3 weeks ago
Mike Lang
5f3a02fd14
buscribe-remainder: delete things we've already handled/don't need
3 weeks ago
Mike Lang
d5caace905
Move buscribe/buscribe to buscribe/ and everything else to buscribe-remainder/
...
And make buscribe buildable using ./build
3 weeks ago
Mike Lang
bcf585776e
buscribe: Download models as part of build process
3 weeks ago
Mike Lang
ee5e23b2bb
Delete buscribe professor
...
The professor system for annotating the data was never fully finished and isn't needed
for our purposes. We can always resurrect it later, but for now it's easier to just get rid of it.
3 weeks ago
Mike Lang
510af15418
Serve buscribe-web out of the main nginx container, like thrimbletrimmer
...
This involves, as part of the nginx build process, having a build container that runs less
in order to render the css before copying it over.
3 weeks ago
Mike Lang
2d40893825
Move buscribe-web to top level
3 weeks ago
Mike Lang
b18688e901
buscribe-api: Change path to be under /buscribe-api instead of /buscribe
3 weeks ago
Mike Lang
752c5ad610
buscribe-api: Finish removing segments dir stuff
3 weeks ago
Mike Lang
e758418f76
buscribe-api: Move from buscribe/ to top level and add to ./build
3 weeks ago
Mike Lang
2462a957d2
build: Split and format components array
...
No actual changes
3 weeks ago
Mike Lang
54a97c2d01
buscribe-api: Remove VTT support
...
This is unused, and it was using get_best_segments to work out the actual segment time range,
which is the only thing in buscribe-api that requires actual access to segments.
3 weeks ago
Mike Lang
961bc56fd4
buscribe: Use wubloader's version of common instead of an old copy
...
None of the apis it uses has changed, so no changes required
except for having the dockerfiles take the full wubloader repo as build context.
3 weeks ago
Mike Lang
ea0e84f476
Add 'buscribe/' from commit 'fbb6c4dca07ace89eab39f789537bd0f694c77eb'
...
git-subtree-dir: buscribe
git-subtree-mainline: e923853ca8
git-subtree-split: fbb6c4dca0
3 weeks ago
Mike Lang
e923853ca8
sheetsync: Update playlist sheet column order
3 weeks ago
Mike Lang
1915d98143
thrimbletrimmer: Split error path for submission into a function
...
and use it correctly when erroring in transition code
4 weeks ago
Mike Lang
ca60852b3d
thrimbletrimmer: Add transitions to download URL
4 weeks ago
Mike Lang
8c6141b5ca
thrimbletrimmer: Correct video time conversions due to overlap from transitions
4 weeks ago
Mike Lang
c96c7cedd6
thrimbletrimmer: add transitions when submitting
4 weeks ago
Mike Lang
54695bcad4
thrimbletrimmer: Set existing transition info when loading a video
4 weeks ago
Mike Lang
72110821d5
thrimbletrimmer: Show/hide transition duration if "cut" is selected
4 weeks ago
Mike Lang
5d09115a8a
thrimbletrimmer: Load transition types from thrimshim and populate dropdown
4 weeks ago
Mike Lang
87d4520e61
thrimbletrimmer: Add new DOM elements for specifying transitions
...
Expects a "transitions" list on the video info that currently isn't there.
Not actually used anywhere yet.
4 weeks ago
Mike Lang
23e64116bd
thrimbletrimmer: Add some helpers for creating elements
...
No functional changes intended.
4 weeks ago
Mike Lang
3fb6676fbe
pubbot: Add more detail to logging
...
Wrap raw pubnub messages in a metadata object containing:
- time
- our hostname
- our pid
- any inferred information
Plus make a message-less log write on startup so we know where there might be gaps.
Also do more error handling so that we don't completely lose messages on error.
1 month ago
Mike Lang
9b19c12a53
Add pubnub-watching zulip bot
...
Which also records all pubnub messages for archival to a file SEGMENTS/pubnub-log.json.
We ran this for most of last year, but not as part of wubloader.
1 month ago
ZeldaZach
c378a1e4ab
Add Audit Logging for several endpoints
...
- Use transactions for DB commits to avoid audit-less logs
Endpoints Supported:
- Manual Link
- Reset Row
- Update Row
2 months ago
Mike Lang
fd78ff288e
fix bugs in postgres schema from earlier changes
2 months ago
Mike Lang
7483794a23
docker-compose: Set up sheetsync for downloading media links
...
This involves giving it access to the SEGMENTS/media directory.
2 months ago