Skip to content

Commit

Permalink
Fix for UI not showing both extractflags and extractthumb
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Apr 12, 2017
1 parent 09157c1 commit c7bb332
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions addons/resource.language.en_gb/resources/strings.po
Expand Up @@ -12863,7 +12863,7 @@ msgstr ""

#: system/settings/settings.xml
msgctxt "#20433"
msgid "Extract thumbnails and video information"
msgid "Extract video information from files"
msgstr ""

#: xbmc/dialogs/GUIDialogSmartPlaylistRule.cpp
Expand Down Expand Up @@ -17694,7 +17694,7 @@ msgstr ""
#. Description of setting with label #20433 "Extract thumbnails and video information"
#: system/settings/settings.xml
msgctxt "#36178"
msgid "Extract thumbnails and metadata information such as codec and aspect ratio from videos."
msgid "Extract metadata information such as codec and aspect ratio from videos."
msgstr ""

#. Description of setting with label #20419 "Replace file names with library titles"
Expand All @@ -17706,7 +17706,7 @@ msgstr ""
#. Description of setting with label #20433 "Extract thumbnails and video information"
#: system/settings/settings.xml
msgctxt "#36180"
msgid "Extract thumbnails and information, such as codecs and aspect ratio, to display in library mode."
msgid "Extract thumbnails, to display in library Mode."
msgstr ""

#: system/settings/settings.xml
Expand Down Expand Up @@ -20473,3 +20473,7 @@ msgstr ""
msgctxt "#38052"
msgid "Remote button press release time (ms)"
msgstr ""

msgctxt "#38190"
msgid "Extract thumbnails from video files"
msgstr ""
4 changes: 2 additions & 2 deletions system/settings/settings.xml
Expand Up @@ -969,8 +969,8 @@
<default>true</default>
<control type="toggle" />
</setting>
<setting id="myvideos.extractthumb" type="boolean" label="20433" help="36180">
<level>4</level>
<setting id="myvideos.extractthumb" type="boolean" label="38190" help="36180">
<level>1</level>
<default>true</default>
<control type="toggle" />
</setting>
Expand Down

0 comments on commit c7bb332

Please sign in to comment.