Skip to content

Commit

Permalink
Update pattrmm.xml
Browse files Browse the repository at this point in the history
Added branch choice
  • Loading branch information
Droppisalt authored May 2, 2024
1 parent 71cf5db commit 216efd4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pattrmm/pattrmm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
<Privileged>false</Privileged>
<Support>https://github.com/InsertDisc/pattrmm/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc</Support>
<Project>https://github.com/InsertDisc/pattrmm</Project>
<Branch>
<Tag>latest</Tag>
<TagDescription>Default PATTRMM Release</TagDescription>
</Branch>
<Branch>
<Tag>nightly</Tag>
<TagDescription>Latest PATTRMM Releases</TagDescription>
</Branch>
<Overview>Automate a chronological 'Returning Soon' Trakt list and overlay file for use in Kometa (formerly Plex Meta Manager).&#xD;
&#xD;
ghcr.io/insertdisc/pattrmm/</Overview>
Expand All @@ -25,9 +33,9 @@ ghcr.io/insertdisc/pattrmm/</Overview>
<Requires/>
<Config Name="Timezone" Target="TZ" Default="" Mode="" Description="Set your timezone, i.e. America/Toronto" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Run Time" Target="PATTRMM_TIME" Default="" Mode="" Description="Set time to run for Pattrmm (in 24h format). Preferably not when Plex, Kometa, TitleCardMaker etc. are running their sceduled tasks." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Data Path" Target="/data" Default="/mnt/user/appdata/Pattrmm" Mode="rw" Description="Data files created by Pattrmm, should be in your appdata folder for pattrmm but can be somewhere else." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Preferences" Target="/preferences" Default="/mnt/user/appdata/Pattrmm" Mode="rw" Description="Preferences files created by Pattrmm on first run only, should be in your appdata folder for pattrmm but can be somewhere else." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Kometa Config" Target="/config" Default="/mnt/user/appdata/Kometa" Mode="rw" Description="Path to your Kometa config.yml. Make sure Pattrmm has access/the correct permissions to read the file." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Data Path" Target="/data" Default="/mnt/user/appdata/pattrmm/data" Mode="rw" Description="Data files created by Pattrmm, should be in your appdata folder for pattrmm but can be somewhere else." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Preferences" Target="/preferences" Default="/mnt/user/appdata/pattrmm/preferences" Mode="rw" Description="Preferences files created by Pattrmm on first run only, should be in your appdata folder for pattrmm but can be somewhere else." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Kometa Config" Target="/config" Default="/mnt/user/appdata/kometa" Mode="rw" Description="Path to your Kometa config.yml. Make sure Pattrmm has access/the correct permissions to read the file." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<Config Name="GUID" Target="GUID" Default="100" Mode="" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
</Container>

0 comments on commit 216efd4

Please sign in to comment.