aboutsummaryrefslogtreecommitdiff
path: root/system/settings/settings.xml
diff options
context:
space:
mode:
authorUnknown <dvukovic@gmx.de>2018-10-24 19:23:29 +0200
committerDaVukovic <dvukovic@gmx.de>2018-11-10 16:05:28 +0100
commit9702661180547015d22044d5cd15f3f89d269c2d (patch)
treec78ae577fbaf1d1dd0de9fc42b61b6ee0f9dc4e6 /system/settings/settings.xml
parenta948f998d91724407ab90a89ddc0ae2745021aa0 (diff)
[Kodi] Separate shown plots for unwatched items
[Kodi] Separate shown plots for unwatched items
Diffstat (limited to 'system/settings/settings.xml')
-rwxr-xr-xsystem/settings/settings.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index 3996711db7..976ae8622f 100755
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -968,10 +968,20 @@
<default>true</default>
<control type="toggle" />
</setting>
- <setting id="videolibrary.showunwatchedplots" type="boolean" label="20369" help="36141">
+ <setting id="videolibrary.showunwatchedplots" type="list[integer]" label="20369" help="36141">
<level>0</level>
- <default>true</default>
- <control type="toggle" />
+ <default>0,1</default> <!-- Show plot for both -->
+ <constraints>
+ <options>
+ <option label="20342">0</option> <!-- Show plot for unwatched movies only -->
+ <option label="20343">1</option> <!-- Show plot for unwatched tv show episodes only -->
+ </options>
+ <delimiter>,</delimiter>
+ </constraints>
+ <control type="list" format="string">
+ <multiselect>true</multiselect>
+ <hidevalue>false</hidevalue>
+ </control>
</setting>
<setting id="videolibrary.groupmoviesets" type="boolean" label="20458" help="36145">
<level>1</level>