AppFeed/lsio_categories/emby.xml
2022-01-20 15:35:40 -05:00

108 lines
5.2 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>emby</Name>
<Repository>linuxserver/emby</Repository>
<Registry>https://hub.docker.com/r/linuxserver/emby/</Registry>
<Branch>
<Tag>latest</Tag>
<TagDescription>Latest stable release of Emby</TagDescription>
</Branch>
<Branch>
<Tag>beta</Tag>
<TagDescription>Latest beta release of Emby</TagDescription>
</Branch>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/80745-support-linuxserverio-emby/</Support>
<Project>https://emby.media/</Project>
<Overview>Your Media, Your Way [br][br]Emby brings together your personal videos, music, photos, and live television.[br][br][b][u][span style='color: #E80000;']Nvidia GPU Use[/span][/u][/b][br]Using the Unraid Nvidia Plugin to install a version of Unraid with the Nvidia Drivers installed and[br] add [b]--runtime=nvidia[/b] to [b]"extra parameters"[/b] (switch on advanced view) and[br]copy your [b]GPU UUID[/b] to [b]NVIDIA_VISIBLE_DEVICES.[/b][br][br][b][u][span style='color: #E80000;']Intel GPU Use[/span][/u][/b][br]Edit your [b]go[/b] file to include:[br][b]modprobe i915[br][/b], save and reboot, then [br]add [b]--device=/dev/dri[/b] to [b]"extra parameters"[/b] (switch on advanced view)</Overview>
<Category>MediaServer:Video MediaServer:Music MediaServer:Photos</Category>
<WebUI>http://[IP]:[PORT:8096]/</WebUI>
<TemplateURL>https://github.com/linuxserver/docker-templates/blob/master/emby.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donate</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<Description>Your Media, Your Way [br][br]Emby brings together your personal videos, music, photos, and live television.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8096</HostPort>
<ContainerPort>8096</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8920</HostPort>
<ContainerPort>8920</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>1900</HostPort>
<ContainerPort>1900</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>7359</HostPort>
<ContainerPort>7359</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/movies</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/tv</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/music</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>NVIDIA_VISIBLE_DEVICES</Name>
<Mode/>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Movies" Target="/movies" Default="" Mode="rw" Description="Movies -/movies" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="TV" Target="/tv" Default="" Mode="rw" Description="TV -/tv" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Music" Target="/music" Default="" Mode="rw" Description="Music - /music" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="HTTP" Target="8096" Default="" Mode="tcp" Description="HTTP - Default 8096" Type="Port" Display="always" Required="false" Mask="false">8096</Config>
<Config Name="HTTPS" Target="8920" Default="" Mode="tcp" Description="HTTPS - Default 8920 (Optional)" Type="Port" Display="always" Required="false" Mask="false">8920</Config>
<Config Name="DNLA" Target="1900" Default="" Mode="udp" Description="DNLA - Default 1900 (UDP) (Optional)" Type="Port" Display="always" Required="false" Mask="false">1900</Config>
<Config Name="Local Network Discovery" Target="7359" Default="" Mode="udp" Description="Local Network Discovery - Default 7359 (UDP) (Optional)" Type="Port" Display="always" Required="false" Mask="false">7359</Config>
<Config Name="Nvidia Visible Devices" Target="NVIDIA_VISIBLE_DEVICES" Default="" Mode="" Description="Nvidia Visible Devices (Optional - Requires Nvidia GPU and Unraid Nvidia build)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
</Container>