AppFeed/lsio_categories/sonarr.xml

72 lines
2.9 KiB
XML
Raw Normal View History

2022-01-20 20:35:40 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/sonarr.xml</TemplateURL>
<Beta>False</Beta>
<Category>Downloaders: MediaApp:Video</Category>
<Date>2017-04-17</Date>
<Name>sonarr</Name>
<Support>https://forums.unraid.net/topic/41908-support-linuxserverio-sonarr/</Support>
<Description>Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.&#13;
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&amp;#13;&#13;
[b]/config[/b] : Storing all Sonarr config files [br]&amp;#13;&#13;
[b]/tv[/b] : Point to TV share[br]&amp;#13;&#13;
[b]/download[/b] : Point to Download's[br]
[b]8989[/b] : The web-interface. [br]</Description>
<Project>https://sonarr.tv/</Project>
<Overview>Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/sonarr/</Registry>
<Repository>linuxserver/sonarr</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8989</HostPort>
<ContainerPort>8989</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/dev/rtc</HostDir>
<ContainerDir>/dev/rtc</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/tv</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/downloads</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Version>992c565c</Version>
<WebUI>http://[IP]:[PORT:8989]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-icon.png</Icon>
<ExtraParams></ExtraParams>
<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/mono</BaseImage>
</Container>