portable_repo.csp ├── repo_meta.json // Root manifest └── extensions/ ├── provider_a.cs3 // Compiled extension binary ├── provider_b.cs3 └── images/ └── icon_a.png // Stored assets to prevent hotlinking
The format defines a standardized archive ( .csp or .zip ) containing the repository manifest, extension binaries, and metadata images. This format allows a repository to be treated as a single file object, importable via local storage, Bluetooth transfer, or direct download, independent of its original hosting source. cloudstream repository portable
, a free and open-source Android application that serves as a shell for streaming media. Its most defining feature—and the key to its "portability"—is its repository system portable_repo