Skip to content

Commit

Permalink
- added setting for allowing to hide watched movies/episodes/musicvid…
Browse files Browse the repository at this point in the history
…eos in the recently added lists of the home screen
  • Loading branch information
Memphiz authored and popcornmix committed Oct 27, 2015
1 parent 2554424 commit 99cca40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 13 additions & 1 deletion addons/resource.language.en_gb/resources/strings.po
Expand Up @@ -11984,7 +11984,13 @@ msgctxt "#20471"
msgid "Show empty TV shows"
msgstr ""

#empty strings from id 20472 to 21329
#. Label of setting "Videos -> Library -> Hide watched videos in recently added list (home screen)"
#: system/settings/settings.xml
msgctxt "#20479"
msgid "Hide watched videos in recently added list (home screen)"
msgstr ""

#empty strings from id 20471 to 21329
#up to 21329 is reserved for the video db !! !

#: system/settings/settings.xml
Expand Down Expand Up @@ -17521,6 +17527,12 @@ msgstr ""

#empty strings from id 36462 to 36499

#. Description of setting "Videos -> Library -> Hide watched videos in recently added list."
#: system/settings/settings.xml
msgctxt "#36499"
msgid "If enabled all watched items in the recently added list on the home screen will be hidden. This includes movies, episodes and musicvideos. The effect depends on the used skin and its settings."
msgstr ""

#end reservation

#. label of a setting for the stereoscopic 3D mode of the GUI that is/should be applied
Expand Down
5 changes: 5 additions & 0 deletions system/settings/settings.xml
Expand Up @@ -491,6 +491,11 @@
<default>false</default>
<control type="toggle" />
</setting>
<setting id="videolibrary.hiderecentlywatchedvideos" type="boolean" label="20479" help="36499">
<level>1</level>
<default>true</default>
<control type="toggle" />
</setting>
</group>
<group id="2">
<setting id="videolibrary.updateonstartup" type="boolean" label="22000" help="36146">
Expand Down

0 comments on commit 99cca40

Please sign in to comment.