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 8, 2015
1 parent c0ba528 commit 24e0943
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
16 changes: 14 additions & 2 deletions language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -10989,7 +10989,13 @@ msgctxt "#20469"
msgid "Keep current set (%s)"
msgstr ""

#empty strings from id 20470 to 21329
#. Label of setting "Videos -> Library -> Hide watched videos in recently added list (home screen)"
#: system/settings/settings.xml
msgctxt "#20470"
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 @@ -15658,7 +15664,13 @@ msgctxt "#36435"
msgid "Use DVDPlayer for decoding of video files with MMAL acceleration."
msgstr ""

#empty strings from id 36436 to 36499
#. Description of setting "Videos -> Library -> Hide watched videos in recently added list."
#: system/settings/settings.xml
msgctxt "#36436"
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 ""

#empty strings from id 36437 to 36499
#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 @@ -360,6 +360,11 @@
<default>false</default>
<control type="toggle" />
</setting>
<setting id="videolibrary.hiderecentlywatchedvideos" type="boolean" label="20470" help="36436">
<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 24e0943

Please sign in to comment.