Directories
¶
| Path | Synopsis |
|---|---|
|
Package api defines the internal contracts between subflux components.
|
Package api defines the internal contracts between subflux components. |
|
Package arrsvc composes the github.com/cplieger/arrapi Sonarr and Radarr clients with subflux's subtitle-specific operations: "wanted" iteration (which library items need a subtitle search), exclude-tag name resolution, and a fire-and-forget rescan.
|
Package arrsvc composes the github.com/cplieger/arrapi Sonarr and Radarr clients with subflux's subtitle-specific operations: "wanted" iteration (which library items need a subtitle search), exclude-tag name resolution, and a fire-and-forget rescan. |
|
Package authstore re-exports the composite store interface from the standalone github.com/cplieger/auth/v2 library so subflux call sites can continue to refer to authstore.AuthStore without depending on the library's import path directly.
|
Package authstore re-exports the composite store interface from the standalone github.com/cplieger/auth/v2 library so subflux call sites can continue to refer to authstore.AuthStore without depending on the library's import path directly. |
|
authstoretest
Package authstoretest provides a shared, engine-agnostic behavioral contract suite for the composite auth store (cplieger/auth/store.Composite).
|
Package authstoretest provides a shared, engine-agnostic behavioral contract suite for the composite auth store (cplieger/auth/store.Composite). |
|
Package boltstore is the bbolt-backed core store for subflux's search, subtitle, scan, sync-offset, and poll domains.
|
Package boltstore is the bbolt-backed core store for subflux's search, subtitle, scan, sync-offset, and poll domains. |
|
Package cache provides a generic TTL cache with singleflight coalescing.
|
Package cache provides a generic TTL cache with singleflight coalescing. |
|
Package cliparse adds help generation, unknown-flag detection (with typo suggestions), and required/type validation on top of subflux's existing flag-parsing helpers.
|
Package cliparse adds help generation, unknown-flag detection (with typo suggestions), and required/type validation on top of subflux's existing flag-parsing helpers. |
|
Package clisearch implements CLI subtitle search, resolution, and download.
|
Package clisearch implements CLI subtitle search, resolution, and download. |
|
Package config loads, validates, and hot-reloads the subflux YAML configuration.
|
Package config loads, validates, and hot-reloads the subflux YAML configuration. |
|
defaults
Package defaults provides shared configuration constants and helpers used by both config/ and config/schema/.
|
Package defaults provides shared configuration constants and helpers used by both config/ and config/schema/. |
|
schema
Package schema generates the UI configuration schema for the web frontend.
|
Package schema generates the UI configuration schema for the web frontend. |
|
Package httputil provides shared HTTP utilities for subtitle providers.
|
Package httputil provides shared HTTP utilities for subtitle providers. |
|
Package metrics provides Prometheus-compatible metrics for Subflux.
|
Package metrics provides Prometheus-compatible metrics for Subflux. |
|
Package provider contains the provider registry and retry wrappers.
|
Package provider contains the provider registry and retry wrappers. |
|
anidb
Package anidb provides TVDB → AniDB mapping using the community-maintained anime-list.xml from https://github.com/Anime-Lists/anime-lists.
|
Package anidb provides TVDB → AniDB mapping using the community-maintained anime-list.xml from https://github.com/Anime-Lists/anime-lists. |
|
animetosho
Package animetosho implements the AnimeTosho subtitle provider.
|
Package animetosho implements the AnimeTosho subtitle provider. |
|
archive
Package archive provides subtitle extraction from ZIP and RAR archives.
|
Package archive provides subtitle extraction from ZIP and RAR archives. |
|
betaseries
Package betaseries implements the BetaSeries subtitle provider.
|
Package betaseries implements the BetaSeries subtitle provider. |
|
classify
Package classify provides subtitle classification (forced/HI) and language resolution utilities consumed by provider sub-packages.
|
Package classify provides subtitle classification (forced/HI) and language resolution utilities consumed by provider sub-packages. |
|
dlcache
Package dlcache provides a generic LRU download-data cache with heap-based eviction.
|
Package dlcache provides a generic LRU download-data cache with heap-based eviction. |
|
embedded
Package embedded detects embedded subtitles in video files.
|
Package embedded detects embedded subtitles in video files. |
|
gestdown
Package gestdown implements the Gestdown subtitle provider.
|
Package gestdown implements the Gestdown subtitle provider. |
|
hdbits
Package hdbits implements the HDBits.org subtitle provider.
|
Package hdbits implements the HDBits.org subtitle provider. |
|
mock
Package mock provides a configurable mock subtitle provider for functional testing.
|
Package mock provides a configurable mock subtitle provider for functional testing. |
|
opensubtitles
Package opensubtitles implements the OpenSubtitles.com REST API provider.
|
Package opensubtitles implements the OpenSubtitles.com REST API provider. |
|
subdl
Package subdl implements the SubDL subtitle provider.
|
Package subdl implements the SubDL subtitle provider. |
|
subsource
Package subsource implements the SubSource subtitle provider.
|
Package subsource implements the SubSource subtitle provider. |
|
yifysubtitles
Package yifysubtitles implements the YIFY Subtitles provider.
|
Package yifysubtitles implements the YIFY Subtitles provider. |
|
Package scorer implements subtitle scoring based on release matching.
|
Package scorer implements subtitle scoring based on release matching. |
|
Package search implements the subtitle search engine.
|
Package search implements the subtitle search engine. |
|
release
Package release provides release name parsing via PCRE-compatible regex patterns sourced from TRaSH Guides and Sonarr/Radarr QualityParser.
|
Package release provides release name parsing via PCRE-compatible regex patterns sourced from TRaSH Guides and Sonarr/Radarr QualityParser. |
|
scoring
Package scoring provides pure subtitle scoring and identity filtering.
|
Package scoring provides pure subtitle scoring and identity filtering. |
|
syncing
Package syncing provides subtitle timing synchronization for the search engine.
|
Package syncing provides subtitle timing synchronization for the search engine. |
|
timeout
Package timeout provides provider health tracking with sliding-window failure detection and cooldown-based timeout.
|
Package timeout provides provider health tracking with sliding-window failure detection and cooldown-based timeout. |
|
Package server — Content-Security-Policy construction.
|
Package server — Content-Security-Policy construction. |
|
activity
Package activity provides concurrent-safe activity and alert tracking for the subflux UI status indicator.
|
Package activity provides concurrent-safe activity and alert tracking for the subflux UI status indicator. |
|
authhandlers
Package authhandlers provides shared types and utilities for the server's authentication handler cluster: login, WebAuthn, OIDC, admin user management, and security management (password change, API keys, passkeys).
|
Package authhandlers provides shared types and utilities for the server's authentication handler cluster: login, WebAuthn, OIDC, admin user management, and security management (password change, API keys, passkeys). |
|
confighandlers
Package confighandlers provides HTTP handlers for configuration CRUD operations: get, save, reset, schema, and path validation.
|
Package confighandlers provides HTTP handlers for configuration CRUD operations: get, save, reset, schema, and path validation. |
|
coverage
Package coverage provides pure computation functions for subtitle coverage analysis.
|
Package coverage provides pure computation functions for subtitle coverage analysis. |
|
coveragehandlers
Package coveragehandlers provides HTTP handlers for the /api/coverage/* endpoints.
|
Package coveragehandlers provides HTTP handlers for the /api/coverage/* endpoints. |
|
events
Package events is subflux's typed server-sent-events layer: the sealed Event/EventData types the app publishes, marshaled onto the shared webhttp/sse broadcast hub.
|
Package events is subflux's typed server-sent-events layer: the sealed Event/EventData types the app publishes, marshaled onto the shared webhttp/sse broadcast hub. |
|
filehandlers
Package filehandlers provides HTTP handlers for the /api/files/* endpoints.
|
Package filehandlers provides HTTP handlers for the /api/files/* endpoints. |
|
httphelpers
Package httphelpers provides shared HTTP handler prelude helpers used across server sub-packages.
|
Package httphelpers provides shared HTTP handler prelude helpers used across server sub-packages. |
|
manualops
Package manualops implements the business logic for manual subtitle search and download operations.
|
Package manualops implements the business logic for manual subtitle search and download operations. |
|
mediahandlers
Package mediahandlers provides HTTP handlers for the /api/media/* endpoints.
|
Package mediahandlers provides HTTP handlers for the /api/media/* endpoints. |
|
polling
Package polling provides the history-polling subsystem for Sonarr/Radarr import events and the write-through poll timestamp cache.
|
Package polling provides the history-polling subsystem for Sonarr/Radarr import events and the write-through poll timestamp cache. |
|
previewhandlers
Package previewhandlers provides HTTP handlers for the video/subtitle preview and poster proxy endpoints.
|
Package previewhandlers provides HTTP handlers for the video/subtitle preview and poster proxy endpoints. |
|
queryhandlers
Package queryhandlers provides read-only HTTP query handlers: subtitle state, backoff, manual locks, providers, parsed config, score simulation, and dashboard stats.
|
Package queryhandlers provides read-only HTTP query handlers: subtitle state, backoff, manual locks, providers, parsed config, score simulation, and dashboard stats. |
|
scanning
Package scanning implements the full-scan orchestration engine.
|
Package scanning implements the full-scan orchestration engine. |
|
scheduler
Package scheduler provides the periodic full-scan pipeline, DB maintenance, and auth cleanup scheduling for the subflux server.
|
Package scheduler provides the periodic full-scan pipeline, DB maintenance, and auth cleanup scheduling for the subflux server. |
|
serveradapter
Package serveradapter provides adapter types that bridge the server's activity, alert, and event subsystems to the interfaces consumed by the scanning and manualops packages.
|
Package serveradapter provides adapter types that bridge the server's activity, alert, and event subsystems to the interfaces consumed by the scanning and manualops packages. |
|
sessionbatch
Package sessionbatch implements batched session activity updates to reduce SQLite write-lock acquisitions.
|
Package sessionbatch implements batched session activity updates to reduce SQLite write-lock acquisitions. |
|
showskip
Package showskip provides a TTL-based cache for show-level subtitle pre-check results.
|
Package showskip provides a TTL-based cache for show-level subtitle pre-check results. |
|
synchandlers
Package synchandlers provides HTTP handlers for subtitle sync operations (audio-based sync and manual offset adjustment).
|
Package synchandlers provides HTTP handlers for subtitle sync operations (audio-based sync and manual offset adjustment). |
|
store
|
|
|
kv
Package kv holds the shared bbolt store primitives used by both the core subflux store (internal/store) and the auth store (internal/authstore).
|
Package kv holds the shared bbolt store primitives used by both the core subflux store (internal/store) and the auth store (internal/authstore). |
|
storetest
Package storetest provides a shared, engine-agnostic behavioral contract suite for api.Store implementations.
|
Package storetest provides a shared, engine-agnostic behavioral contract suite for api.Store implementations. |
|
Package subsync provides subtitle timing synchronization.
|
Package subsync provides subtitle timing synchronization. |
|
crosslang
Package crosslang implements cross-language subtitle alignment using anchor-based matching and dynamic programming.
|
Package crosslang implements cross-language subtitle alignment using anchor-based matching and dynamic programming. |
|
ffmpeg
Package ffmpeg provides low-level ffmpeg/ffprobe subprocess wrappers for stream probing, subtitle extraction, and PCM audio extraction.
|
Package ffmpeg provides low-level ffmpeg/ffprobe subprocess wrappers for stream probing, subtitle extraction, and PCM audio extraction. |
|
fft
Package fft provides a radix-2 Cooley-Tukey FFT implementation for cross-correlation in the subsync package.
|
Package fft provides a radix-2 Cooley-Tukey FFT implementation for cross-correlation in the subsync package. |
|
framerate
Package framerate provides framerate drift detection for subtitle alignment.
|
Package framerate provides framerate drift detection for subtitle alignment. |
|
Package testsupport provides shared test helpers used across multiple packages.
|
Package testsupport provides shared test helpers used across multiple packages. |
|
Package wiring holds composition-root types that connect concrete implementations across the api, metrics, search, and provider packages.
|
Package wiring holds composition-root types that connect concrete implementations across the api, metrics, search, and provider packages. |
Click to show internal directories.
Click to hide internal directories.