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

77 lines
3.5 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>bazarr</Name>
<Repository>linuxserver/bazarr</Repository>
<Registry>https://hub.docker.com/r/linuxserver/bazarr/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/74410-support-linuxserverio-bazarr/</Support>
<Project>https://www.bazarr.media/</Project>
<Overview>Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] : Storing Bazarr config files [br]
[b]80[/b] : The web-interface. [br]
[b]/movies[/b]: Path to Movies[br]
[b]/tv[/b]: Path to TV Series[br]</Overview>
<Category>Downloaders: Network:Other MediaApp:Video Tools:</Category>
<WebUI>http://[IP]:[PORT:6767]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/bazarr.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png</Icon>
<ExtraParams/>
<PostArgs/>
<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>
<Description>Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6767</HostPort>
<ContainerPort>6767</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/movies</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/tv</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Host Port 1" Target="6767" Default="6767" Mode="tcp" Description="Container Port: 6767" Type="Port" Display="always" Required="true" Mask="false">6767</Config>
<Config Name="Host Path 2" Target="/movies" Default="" Mode="rw" Description="Movies" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Host Path 3" Target="/tv" Default="" Mode="rw" Description="TV" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">100</Config>
<Config Name="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
<BaseImage>lsiobase/alpine</BaseImage>
</Container>