Commit Graph

12 Commits

Author SHA1 Message Date
Christian Benincasa
f25f3f599f feat: add support for loudnorm audio filter
Allows for better loudness normalization vs straight volume adjustment
using the ffmpeg loudnorm filter. The i, lra, and tp values are all
configurable in the advanced transcode settings.
2026-02-15 08:20:31 -05:00
Christian Benincasa
9da132a174 fix: properly generate build-time constants 2026-01-22 13:38:08 -05:00
Christian Benincasa
4e3edbea63 Merge remote-tracking branch 'origin/dev' into media-scanner 2025-10-02 08:48:15 -04:00
Christian Benincasa
e98cccb94d chore: cleanup turbo tasks, consolidate some shared package versions 2025-09-30 21:02:20 -04:00
Christian Benincasa
c7ea7ab1b4 Cleanup the repo!
* Move web2 -> web -- this was an artifact from the original fork where
  I wanted to keep the original webapp running side by side. We've
expanded the scope a lot since then and it doesn't make sense to keep
this name
* Remove old/ directory - this was leftover from the fork as well
* Remove various files like PR template (we'll make a new one when we're
  ready) and CODE_OF_CONDUCT
2024-03-05 14:17:49 -05:00
Christian Benincasa
5570631adc Packaging v0: Build and run server in a docker container (#139)
* This is a nightmare

* Checkpointing.... getting closer

* First cut - packaging the server in a docker container

* Remove busted bundles

* Minify build

* Some common commands for building - we're going to look into proper monorepo solutions soon

* Remove dependency on serve-static

* Add web serving, full-stack docker target, and Nvidia container support

* Remove test action graph for now
2024-03-05 13:13:26 -05:00
Christian Benincasa
1859fdd0d9 Channel editing with react-form-hook (#30) 2024-02-01 06:29:15 -05:00
Christian Benincasa
478791ff18 Massive refactoring - introduce package for common code between
browser/server
2024-01-25 22:55:19 -05:00
Christian Benincasa
d5707e5229 Trying to get direct streaming working to the web. Also made a new packge with shared types between frontend/backend 2023-11-11 06:16:27 -05:00
Christian Benincasa
1a7efb2aec Merge in 'vite' for web2 directory 2023-11-02 11:30:13 -04:00
Christian Benincasa
e4588ff08d Separate server and web packages into separate pnpm workspaces 2023-11-01 13:44:26 -04:00
Christian Benincasa
58e7e48e15 Switch to pnpm. Add vitest and basic first test (that doesnt assert anything) 2023-10-30 16:51:33 -04:00