Skip to content

Commit bc96fb5

Browse files
authored
Merge pull request #606 from garbear/add-amiga-pro
Import Amiga Competition Pro controller add-on
2 parents 5604506 + dd74964 commit bc96fb5

File tree

5 files changed

+142
-0
lines changed

5 files changed

+142
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<addon id="game.controller.amiga.pro.joystick"
3+
name="Competition Pro Joystick"
4+
version="1.0.0"
5+
provider-name="Team Kodi">
6+
<extension point="kodi.game.controller" library="resources/layout.xml"/>
7+
<extension point="xbmc.addon.metadata">
8+
<platform>all</platform>
9+
<assets>
10+
<icon>resources/icon.png</icon>
11+
</assets>
12+
<summary lang="en_GB">Competition Pro Joystick</summary>
13+
<description lang="en_GB">The Competition Pro is a classic joystick for the Amiga home computers of the '80s and '90s.</description>
14+
<disclaimer lang="en_GB">Image credit: www.amiga-shop.net</disclaimer>
15+
</extension>
16+
</addon>
179 KB
Loading
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
# Kodi Media Center language file
2+
# Addon Name: Competition Pro Joystick
3+
# Addon id: game.controller.amiga.pro.joystick
4+
# Addon Provider: Team Kodi
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: game.controller.amiga.pro.joystick\n"
8+
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
9+
"POT-Creation-Date: 2014-05-30 17:00+8\n"
10+
"PO-Revision-Date: 2014-05-30 17:00+8\n"
11+
"Last-Translator: Kodi Translation Team\n"
12+
"Language-Team: English (United Kingdom) <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-controller-amiga-pro-joystick/en_gb/>\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"Language: en_gb\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
19+
msgctxt "Addon Summary"
20+
msgid "Competition Pro Joystick"
21+
msgstr ""
22+
23+
msgctxt "Addon Description"
24+
msgid "The Competition Pro is a classic joystick for the Amiga home computers of the '80s and '90s."
25+
msgstr ""
26+
27+
msgctxt "Addon Disclaimer"
28+
msgid "Image credit: www.amiga-shop.net"
29+
msgstr ""
30+
31+
msgctxt "#30000"
32+
msgid "Competition Pro Joystick"
33+
msgstr ""
34+
35+
msgctxt "#30001"
36+
msgid "Red / Fire"
37+
msgstr ""
38+
39+
msgctxt "#30002"
40+
msgid "Blue / 2nd Fire"
41+
msgstr ""
42+
43+
msgctxt "#30003"
44+
msgid "Green"
45+
msgstr ""
46+
47+
msgctxt "#30004"
48+
msgid "Yellow"
49+
msgstr ""
50+
51+
msgctxt "#30005"
52+
msgid "Up"
53+
msgstr ""
54+
55+
msgctxt "#30006"
56+
msgid "Right"
57+
msgstr ""
58+
59+
msgctxt "#30007"
60+
msgid "Down"
61+
msgstr ""
62+
63+
msgctxt "#30008"
64+
msgid "Left"
65+
msgstr ""
66+
67+
msgctxt "#30009"
68+
msgid "Select"
69+
msgstr ""
70+
71+
msgctxt "#30010"
72+
msgid "Play"
73+
msgstr ""
74+
75+
msgctxt "#30011"
76+
msgid "Rewind"
77+
msgstr ""
78+
79+
msgctxt "#30012"
80+
msgid "Forward"
81+
msgstr ""
82+
83+
msgctxt "#30013"
84+
msgid "L2"
85+
msgstr ""
86+
87+
msgctxt "#30014"
88+
msgid "R2"
89+
msgstr ""
90+
91+
msgctxt "#30015"
92+
msgid "Left Stick"
93+
msgstr ""
94+
95+
msgctxt "#30016"
96+
msgid "Right Stick"
97+
msgstr ""
668 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<layout label="30000" image="layout.png">
3+
<category name="face" label="35074">
4+
<button name="red" type="digital" label="30001"/>
5+
<button name="blue" type="digital" label="30002"/>
6+
<button name="green" type="digital" label="30003"/>
7+
<button name="yellow" type="digital" label="30004"/>
8+
<button name="up" type="digital" label="30005"/>
9+
<button name="right" type="digital" label="30006"/>
10+
<button name="down" type="digital" label="30007"/>
11+
<button name="left" type="digital" label="30008"/>
12+
<button name="select" type="digital" label="30009"/>
13+
<button name="play" type="digital" label="30010"/>
14+
</category>
15+
<category name="shoulder" label="35075">
16+
<button name="rewind" type="digital" label="30011"/>
17+
<button name="forward" type="digital" label="30012"/>
18+
</category>
19+
<category name="triggers" label="35076">
20+
<button name="l2" type="analog" label="30013"/>
21+
<button name="r2" type="analog" label="30014"/>
22+
</category>
23+
<category name="analogsticks" label="35077">
24+
<analogstick name="leftstick" label="30015"/>
25+
<button name="l3" type="digital" label="30015"/>
26+
<analogstick name="rightstick" label="30016"/>
27+
<button name="r3" type="digital" label="30016"/>
28+
</category>
29+
</layout>

0 commit comments

Comments
 (0)