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

80 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/beets.xml</TemplateURL>
<Beta>False</Beta>
<Category>MediaApp:Music</Category>
<Date>2017-01-16</Date>
<Changes>
[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
[center][font size=4]Beets Change Log[/font][/center]
[b]16.01.2017:[/b] Add packages required for replaygain.
[b]07.12.2016:[/b] Change config options of chromaprint, fpcalc now installed.
[b]10.01.2016:[/b] Add nano to packages, set EDITOR variable.
[b]25.09.2016:[/b] Rebase to alpine linux.
[b]05.01.2016:[/b] Change ffmpeg repository, pp3man version crashes container keyboard input
[b]29.11.2015:[/b] Change to no terminal type set, seems to be causing
issues with key entries for some users
[b]06.11.2015:[/b] Initial Release </Changes>
<Support>https://forums.unraid.net/topic/42159-support-linuxserverio-beets/</Support>
<Name>beets</Name>
<Description>The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.[br][br]
[b][span style='color: #E80000;']Directions:[/span][/b][br]
[b]/config[/b] : Where the config file will be created.[br]
[b]/music[/b] : Location of music.[br]
[b]/downloads[/b] : Location of incomplete downloads, or incoming downloads, or music to be tagged.[br]
</Description>
<Project>http://beets.radbox.org/</Project>
<Overview>The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/beets/</Registry>
<Repository>linuxserver/beets</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>8337</HostPort>
<ContainerPort>8337</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>
<Version></Version>
<WebUI>http://[IP]:[PORT:8337]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/beets-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/alpine</BaseImage>
</Container>