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

69 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/lidarr.xml</TemplateURL>
<Beta>True</Beta>
<Category>Downloaders: MediaApp:Music Status:Beta</Category>
<Name>lidarr</Name>
<Support>https://forums.unraid.net/topic/69663-support-linuxserverio-lidarr/</Support>
<Project>https://github.com/lidarr/Lidarr</Project>
<Repository>linuxserver/lidarr</Repository>
<Registry>https://hub.docker.com/r/linuxserver/lidarr/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Overview>Lidarr is a music collection manager for Usenet and BitTorrent users.</Overview>
<WebUI>http://[IP]:[PORT:8686]</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lidarr.png</Icon>
<Description>Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists 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..&#xD;
&#xD;
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#xD;
&#xD;
[b]/config[/b] : Storing all Lidarr config files [br]&#xD;
&#xD;
[b]/music[/b] : Point to Music share[br]&#xD;
&#xD;
[b]/downloads[/b] : Point to Downloads share[br]&#xD;
&#xD;
[b]8686[/b] : The web-interface. [br]</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8686</HostPort>
<ContainerPort>8686</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>/music</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
</Variable>
</Environment>
<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>