Skip to content

Commit 8ec3c5e

Browse files
authored
Merge pull request #539 from fletchto99/master
2 parents 81b571c + bfbcc9b commit 8ec3c5e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

templates/img/preview-maid.png

38.7 KB
Loading

templates/preview-maid.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<Container version="2">
3+
<Name>PreviewMaid</Name>
4+
<Repository>fletchto99/preview-maid</Repository>
5+
<Registry>https://hub.docker.com/r/fletchto99/preview-maid</Registry>
6+
<Network>bridge</Network>
7+
<Shell>sh</Shell>
8+
<Privileged>false</Privileged>
9+
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
10+
<Project>https://github.com/fletchto99/preview-maid</Project>
11+
<Overview>Preview maid is a tool to help you find missing thumbnail previews in your plex library. By default it will run upon start and then on a schedule daily at 00:00.</Overview>
12+
<Category>Tools:Utilities Status:Stable</Category>
13+
<TemplateURL>https://github.com/selfhosters/unRAID-CA-templates/blob/master/templates/preview-maid.xml</TemplateURL>
14+
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/preview-maid.png</Icon>
15+
<Config Name="PLEX_URL" Target="PLEX_URL" Default="" Mode="" Description="The URL to your Plex instance" Type="Variable" Display="always" Required="true" Mask="false"/>
16+
<Config Name="PLEX_TOKEN" Target="PLEX_TOKEN" Default="" Mode="" Description="Your plex token" Type="Variable" Display="always" Required="true" Mask="true"/>
17+
<Config Name="RUN_ONCE" Target="RUN_ONCE" Default="False|True" Mode="" Description="Set to true if you wish for only on run after which the container will terminate." Type="Variable" Display="always" Required="true" Mask="false"/>
18+
</Container>

0 commit comments

Comments
 (0)