# Jellything Jellything (not to be confused with "Jellyfin") is a media streaming software, optimizied for serving movies and such. ## Features - A functional and visually appealing user interface - Remuxing media on-the-fly to avoid downloading unneccesary tracks. - Blazingly fast 🚀 🚀 ## Usage ```sh rustup install nightly cargo +nightly install jellything --git https://codeberg.org/metamuffin/jellything.git cargo +nightly install jellything-import --git https://codeberg.org/metamuffin/jellything.git jellything-import init --brand 'Blubflix' data # data will be a directory containing all the instances data jellything data/config.json ``` ## Licence The Licence is AGPL-3.0-only, see `COPYING` ## API See [`api.md`](./api.md)