Skip to content

Commit

Permalink
Merge pull request #343 from kodi-game/add-cec-adapter
Browse files Browse the repository at this point in the history
Import game.controller.cec.adapter
  • Loading branch information
garbear authored Jan 20, 2025
2 parents abae75d + 8252d1b commit 704157a
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
15 changes: 15 additions & 0 deletions addons/game.controller.cec.adapter/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="game.controller.cec.adapter"
name="CEC Adapter"
version="1.0.0"
provider-name="Pulse-Eight">
<extension point="kodi.game.controller" library="resources/layout.xml"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
<summary lang="en_GB">CEC Adapter</summary>
<description lang="en_GB">The Pulse-Eight USB-CEC Adapter communicates with other HDMI-CEC devices in your home theater system.</description>
</extension>
</addon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Kodi Media Center language file
# Addon Name: CEC Adapter
# Addon id: game.controller.cec.adapter
# Addon Provider: Team Kodi
msgid ""
msgstr ""
"Project-Id-Version: game.controller.cec.adapter\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: 2025-01-18 17:00+8\n"
"PO-Revision-Date: 2025-01-18 17:00+8\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: English (United Kingdom) <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-controller-cec-adapter/en_gb/>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_gb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgctxt "Addon Summary"
msgid "CEC Adapter"
msgstr ""

msgctxt "Addon Description"
msgid "The Pulse-Eight USB-CEC Adapter communicates with other HDMI-CEC devices in your home theater system."
msgstr ""

msgctxt "#30000"
msgid "CEC Adapter"
msgstr ""
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions addons/game.controller.cec.adapter/resources/layout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout.png">
<!-- TODO: Kodi 21.2 has a bug that rejects layouts without at least one -->
<!-- category tag. Remove this on the next release. -->
<category />
</layout>

0 comments on commit 704157a

Please sign in to comment.