templates/unraid/emby.xml
2026-01-13 12:24:53 +00:00

116 lines
6.0 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-emby/blob/master/readme-vars.yml -->
<Container version="2">
<Name>emby</Name>
<Repository>lscr.io/linuxserver/emby</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/emby</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-emby/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-emby#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-emby#readme</ReadMe>
<Branch>
<Tag>latest</Tag>
<TagDescription>Stable emby releases</TagDescription>
</Branch>
<Branch>
<Tag>beta</Tag>
<TagDescription>Beta emby releases</TagDescription>
<ReadMe>https://github.com/linuxserver/docker-emby/tree/beta#readme</ReadMe>
<GitHub>https://github.com/linuxserver/docker-emby/tree/beta#application-setup</GitHub>
</Branch>
<Project>https://emby.media/</Project>
<Overview>Emby(https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.</Overview>
<WebUI>http://[IP]:[PORT:8096]</WebUI>
<TemplateURL>false</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png</Icon>
<Date>2026-01-12</Date>
<Changes>
### 2026-01-12
- Set home to /config.
### 2024-08-13
- Rebase to Ubuntu Noble.
### 2024-02-12
- Use universal hardware acceleration blurb
### 2024-01-19
- Fix tonemapping so it&#39;s done with hw acceleration.
### 2023-07-06
- Deprecate armhf. As announced here(https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
### 2023-06-08
- Fix package extraction so it doesn&#39;t change /tmp perms.
### 2023-05-31
- Use upstream deb packages instead of rpm.
### 2022-09-26
- Update chown behavior.
### 2022-09-18
- Migrate to s6v3, rebase to Ubuntu Jammy.
### 2021-05-19
- Structural changes upstream.
### 2021-01-17
- Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. Remove no longer used mapping for /transcode.
### 2020-12-21
- Rebase to Focal, see here(https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
### 2020-11-03
- Fix issue with missing samba folder.
### 2020-11-13
- Fix issue with samba and ffmpeg.
### 2020-07-03
- Add support for amd vaapi hw transcode.
### 2020-02-29
- Add v4l2 support on Raspberry Pi.
### 2020-02-26
- Add openmax support on Raspberry Pi.
### 2020-02-15
- Allow restarting emby from the gui (also allows for auto restarts after addon updates).
### 2019-10-02
- Improve permission fixing for render and dvb devices.
### 2019-08-13
- Add umask environment variable.
### 2019-06-24
- Fix typos in readme.
### 2019-05-30
- Initial release.
</Changes>
<Config Name="WebUI" Target="8096" Default="8096" Mode="tcp" Description="Http webUI." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 8920" Target="8920" Default="8920" Mode="tcp" Description="Https webUI (you need to setup your own certificate)." Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Emby data storage location. *This can grow very large, 50gb+ is likely for a large collection.*" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Path: /data/tvshows" Target="/data/tvshows" Default="" Mode="rw" Description="Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Path: /data/movies" Target="/data/movies" Default="" Mode="rw" Description="Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Path: /opt/vc/lib" Target="/opt/vc/lib" Default="" Mode="rw" Description="Path for Raspberry Pi OpenMAX libs *optional*." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="/dev/dri" Default="/dev/dri" Description="Only needed if you want to use your Intel or AMD GPU for hardware accelerated video encoding (vaapi)." Type="Device" Display="always" Required="false" Mask="false"/>
<Config Name="/dev/vchiq" Default="/dev/vchiq" Description="Only needed if you want to use your Raspberry Pi OpenMax video encoding (Bellagio)." Type="Device" Display="always" Required="false" Mask="false"/>
<Config Name="/dev/video10" Default="/dev/video10" Description="Only needed if you want to use your Raspberry Pi V4L2 video encoding." Type="Device" Display="always" Required="false" Mask="false"/>
<Config Name="/dev/video11" Default="/dev/video11" Description="Only needed if you want to use your Raspberry Pi V4L2 video encoding." Type="Device" Display="always" Required="false" Mask="false"/>
<Config Name="/dev/video12" Default="/dev/video12" Description="Only needed if you want to use your Raspberry Pi V4L2 video encoding." Type="Device" Display="always" Required="false" Mask="false"/>
</Container>