- Return `None` from `_get_audio_languages` when `audio_multistream` is not effectively enabled; `audio_languages` alone must not trigger multi-track downloads (strict mode) - Remove `audio_languages` from MKV container-forcing logic in - Extend `StreamItemSerializer` with optional `language`, `title`, `channels`, and `channel_layout` fields to surface per-track metadata - Improve `_extract_audio_metadata` to extract language (normalising "und" → None), track title, channel layout, and fall back to BPS/MKV tags when a stream-level bitrate is absent |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| README.md | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
Tubearchivist Frontend React
Folder structure
src ┐
├───api
│ ├───action // Functions that do write (POST,DELETE) calls to the backend
│ └───loader // Functions that do read-only (GET,HEAD) calls to the backend
├───components // React components to be used in pages
├───configuration // Application configuration.
│ ├───colours // Css loader for themes
│ ├───constants // global constants that have no good place
│ └───routes // Routes definitions used in Links and react-router-dom configuration
├───functions // Useful functions and hooks
├───pages // React components that define a page/route
└───stores // zustand stores