Skip to content

Commit a146551

Browse files
authored
Merge pull request #2347 from pkscout/ap-212
[script.audio.profiles] v2.1.2
2 parents 0214227 + acfe6c1 commit a146551

File tree

64 files changed

+689
-1003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+689
-1003
lines changed

script.audio.profiles/addon.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.audio.profiles" name="Audio Profiles" version="2.1.1" provider-name="pkscout, notoco, Regss">
2+
<addon id="script.audio.profiles" name="Audio Profiles" version="2.1.2" provider-name="pkscout, notoco, Regss">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0" />
55
</requires>
66
<extension point="xbmc.python.script" library="default.py"/>
77
<extension point="xbmc.service" library="service.py" />
88
<extension point="xbmc.addon.metadata">
99
<news>
10-
v.2.1.1
11-
- fix for depreciated call that was removed from Nexus
12-
- updated language files
10+
v.2.1.2
11+
- fix for DTS and DTSHD not being properly detected
1312
</news>
1413
<assets>
1514
<icon>icon.png</icon>
@@ -25,21 +24,27 @@ v.2.1.1
2524
<summary lang="es_AR">Guarde el perfil de audio y cambie fácilmente entre ellos.</summary>
2625
<summary lang="es_ES">Guarde el perfil de audio y cambie fácilmente entre ellos.</summary>
2726
<summary lang="es_MX">Guarde el perfil de audio y cambie fácilmente entre ellos.</summary>
27+
<summary lang="fi_FI">Tallenna ääniasetusprofiileita ja vaihda niiden välillä helposti.</summary>
28+
<summary lang="fr_FR">Enregistrer le profil audio et basculer facilement entre eux.</summary>
2829
<summary lang="hu_HU">Hangbeállítások profilba mentése, és könnyű váltás közöttük.</summary>
29-
<summary lang="it_IT">Salva il profilo audio e cambia facilmente da uno all'altro.</summary>
30+
<summary lang="it_IT">Salva il profilo audio e passa facilmente da uno all&apos;altro.</summary>
3031
<summary lang="ko_KR">오디오 프로필을 저장하고 쉽게 전환합니다.</summary>
3132
<summary lang="pl_PL">Zapisuje profile ustawień audio i łatwo przełącza między nimi.</summary>
3233
<summary lang="ru_RU">Сохраняйте аудиопрофили и легко переключайтесь между ними.</summary>
34+
<summary lang="zh_CN">保存音频配置文件并在它们之间轻松切换。</summary>
3335
<description lang="da_DK">Gem lydprofiler og skift let mellem dem.</description>
3436
<description lang="de_DE">Audioprofile speichern und einfach zwischen diesen wechseln.</description>
3537
<description lang="en_GB">Save audio profile and easily switch between them.</description>
3638
<description lang="es_AR">Guarde el perfil de audio y cambie fácilmente entre ellos.</description>
3739
<description lang="es_ES">Guarde el perfil de audio y cambie fácilmente entre ellos.</description>
3840
<description lang="es_MX">Guarde el perfil de audio y cambie fácilmente entre ellos.</description>
41+
<description lang="fi_FI">Tallenna ääniasetusprofiileita ja vaihda niiden välillä helposti.</description>
42+
<description lang="fr_FR">Enregistrer le profil audio et basculer facilement entre eux.</description>
3943
<description lang="hu_HU">Hangbeállítások profilba mentése, és könnyű váltás közöttük.</description>
40-
<description lang="it_IT">Salva il profilo audio e cambia facilmente da uno all'altro.</description>
44+
<description lang="it_IT">Salva il profilo audio e passa facilmente da uno all&apos;altro.</description>
4145
<description lang="ko_KR">오디오 프로필을 저장하고 쉽게 전환합니다.</description>
4246
<description lang="pl_PL">Zapisuje profile ustawień audio i łatwo przełącza między nimi.</description>
4347
<description lang="ru_RU">Позволяет сохранять звуковые профили и с лёгкостью переключаться между ними.</description>
48+
<description lang="zh_CN">保存音频配置文件并在它们之间轻松切换。</description>
4449
</extension>
4550
</addon>

script.audio.profiles/changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
v.2.1.2
2+
- fix for DTS and DTSHD not being properly detected
3+
14
v.2.1.1
25
- fix for depreciated xbmc.translatepath call
36
- stopped using kodi-six (not needed for Matrix only addons)
4-
- updated language files
57

68
v.2.1.0
79
- fix for logging issue with Python3

script.audio.profiles/resources/language/resource.language.af_za/strings.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-01 17:13+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Afrikaans (South Africa) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/af_za/>\n"
48
"Language: af_za\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
12+
"X-Generator: Weblate 4.11\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "Geen"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"
@@ -167,7 +173,7 @@ msgstr ""
167173

168174
msgctxt "#32040"
169175
msgid "Enable debug logging"
170-
msgstr ""
176+
msgstr "Stel ontfout loghouding in staat"
171177

172178
msgctxt "#32041"
173179
msgid " Force load profile at startup"

script.audio.profiles/resources/language/resource.language.am_et/strings.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-01 17:13+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Amharic (Ethiopia) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/am_et/>\n"
48
"Language: am_et\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
12+
"X-Generator: Weblate 4.11\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "ምንም"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"

script.audio.profiles/resources/language/resource.language.ar_sa/strings.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-01 17:13+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Arabic (Saudi Arabia) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/ar_sa/>\n"
48
"Language: ar_sa\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
12+
"X-Generator: Weblate 4.11\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "بلا"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"
@@ -167,7 +173,7 @@ msgstr ""
167173

168174
msgctxt "#32040"
169175
msgid "Enable debug logging"
170-
msgstr ""
176+
msgstr "تمكين تسجيل التصحيح"
171177

172178
msgctxt "#32041"
173179
msgid " Force load profile at startup"

script.audio.profiles/resources/language/resource.language.be_by/strings.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-09 14:05+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Belarusian <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/be_by/>\n"
48
"Language: be_by\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
12+
"X-Generator: Weblate 4.11.2\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "Няма"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"
@@ -167,7 +173,7 @@ msgstr ""
167173

168174
msgctxt "#32040"
169175
msgid "Enable debug logging"
170-
msgstr ""
176+
msgstr "Уключыць журнал адладкі"
171177

172178
msgctxt "#32041"
173179
msgid " Force load profile at startup"

script.audio.profiles/resources/language/resource.language.bg_bg/strings.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-01 17:13+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Bulgarian <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/bg_bg/>\n"
48
"Language: bg_bg\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
12+
"X-Generator: Weblate 4.11\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "Без"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"
@@ -167,7 +173,7 @@ msgstr ""
167173

168174
msgctxt "#32040"
169175
msgid "Enable debug logging"
170-
msgstr ""
176+
msgstr "Включи дебъг журнала"
171177

172178
msgctxt "#32041"
173179
msgid " Force load profile at startup"

script.audio.profiles/resources/language/resource.language.bs_ba/strings.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-01 17:13+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Bosnian (Bosnia and Herzegovina) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/bs_ba/>\n"
48
"Language: bs_ba\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
12+
"X-Generator: Weblate 4.11\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "Ništa"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"
@@ -167,7 +173,7 @@ msgstr ""
167173

168174
msgctxt "#32040"
169175
msgid "Enable debug logging"
170-
msgstr ""
176+
msgstr "Omogući bilježenje grešaka"
171177

172178
msgctxt "#32041"
173179
msgid " Force load profile at startup"

script.audio.profiles/resources/language/resource.language.ca_es/strings.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-01 17:13+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Catalan (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/ca_es/>\n"
48
"Language: ca_es\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
12+
"X-Generator: Weblate 4.11\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "Cap"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"
@@ -167,7 +173,7 @@ msgstr ""
167173

168174
msgctxt "#32040"
169175
msgid "Enable debug logging"
170-
msgstr ""
176+
msgstr "Habilita el registrament de depuració"
171177

172178
msgctxt "#32041"
173179
msgid " Force load profile at startup"

script.audio.profiles/resources/language/resource.language.cs_cz/strings.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# script.audio.profiles language file
22
msgid ""
33
msgstr ""
4+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
5+
"PO-Revision-Date: 2022-03-09 14:05+0000\n"
6+
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
7+
"Language-Team: Czech <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-audio-profiles/cs_cz/>\n"
48
"Language: cs_cz\n"
59
"Content-Type: text/plain; charset=UTF-8\n"
610
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
12+
"X-Generator: Weblate 4.11.2\n"
713

814
msgctxt "Addon Summary"
915
msgid "Save audio profile and easily switch between them."
@@ -23,7 +29,7 @@ msgstr ""
2329

2430
msgctxt "#32002"
2531
msgid "Settings"
26-
msgstr ""
32+
msgstr "Nastavení"
2733

2834
msgctxt "#32003"
2935
msgid " Name of profile 2"
@@ -111,7 +117,7 @@ msgstr ""
111117

112118
msgctxt "#32026"
113119
msgid "None"
114-
msgstr ""
120+
msgstr "Žádné"
115121

116122
msgctxt "#32027"
117123
msgid "HDMI-CEC"
@@ -167,7 +173,7 @@ msgstr ""
167173

168174
msgctxt "#32040"
169175
msgid "Enable debug logging"
170-
msgstr ""
176+
msgstr "Povolit protokolování ladění"
171177

172178
msgctxt "#32041"
173179
msgid " Force load profile at startup"

0 commit comments

Comments
 (0)