From e7bc850f7c23201dea12f54d7fb64e7a737a26ed Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:00:04 +0100 Subject: [PATCH] docs: Update README.md --- examples/arr-suite/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/arr-suite/README.md b/examples/arr-suite/README.md index a57c7fe..bec30dd 100644 --- a/examples/arr-suite/README.md +++ b/examples/arr-suite/README.md @@ -137,6 +137,14 @@ All other arr applications follow the same configuration steps. ### Emby / Jellyfin +The Docker Compose stack makes use of Emby as default. + +You can switch to Jellyfin though by removing the Emby container service and uncommenting the Jellyfin one. + +- Emby (default) and Jellyfin are accessible at `http://:8096/` + +Follow the below steps to configure one of these media streaming containers: + 1. Configure authentication for your media streaming app. Can be done natively via the HTTP UI settings. 2. Ensure to define your media location for your library. Can be done natively via the HTTP UI settings. 3. Configure transcoding and passthrough your GPU into the container (optional)