mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
28 lines
2.3 KiB
XML
28 lines
2.3 KiB
XML
<?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>
|
|
<Overview>Plex Prerolls is a tool to automate preroll scheduling for a Plex Media Server.</Overview>
|
|
<Category>Tools: MediaServer Status:Stable</Category>
|
|
<TemplateURL>https://raw.githubusercontent.com/nwithan8/unraid_templates/main/templates/plex_prerolls.xml</TemplateURL>
|
|
<Maintainer>
|
|
<WebPage>https://github.com/nwithan8</WebPage>
|
|
</Maintainer>
|
|
<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="false" />
|
|
<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="ro" Description="Where config file will be stored" Type="Path" Display="always" 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>
|
|
<Config Name="Files Path" Target="/files" Default="/mnt/user/appdata/plex_prerolls/files" Mode="ro" Description="(Optional) Where preroll files are stored, for local path glob feature" Type="Path" Display="advanced" Required="false" Mask="false">/mnt/user/appdata/plex_prerolls/files</Config>
|
|
</Container>
|