- Fix Unraid template name

- Change GitHub repo name
This commit is contained in:
nwithan8 2023-12-14 00:28:46 -07:00
parent 8e42c3598c
commit 9cc867953d
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ Define when you want different pre-rolls to play throughout the year. For exampl
Clone the repo: Clone the repo:
```sh ```sh
git clone https://github.com/nwithan8/plex-schedule-prerolls.git git clone https://github.com/nwithan8/plex-prerolls.git
``` ```
Install Python requirements: Install Python requirements:

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<Container version="2"> <Container version="2">
<Name>plex_prerolls</Name> <Name>Plex Prerolls</Name>
<Repository>nwithan8/plex_prerolls:latest</Repository> <Repository>nwithan8/plex_prerolls:latest</Repository>
<Registry>https://hub.docker.com/r/nwithan8/plex_prerolls</Registry> <Registry>https://hub.docker.com/r/nwithan8/plex_prerolls</Registry>
<Branch> <Branch>
@ -11,7 +11,7 @@
<Shell>bash</Shell> <Shell>bash</Shell>
<Privileged>false</Privileged> <Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/133764-support-grtgbln-docker-templates</Support> <Support>https://forums.unraid.net/topic/133764-support-grtgbln-docker-templates</Support>
<Project>https://github.com/nwithan8/plex-schedule-prerolls</Project> <Project>https://github.com/nwithan8/plex-prerolls</Project>
<Overview>Plex Prerolls is a tool to automate preroll scheduling for a Plex Media Server.</Overview> <Overview>Plex Prerolls is a tool to automate preroll scheduling for a Plex Media Server.</Overview>
<Category>Tools: MediaServer Status:Stable</Category> <Category>Tools: MediaServer Status:Stable</Category>
<TemplateURL>https://raw.githubusercontent.com/nwithan8/unraid_templates/main/templates/plex_prerolls.xml</TemplateURL> <TemplateURL>https://raw.githubusercontent.com/nwithan8/unraid_templates/main/templates/plex_prerolls.xml</TemplateURL>