Emby

Emby #

Emby Theater — the official living-room client for Emby Server. Streams your personal media library with a gamepad-friendly 10-foot UI.

This image installs the upstream Emby Theater Electron build from its GitHub releases and launches it full-screen on top of Sway.

Default config

This is the default configuration block that will be used in Wolf, you can override it by editing the config.toml.

Click to expand
[[apps]]
title = "Emby"
icon_png_path = "https://games-on-whales.github.io/wildlife/apps/emby/assets/icon.png"

[apps.runner]
type = "docker"
name = "WolfEmby"
image = "ghcr.io/games-on-whales/emby:edge"
mounts = []
env = ["RUN_SWAY=1", "GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*"]
devices = []
ports = []
base_create_json = """
{
  "HostConfig": {
    "IpcMode": "host",
    "Privileged": false,
    "CapAdd": ["NET_RAW", "MKNOD", "NET_ADMIN"],
    "DeviceCgroupRules": ["c 13:* rmw", "c 244:* rmw"]
  }
}
\
"""