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 Jan 28, 2016
1 parent 4987057 commit 01d9595
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions addons/resource.language.en_gb/resources/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -12022,6 +12022,12 @@ msgctxt "#20471"
msgid "Show empty TV shows"
msgstr ""

#. 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 20472 to 21329
#up to 21329 is reserved for the video db !! !

Expand Down Expand Up @@ -17454,6 +17460,13 @@ msgid "Notification event describe regular processes and actions performed by th
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
Original file line number Diff line number Diff line change
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 01d9595

Please sign in to comment.