From ade5fb1c2ea4b2fca87de06a940586c513ccc59a Mon Sep 17 00:00:00 2001 From: Chris <137902980+wandercone@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:13:33 -0600 Subject: [PATCH 1/3] Revise EmbyServer.xml with updated settings and details Updated EmbyServer.xml to reflect new configuration options and improved documentation. --- unraid-templates/emby/EmbyServer.xml | 83 ++++++++++++---------------- 1 file changed, 34 insertions(+), 49 deletions(-) diff --git a/unraid-templates/emby/EmbyServer.xml b/unraid-templates/emby/EmbyServer.xml index 3b2a319..ef92d45 100644 --- a/unraid-templates/emby/EmbyServer.xml +++ b/unraid-templates/emby/EmbyServer.xml @@ -1,55 +1,40 @@ - - False - MediaServer:Video MediaServer:Music MediaServer:Photos + EmbyServer - - Emby Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. Bringing together movies, music, television and more in one dazzling interface.[br][br] - [b][span style='color: #E80000;']Directories:[/span][/b][br] - [b]/config[/b] : this path is used to store Emby's configuration.[br] - [b]/mnt[/b] : this path is used to add library locations to Emby.[br] - - https://registry.hub.docker.com/u/emby/embyserver/ emby/embyserver:latest - true + https://hub.docker.com/r/emby/embyserver/ + bridge + + bash false - - - UID - 2 - - - GID - 2 - - - GIDLIST - 2 - - - - host - - - 8096 - 8096 - tcp - - - - - - /mnt/cache/appdata/emby/ - /config - rw - - - /mnt - /mnt - rw - - - http://[IP]:[PORT:8096]/ - https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logo.png + https://emby.media/community/ + https://emby.media/ + Emby Server is a home media server built on top of popular open source technologies. It brings together your movies, music, TV shows, photos, and more in one beautiful interface accessible from anywhere.[br][br] + [b][u]Path Configuration:[/u][/b][br] + [b]/config[/b] - Stores Emby configuration, databases, and metadata[br] + [b]/media[/b] - Your media library location (movies, TV, music, etc.)[br][br] + [b][u]Default Credentials:[/u][/b][br] + Set up admin account on first run via WebUI[br][br] + [b][u]Hardware Acceleration:[/u][/b][br] + [b]Intel iGPU/ARC:[/b] Click "Add another Path, Port, Variable, Label or Device" at the bottom, select Device, and add /dev/dri for both container and host path[br] + [b]NVIDIA GPU:[/b] Add --runtime=nvidia to the "Extra Parameters" field[br] + After adding GPU access, enable hardware acceleration in Emby settings under Transcoding + + MediaServer:Video MediaServer:Music MediaServer:Photos MediaApp:Other + http://[IP]:[PORT:8096]/web/index.html + false https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logoicon.png + --restart=unless-stopped + + + + + + 8096 + 8920 + /mnt/user/appdata/emby + /mnt/user/media + 99 + 100 + 100 From a2e4df192ba1b52bfda54010cc048e4fe97e3e7d Mon Sep 17 00:00:00 2001 From: Chris <137902980+wandercone@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:18:56 -0600 Subject: [PATCH 2/3] Update network mode to 'host' in EmbyServer.xml Changed network mode from 'bridge' to 'host' for EmbyServer per official docs --- unraid-templates/emby/EmbyServer.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unraid-templates/emby/EmbyServer.xml b/unraid-templates/emby/EmbyServer.xml index ef92d45..93e5fa3 100644 --- a/unraid-templates/emby/EmbyServer.xml +++ b/unraid-templates/emby/EmbyServer.xml @@ -3,7 +3,7 @@ EmbyServer emby/embyserver:latest https://hub.docker.com/r/emby/embyserver/ - bridge + host bash false @@ -31,7 +31,6 @@ 8096 - 8920 /mnt/user/appdata/emby /mnt/user/media 99 From 1886e3c06a439c30cea4762ea0ae3128de3479f9 Mon Sep 17 00:00:00 2001 From: Chris <137902980+wandercone@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:22:52 -0600 Subject: [PATCH 3/3] Delete unraid-templates/emby/EmbyServerBeta.xml Per the official Emby documentation, the :beta image does not require any additional configuration or container parameters. No additional template is needed when switching from :latest to :beta. --- unraid-templates/emby/EmbyServerBeta.xml | 56 ------------------------ 1 file changed, 56 deletions(-) delete mode 100644 unraid-templates/emby/EmbyServerBeta.xml diff --git a/unraid-templates/emby/EmbyServerBeta.xml b/unraid-templates/emby/EmbyServerBeta.xml deleted file mode 100644 index 1f6962b..0000000 --- a/unraid-templates/emby/EmbyServerBeta.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - True - MediaServer:Video MediaServer:Music MediaServer:Photos - EmbyServerBeta - - Emby Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. Bringing together movies, music, television and more in one dazzling interface.[br][br] - [b][span style='color: #E80000;']Directories:[/span][/b][br] - [b]/config[/b] : this path is used to store Emby's configuration.[br] - [b]/mnt[/b] : this path is used to add library locations to Emby.[br] - [b][span style='color: #E80000;']This is beta.[/span][/b][br] - - https://registry.hub.docker.com/u/emby/embyserver/ - emby/embyserver:beta - true - false - - - UID - 2 - - - GID - 2 - - - GIDLIST - 2 - - - - host - - - 8096 - 8096 - tcp - - - - - - /mnt/cache/appdata/emby/ - /config - rw - - - /mnt - /mnt - rw - - - http://[IP]:[PORT:8096]/ - https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logo.png - https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logoicon.png -