templates/unraid/plex-meta-manager.xml
2022-05-01 07:27:57 -05:00

37 lines
3.4 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>
<GitHub>https://github.com/linuxserver/docker-plex-meta-manager#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-plex-meta-manager#readme</ReadMe>
<Project>https://github.com/meisnate12/Plex-Meta-Manager</Project>
<Overview>Plex-meta-manager(https://github.com/meisnate12/Plex-Meta-Manager) 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>2022-01-30</Date>
<Changes>
### 2022-01-30
- Initial Release.
</Changes>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Local path for plex-meta-manager 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>