AppFeed/lsio_categories/tvheadend.xml
2023-08-10 11:19:06 -04:00

79 lines
3.7 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/tvheadend.xml</TemplateURL>
<Name>tvheadend</Name>
<Date>2017-07-02</Date>
<Repository>linuxserver/tvheadend</Repository>
<Registry>https://hub.docker.com/r/linuxserver/tvheadend/</Registry>
<Branch>
<Tag>release-4.2</Tag>
<TagDescription>latest release of 4.2 branch of TVH</TagDescription>
</Branch>
<Branch>
<Tag>stable-4.0.9</Tag>
<TagDescription>Old stable version of TVH</TagDescription>
</Branch>
<Branch>
<Tag>stable-4.2.1</Tag>
<TagDescription>Old Stable version of TVH</TagDescription>
</Branch>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/49898-support-linuxserverio-tvheadend/</Support>
<Project>https://www.tvheadend.org/</Project>
<Overview>Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT&amp;gt;IP and HDHomeRun as input sources.&#xD;
Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT&amp;gt;IP streaming.&#xD;
Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).</Overview>
<Category>MediaServer:Video MediaServer:Other</Category>
<WebUI>http://[IP]:[PORT:9981]/</WebUI>
<Icon>http://i.imgur.com/zGSUAT4.png</Icon>
<Description>Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT&amp;gt;IP and HDHomeRun as input sources.&#xD;
Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT&amp;gt;IP streaming.&#xD;
Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>9981</HostPort>
<ContainerPort>9981</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9982</HostPort>
<ContainerPort>9982</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/recordings</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
</Variable>
</Environment>
<Config Name="Config" Target="/config" Default="" Mode="rw" Description="Config" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="PGID" Type="Variable" Display="always" Required="true" Mask="false">100</Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="PUID" Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="Webgui" Target="9981" Default="9981" Mode="tcp" Description="Webgui" Type="Port" Display="always" Required="true" Mask="false">9981</Config>
<Config Name="HTSP" Target="9982" Default="9982" Mode="tcp" Description="HTSP" Type="Port" Display="always" Required="true" Mask="false">9982</Config>
<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>
<BaseImage>lsiobase/alpine</BaseImage>
</Container>