From d052ba55ffb978b244bbcf367d91ad3f8976cddd Mon Sep 17 00:00:00 2001 From: chbmb Date: Thu, 6 Jun 2019 20:16:44 +0100 Subject: [PATCH] Emby template Still needs support thread. Opinions on Ports 1900 & 7359? --- linuxserver.io/emby.xml | 109 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 linuxserver.io/emby.xml diff --git a/linuxserver.io/emby.xml b/linuxserver.io/emby.xml new file mode 100644 index 0000000..b253585 --- /dev/null +++ b/linuxserver.io/emby.xml @@ -0,0 +1,109 @@ + + + emby + lsiodev/emby + https://hub.docker.com/r/linuxserver/emby/ + bridge + + sh + false + https://forums.unraid.net/topic/xxxxx-support-linuxserverio-emby/ + https://www.bookstackapp.com/ + Your Media, Your Way[br][br] + +Emby brings together your personal videos, music, photos, and live television.[br] + + To use with an Nvidia GPU just add --runtime=nvidia to "extra parameters" (switch on advanced view)[br] + and copy your GPU UUID to NVIDIA_VISIBLE_DEVICES. + MediaServer:Video MediaServer:Music MediaServer:Photos + http://[IP]:[PORT:8096]/ + https://github.com/linuxserver/docker-templates/blob/master/emby.xml + https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png + + + + Donate + https://www.linuxserver.io/donate + Your Media, Your Way[br][br] + +Emby brings together your personal videos, music, photos, and live television.[br] + + To use with an Nvidia GPU just add --runtime=nvidia to "extra parameters" (switch on advanced view)[br] + and copy your GPU UUID to NVIDIA_VISIBLE_DEVICES. + + bridge + + + 8096 + 8096 + tcp + + + 8920 + 8920 + tcp + + + 1900 + 1900 + tcp + + + 7359 + 7359 + tcp + + + + + + + /movies + rw + + + + /tv + rw + + + + /music + rw + + + + /config + rw + + + + + + NVIDIA_VISIBLE_DEVICES + + + + 99 + PUID + + + + 100 + PGID + + + + + + + + 8096 + 8920 + 1900 + 7359 + + + 99 + 100 + \ No newline at end of file