templates/unraid/deprecated/plex-meta-manager.xml
2024-04-23 09:26:56 +00:00

81 lines
4.6 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-plex-meta-manager/blob/main/readme-vars.yml -->
<Container version="2">
<Name>plex-meta-manager</Name>
<Repository>lscr.io/linuxserver/plex-meta-manager</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/plex-meta-manager</Registry>
<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>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-plex-meta-manager/issues/new/choose</Support>
<Shell>bash</Shell>
<Deprecated>true</Deprecated>
<GitHub>https://github.com/linuxserver/docker-plex-meta-manager#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-plex-meta-manager#readme</ReadMe>
<Branch>
<Tag>latest</Tag>
<TagDescription>Stable releases.</TagDescription>
</Branch>
<Branch>
<Tag>develop</Tag>
<TagDescription>Latest commits from the develop branch</TagDescription>
<ReadMe>https://github.com/linuxserver/docker-plex-meta-manager/tree/develop#readme</ReadMe>
<GitHub>https://github.com/linuxserver/docker-plex-meta-manager/tree/develop#application-setup</GitHub>
</Branch>
<Branch>
<Tag>nightly</Tag>
<TagDescription>Latest commits from the nightly branch</TagDescription>
<ReadMe>https://github.com/linuxserver/docker-plex-meta-manager/tree/nightly#readme</ReadMe>
<GitHub>https://github.com/linuxserver/docker-plex-meta-manager/tree/nightly#application-setup</GitHub>
</Branch>
<Project>https://github.com/Kometa-Team/Kometa</Project>
<Overview>Plex-meta-manager(https://github.com/Kometa-Team/Kometa) is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki.</Overview>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/plex-meta-manager.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
<Date>2024-04-22</Date>
<Changes>
### 2024-04-22
- Deprecate.
### 2024-04-22
- Update backend to reflect upstream repo rename.
### 2023-12-23
- Rebase to Alpine 3.19.
### 2023-06-10
- Rebase to Alpine 3.18, deprecate armhf.
### 2023-03-05
- Add nightly branch.
### 2022-12-11
- Rebase master to Alpine 3.17.
### 2022-11-08
- Add develop branch.
### 2022-10-25
- Support commandline args and relative paths.
### 2022-10-03
- Rebase to Alpine 3.16, migrate to s6v3.
### 2022-01-30
- Initial Release.
</Changes>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="PMM_CONFIG" Target="PMM_CONFIG" Default="/config/config.yml" Description="Specify a custom config file to use." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PMM_TIME" Target="PMM_TIME" Default="03:00" Description="Comma-separated list of times to update each day. Format: `HH:MM`." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PMM_RUN" Target="PMM_RUN" Default="False" Description="Set to `True` to run without the scheduler." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PMM_TEST" Target="PMM_TEST" Default="False" Description="Set to `True` to run in debug mode with only collections that have `test: true`." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PMM_NO_MISSING" Target="PMM_NO_MISSING" Default="False" Description="Set to `True` to run without any of the missing movie/show functions." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>