No description
  • Go 97.6%
  • Makefile 2.4%
Find a file
zemdregon 5dff127f14
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Waiting to run
feat: fold local module work
2026-08-17 09:35:22 -05:00
.github/workflows ci: add self-hosted workflow without -race 2026-08-10 11:34:47 -05:00
cmd/module feat: intro/outro detection scaffold (v0.1.0) 2026-08-10 06:27:00 -05:00
internal feat: fold local module work 2026-08-17 09:35:22 -05:00
proto feat: fold local module work 2026-08-17 09:35:22 -05:00
.gitignore feat: intro/outro detection scaffold (v0.1.0) 2026-08-10 06:27:00 -05:00
CHANGELOG.md feat: fold local module work 2026-08-17 09:35:22 -05:00
COMPATIBILITY.md feat: fold local module work 2026-08-17 09:35:22 -05:00
go.mod feat: intro/outro detection scaffold (v0.1.0) 2026-08-10 06:27:00 -05:00
go.sum feat: intro/outro detection scaffold (v0.1.0) 2026-08-10 06:27:00 -05:00
LICENSE feat: intro/outro detection scaffold (v0.1.0) 2026-08-10 06:27:00 -05:00
Makefile feat: fold local module work 2026-08-17 09:35:22 -05:00
muxcore.json feat: fold local module work 2026-08-17 09:35:22 -05:00
README.md feat: fold local module work 2026-08-17 09:35:22 -05:00

Media Intro / Outro

Intro and outro skip-segment detection for MuxCore.

Exposes muxcore.introoutro.v1.IntroOutroService in v0.2.0:

  • Chapter-title classification (intro / outro / credits / recap)
  • Duration heuristics when chapters are absent
  • Skip RPC for player seek hints (optional UI hook later)
  • In-memory segment store + SettingsProvider
  • Offline golden fixtures under internal/testdata/samples

Ports

Service Default
gRPC :9710
Health :9711

Status

Chapter + heuristic detection with golden fixtures and a Skip API for players. Audio fingerprint matching (Chromaprint / series clustering) remains a follow-up.