AppFeed/lsio_categories/couchpotato.xml

68 lines
2.8 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/couchpotato.xml</TemplateURL>
<Beta>False</Beta>
<Category>Downloaders: MediaApp:Video</Category>
<Date>2016-08-08</Date>
<Support>https://forums.unraid.net/topic/40464-support-linuxserverio-couchpotato/</Support>
<Name>couchpotato</Name>
<Description>CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a "movies I want"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.&#13;
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&amp;#13;&#13;
[b]/config[/b] : Storing all CouchPotato config files [br]&amp;#13;&#13;
[b]/downloads[/b] : Point to downloads folder[br]&amp;#13;&#13;
[b]/movies[/b] : Point to Movies share[br]&amp;#13;&#13;
[b]5050[/b] : The web-interface. [br]</Description>
<Project>https://couchpota.to/</Project>
<Overview>CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a "movies I want"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/couchpotato/</Registry>
<Repository>linuxserver/couchpotato</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>5050</HostPort>
<ContainerPort>5050</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/downloads</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/movies</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Version>992c565c</Version>
<WebUI>http://[IP]:[PORT:5050]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/couchpotato-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/python</BaseImage>
</Container>