mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
Introduce a full LME.StreamData module with initialization, manifest, and online registration to expose StreamData as a new content source. Implement TMDB-based movie, series, and episode retrieval flows with controller endpoints, API invoke client, proxy-aware requests, caching, and subtitle/stream mapping for playback templates.
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"enable": true,
|
|
"version": 3,
|
|
"initspace": "LME.StreamData.ModInit",
|
|
"online": "LME.StreamData.OnlineApi",
|
|
"syntaxPaths": [
|
|
"../LME.Shared/GlobalUsings.cs",
|
|
"../LME.Shared/Online/OnlineRegistry.cs",
|
|
"../LME.Shared/Update/ModuleUpdateService.cs",
|
|
"../LME.Shared/Apn/ApnHelper.cs"
|
|
]
|
|
}
|