docs: Update README.md

This commit is contained in:
LRVT 2024-11-17 22:00:04 +01:00 committed by GitHub
parent c9755672c5
commit e7bc850f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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://<YOUR-IP>: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)