Skip to content

Commit

Permalink
Fix RUN_TIME variable in preview-maid.xml (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony0030 authored Jan 25, 2025
1 parent dbf2568 commit 97f81c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/preview-maid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<Config Name="FIND_MISSING_CREDITS_MARKERS" Target="FIND_MISSING_CREDITS_MARKERS" Default="False|True" Mode="" Description="Set to true to find missing skip credits markers (note this is slow on large libraries)" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="FIND_MISSING_AD_MARKERS" Target="FIND_MISSING_AD_MARKERS" Default="False|True" Mode="" Description="Set to true to find missing skip ad markers (note this is slow on large libraries)" Type="Variable" Display="always" Required="true" Mask="false"/>
<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"/>
<Config Name="RUN_TIME" Target="RUN_ONCE" Default="00:00" Mode="" Description="The daily time to run the job in the format HH:MM." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="RUN_TIME" Target="RUN_TIME" Default="00:00" Mode="" Description="The daily time to run the job in the format HH:MM." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SKIP_LIBRARY_TYPES" Target="SKIP_LIBRARY_TYPES" Default="" Mode="" Description="A comma separated list of library types to skip. Options are tv,movie,photo" Type="Variable" Display="always-hide" Required="false" Mask="false"/>
<Config Name="SKIP_LIBRARY_NAMES" Target="SKIP_LIBRARY_NAMES" Default="" Mode="" Description="A comma separated list of library names to skip" Type="Variable" Display="always-hide" Required="false" Mask="false"/>
<Config Name="DEBUG" Target="DEBUG" Default="False|True" Mode="" Description="Set to true if you wish to enable debug logging." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Config Location" Target="/app/logs" Default="/mnt/user/appdata/previewmaid/logs" Mode="rw" Description="Application log directory" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/previewmaid/logs</Config>
</Container>
</Container>

0 comments on commit 97f81c2

Please sign in to comment.