plex-prerolls/templates/plex_prerolls.xml

27 lines
2.0 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<Container version="2">
<Name>Plex Prerolls</Name>
<Repository>nwithan8/plex_prerolls:latest</Repository>
<Registry>https://hub.docker.com/r/nwithan8/plex_prerolls</Registry>
<Branch>
<Tag>latest</Tag>
<TagDescription>Latest stable release</TagDescription>
</Branch>
<Network>host</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/133764-support-grtgbln-docker-templates</Support>
<Project>https://github.com/nwithan8/plex-prerolls</Project>
2023-12-09 08:15:37 +00:00
<Overview>Plex Prerolls is a tool to automate preroll scheduling for a Plex Media Server.</Overview>
<Category>Tools: MediaServer Status:Stable</Category>
2023-12-09 08:15:37 +00:00
<TemplateURL>https://raw.githubusercontent.com/nwithan8/unraid_templates/main/templates/plex_prerolls.xml</TemplateURL>
<Maintainer>
<WebPage>https://github.com/nwithan8</WebPage>
</Maintainer>
2023-12-09 08:15:37 +00:00
<Config Name="Cron Schedule" Target="CRON_SCHEDULE" Default="0 0 * * *" Description="How often to update schedules. See https://crontab.guru for help." Type="Variable" Display="always" Required="true" Mask="true" />
<Config Name="Dry Run" Target="DRY_RUN" Default="" Description="Enable dry-run (testing) mode. No changes will be made to Plex." Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="Timezone" Target="TZ" Default="UTC" Description="Timezone to use when calculating schedules" Type="Variable" Display="always" Required="false" Mask="false">UTC</Config>
<Config Name="Config Path" Target="/config" Default="/mnt/user/appdata/plex_prerolls/config" Mode="rw" Description="Where config file will be stored" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/plex_prerolls/config</Config>
<Config Name="Log Path" Target="/logs" Default="/mnt/user/appdata/plex_prerolls/logs" Mode="rw" Description="Where debug logs will be stored" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/plex_prerolls/logs</Config>
</Container>