Skip to content

Commit

Permalink
game.controller.flirc: Import version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 31, 2025
1 parent 4f1e7c4 commit 0a9b956
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.flirc/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.flirc"
name="Flirc USB Receiver"
version="1.0.0"
provider-name="Flirc.tv">
<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">Flirc USB Receiver</summary>
<description lang="en_GB">The Flirc USB receiver lets you use any remote control with Kodi. Find out more at flirc.tv!</description>
</extension>
</addon>
Binary file added addons/game.controller.flirc/resources/icon.png
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: Flirc USB Receiver
# Addon id: game.controller.flirc
# Addon Provider: Flirc.tv
msgid ""
msgstr ""
"Project-Id-Version: game.controller.flirc\n"
"Report-Msgid-Bugs-To: [email protected]\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-flirc/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 "Flirc USB Receiver"
msgstr ""

msgctxt "Addon Description"
msgid "The Flirc USB receiver lets you use any remote control with Kodi. Find out more at flirc.tv!"
msgstr ""

msgctxt "#30000"
msgid "Flirc USB Receiver"
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.flirc/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 0a9b956

Please sign in to comment.