Skip to content

Commit 296b086

Browse files
authored
Merge pull request #44 from AlwinEsch/Nexus-change
audiodecoder API Version 4.0.0 update
2 parents a7bddda + 3a21f17 commit 296b086

File tree

83 files changed

+2633
-10
lines changed

Some content is hidden

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

83 files changed

+2633
-10
lines changed

audiodecoder.dumb/addon.xml.in

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,56 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="audiodecoder.dumb"
4-
version="20.0.0"
4+
version="20.1.0"
55
name="DUMB Audio Decoder"
66
provider-name="spiff">
77
<requires>@ADDON_DEPENDS@</requires>
88
<extension
99
point="kodi.audiodecoder"
1010
name="dumb"
11-
extension=".it|.xm|.s3m"
12-
library_@PLATFORM@="@LIBRARY_FILENAME@"/>
11+
library_@PLATFORM@="@LIBRARY_FILENAME@">
12+
<support>
13+
<extension name=".it">
14+
<description>30100</description>
15+
</extension>
16+
<extension name=".xm">
17+
<description>30101</description>
18+
</extension>
19+
<extension name=".s3m">
20+
<description>30102</description>
21+
</extension>
22+
</support>
23+
</extension>
1324
<extension point="xbmc.addon.metadata">
1425
<platform>@PLATFORM@</platform>
1526
<license>GPL-2.0-or-later</license>
1627
<source>https://github.com/xbmc/audiodecoder.dumb</source>
1728
<assets>
1829
<icon>icon.png</icon>
1930
</assets>
31+
<summary lang="da_DK">Dynamic Universal Music Bibliotheque (dynamisk universel musikbibliotek)</summary>
2032
<summary lang="de_DE">Dynamic Universal Music Bibliotheque</summary>
2133
<summary lang="en_GB">Dynamic Universal Music Bibliotheque</summary>
34+
<summary lang="ko_KR">Dynamic Universal Music Bibliotheque</summary>
35+
<summary lang="ru_RU">DUMB – Dynamic Universal Music Bibliotheque</summary>
36+
<summary lang="zh_CN">动态通用音乐库(Dynamic Universal Music Bibliotheque)</summary>
37+
<description lang="da_DK">DUMB er et bibliotek med lydgengivere. Den læser modulfiler og udsender lyd, der kan dumpes til det faktiske lydafspilningsbibliotek.[CR][CR]Kodi understøtter afspilning af følgende modulformater:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)</description>
2238
<description lang="de_DE">DUMB ist eine Modul-Audio-Renderer-Bibliothek. Es liest Moduldateien und gibt zugehörigen Audiostream aus, das in die eigentliche Audiowiedergabebibliothek kopiert werden kann.[CR][CR]An Kodi wird die Wiedergabe der folgenden Modulformate unterstützt:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)</description>
2339
<description lang="en_GB">DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)</description>
40+
<description lang="ko_KR">DUMB는 모듈 오디오 렌더러 라이브러리입니다. 모듈 파일을 읽고 실제 오디오 재생 라이브러리에 덤프할 수 있는 오디오를 출력합니다.[CR][CR]Kodi에서 다음 모듈 형식의 재생을 지원합니다.[CR]- IT(Impulse Tracker)[CR]- XM(Fasttracker II)[CR]- S3M(Stream Tracker 3)</description>
41+
<description lang="ru_RU">DUMB - это библиотека рендеринга звука модуля. Она читает файлы модулей и выводит аудио, которое может быть передано в библиотеку воспроизведения аудио.[CR][CR]Kodi поддерживает воспроизведение следующих форматов модулей:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)</description>
42+
<description lang="zh_CN">DUMB 是一个模块音频渲染器库。它读取模块文件并输出可转储到实际音频播放库的音频。[CR][CR]在 Kodi 下支持以下模块格式的播放:[CR]- IT(Impulse Tracker)[CR]- XM(Fasttracker II)[CR]- S3M(Scream Tracker 3)</description>
43+
<disclaimer lang="da_DK">Det anbefales at bruge &quot;OpenMPT Audio Decoder&quot; i stedet for denne.</disclaimer>
2444
<disclaimer lang="de_DE">Es wird empfohlen, anstelle dieses Addons &quot;OpenMPT Audio Decoder&quot; zu verwenden.</disclaimer>
2545
<disclaimer lang="en_GB">It is recommended to use &quot;OpenMPT Audio Decoder&quot; addon instead of this one.</disclaimer>
46+
<disclaimer lang="ko_KR">이 애드온 대신 &quot;OpenMPT 오디오 디코더&quot; 애드온을 사용하는 것이 좋습니다.</disclaimer>
47+
<disclaimer lang="ru_RU">Вместо него рекомендуется использовать дополнение &quot;OpenMPT Audio Decoder&quot;.</disclaimer>
48+
<disclaimer lang="zh_CN">建议使用“OpenMPT 音频解码器”插件代替此插件。</disclaimer>
49+
<lifecyclestate type="deprecated" lang="da_DK">Erstattet af audiodecoder.openmpt addon! Dette addon er dog stadig brugbart.</lifecyclestate>
2650
<lifecyclestate type="deprecated" lang="de_DE">Ersetzt durch das Addon audiodecoder.openmpt! Aber hier auch noch verwendbar.</lifecyclestate>
2751
<lifecyclestate type="deprecated" lang="en_GB">Replaced by audiodecoder.openmpt addon! However, but still usable here.</lifecyclestate>
52+
<lifecyclestate type="deprecated" lang="ko_KR">audiodecoder.openmpt 애드온으로 대체되었습니다! 하지만 아직 여기에서도 사용할 수 있습니다.</lifecyclestate>
53+
<lifecyclestate type="deprecated" lang="ru_RU">Заменен дополнением audiodecoder.openmpt! Но его ещё можно использовать здесь.</lifecyclestate>
54+
<lifecyclestate type="deprecated" lang="zh_CN">替换为 audiodecoder.openmpt 插件!但是,在这里仍然可用。</lifecyclestate>
2855
</extension>
2956
</addon>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: af_za\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: am_et\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: ar_sa\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"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"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: ast_es\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: az_az\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: be_by\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"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"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: bg_bg\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: bs_ba\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"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"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Kodi Media Center language file
2+
# Addon Name: DUMB Audio Decoder
3+
# Addon id: audiodecoder.dumb
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: KODI Main\n"
8+
"Report-Msgid-Bugs-To: https://github.com/xbmc/audiodecoder.dumb/issues/\n"
9+
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: ca_es\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Dynamic Universal Music Bibliotheque"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "DUMB is a module audio renderer library. It reads module files and outputs audio that can be dumped to the actual audio playback library.[CR][CR]On Kodi Supports playback of the following module formats:[CR]- IT (Impulse Tracker)[CR]- XM (Fasttracker II)[CR]- S3M (Scream Tracker 3)"
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "It is recommended to use \"OpenMPT Audio Decoder\" addon instead of this one."
29+
msgstr ""
30+
31+
msgctxt "Addon Lifecyclestate"
32+
msgid "Replaced by audiodecoder.openmpt addon! However, but still usable here."
33+
msgstr ""

0 commit comments

Comments
 (0)