Skip to content

Commit

Permalink
Replex - Removed default option for force direct play (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
PilaScat authored Aug 12, 2024
1 parent 81f6692 commit 59eae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/replex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Config Name="Disable leaf count?" Target="REPLEX_DISABLE_LEAF_COUNT" Default="false" Description="Remove episode count label from show artwork." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="Hero rows" Target="REPLEX_HERO_ROWS" Default="" Description="Comma seperated list of hub-identifiers to make built-in hubs hero style, see GitHub for the options." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Force maximum quality?" Target="REPLEX_FORCE_MAXIMUM_QUALITY" Default="false" Description="This will force clients to use the maximum quality, see GitHub for more info." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="Force direct play for" Target="REPLEX_FORCE_DIRECT_PLAY_FOR" Default="false" Description="Force direct play for the given resolutions, see GitHub for more info." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="Force direct play for" Target="REPLEX_FORCE_DIRECT_PLAY_FOR" Default="" Description="Force direct play for the given resolutions, see GitHub for more info." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Video transcode fallback for" Target="REPLEX_VIDEO_TRANSCODE_FALLBACK_FOR" Default="" Description="If the selected media triggers a video transcode fallback to another version of the media, see GitHub for more info." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Auto select version?" Target="REPLEX_AUTO_SELECT_VERSION" Default="false" Description="If you have multiple versions of a media item then this setting will choose the one thats closest to the client resolution." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="Disable related?" Target="REPLEX_DISABLE_RELATED" Default="false" Description="See GitHub for more info." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
Expand Down

0 comments on commit 59eae03

Please sign in to comment.