Skip to content

Commit 13c64a7

Browse files
committed
forgotten files
1 parent 6a23496 commit 13c64a7

4 files changed

Lines changed: 29 additions & 0 deletions

File tree

lib/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,8 @@ class AdvancedSettings(object):
475475

476476
_proxiedSettings = (
477477
("debug", False),
478+
("theme_music_shows", False),
479+
("theme_music_volume", 80),
478480
)
479481

480482
def __init__(self):

resources/language/English/strings.po

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,3 +951,14 @@ msgctxt "#32463"
951951
msgid "By Artist"
952952
msgstr ""
953953

954+
msgctxt "#32467"
955+
msgid "Appearance"
956+
msgstr ""
957+
958+
msgctxt "#32472"
959+
msgid "Play theme music for shows"
960+
msgstr ""
961+
962+
msgctxt "#32473"
963+
msgid "Theme music volume"
964+
msgstr ""

resources/language/German/strings.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,3 +949,15 @@ msgstr "Künstler(in)"
949949
msgctxt "#32463"
950950
msgid "By Artist"
951951
msgstr "Nach Künstler(in)"
952+
953+
msgctxt "#32467"
954+
msgid "Darstellung"
955+
msgstr ""
956+
957+
msgctxt "#32472"
958+
msgid "Titelmusik für Serien abspielen"
959+
msgstr ""
960+
961+
msgctxt "#32473"
962+
msgid "Titelmusik-Lautstärke"
963+
msgstr ""

resources/settings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99
<setting id="debug" type="bool" label="32024" default="false" />
1010
</category>
1111

12+
<category label="32467">
13+
<setting id="theme_music_shows" type="bool" label="32472" default="false" />
14+
<setting id="theme_music_volume" type="slider" label="32473" default="80" range="0,5,100" option="percent" />
15+
</category>
1216
</settings>

0 commit comments

Comments
 (0)