summaryrefslogtreecommitdiffstats
path: root/addons/resource.uisounds.kodi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
commitc04dcc2e7d834218ef2d4194331e383402495ae1 (patch)
tree7333e38d10d75386e60f336b80c2443c1166031d /addons/resource.uisounds.kodi
parentInitial commit. (diff)
downloadkodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz
kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'addons/resource.uisounds.kodi')
-rw-r--r--addons/resource.uisounds.kodi/addon.xml15
-rw-r--r--addons/resource.uisounds.kodi/icon.pngbin0 -> 31855 bytes
-rw-r--r--addons/resource.uisounds.kodi/resources/back.wavbin0 -> 4572 bytes
-rw-r--r--addons/resource.uisounds.kodi/resources/click.wavbin0 -> 9842 bytes
-rw-r--r--addons/resource.uisounds.kodi/resources/cursor.wavbin0 -> 1402 bytes
-rw-r--r--addons/resource.uisounds.kodi/resources/notify.wavbin0 -> 43822 bytes
-rw-r--r--addons/resource.uisounds.kodi/resources/out.wavbin0 -> 18478 bytes
-rw-r--r--addons/resource.uisounds.kodi/resources/shutter.wavbin0 -> 20780 bytes
-rw-r--r--addons/resource.uisounds.kodi/resources/sounds.xml86
9 files changed, 101 insertions, 0 deletions
diff --git a/addons/resource.uisounds.kodi/addon.xml b/addons/resource.uisounds.kodi/addon.xml
new file mode 100644
index 0000000..336c19e
--- /dev/null
+++ b/addons/resource.uisounds.kodi/addon.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="resource.uisounds.kodi" version="1.0.1" name="Kodi UI Sounds" provider-name="Team Kodi">
+ <requires>
+ <import addon="kodi.resource" version="1.0.0"/>
+ </requires>
+ <extension point="kodi.resource.uisounds"/>
+ <extension point="kodi.addon.metadata">
+ <summary lang="en">Kodi GUI sounds</summary>
+ <description lang="en">Kodi GUI sounds</description>
+ <platform>all</platform>
+ <assets>
+ <icon>icon.png</icon>
+ </assets>
+ </extension>
+</addon>
diff --git a/addons/resource.uisounds.kodi/icon.png b/addons/resource.uisounds.kodi/icon.png
new file mode 100644
index 0000000..59a5696
--- /dev/null
+++ b/addons/resource.uisounds.kodi/icon.png
Binary files differ
diff --git a/addons/resource.uisounds.kodi/resources/back.wav b/addons/resource.uisounds.kodi/resources/back.wav
new file mode 100644
index 0000000..75839ff
--- /dev/null
+++ b/addons/resource.uisounds.kodi/resources/back.wav
Binary files differ
diff --git a/addons/resource.uisounds.kodi/resources/click.wav b/addons/resource.uisounds.kodi/resources/click.wav
new file mode 100644
index 0000000..3151dee
--- /dev/null
+++ b/addons/resource.uisounds.kodi/resources/click.wav
Binary files differ
diff --git a/addons/resource.uisounds.kodi/resources/cursor.wav b/addons/resource.uisounds.kodi/resources/cursor.wav
new file mode 100644
index 0000000..105a57e
--- /dev/null
+++ b/addons/resource.uisounds.kodi/resources/cursor.wav
Binary files differ
diff --git a/addons/resource.uisounds.kodi/resources/notify.wav b/addons/resource.uisounds.kodi/resources/notify.wav
new file mode 100644
index 0000000..b8670b0
--- /dev/null
+++ b/addons/resource.uisounds.kodi/resources/notify.wav
Binary files differ
diff --git a/addons/resource.uisounds.kodi/resources/out.wav b/addons/resource.uisounds.kodi/resources/out.wav
new file mode 100644
index 0000000..af089a7
--- /dev/null
+++ b/addons/resource.uisounds.kodi/resources/out.wav
Binary files differ
diff --git a/addons/resource.uisounds.kodi/resources/shutter.wav b/addons/resource.uisounds.kodi/resources/shutter.wav
new file mode 100644
index 0000000..d5ac1e2
--- /dev/null
+++ b/addons/resource.uisounds.kodi/resources/shutter.wav
Binary files differ
diff --git a/addons/resource.uisounds.kodi/resources/sounds.xml b/addons/resource.uisounds.kodi/resources/sounds.xml
new file mode 100644
index 0000000..89cb87b
--- /dev/null
+++ b/addons/resource.uisounds.kodi/resources/sounds.xml
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This file contains the mapping of actions to sounds -->
+
+<!-- The <actions> section contains global mapping -->
+
+<!-- To map a action to a sound, add a block like this to <actions>: -->
+<!-- <action> -->
+<!-- <name>left</name> -->
+<!-- <file>cursor.wav</file> -->
+<!-- </action> -->
+<!-- Where <name> specifies the action to map a sound to and <file> the wav -->
+<!-- file to play when the action occurs. -->
+
+<!-- Valid entries for <name> can be found at -->
+<!-- http://kodi.wiki/view/Keymap -->
+
+
+<!-- Also window specific sound can be played -->
+
+<!-- To map a sound to a window, add a block like this to <windows>: -->
+<!-- <window> -->
+<!-- <name>notification</name> -->
+<!-- <activate>notify.wav</activate> -->
+<!-- <deactivate>out.wav</deactivate> -->
+<!-- </window> -->
+<!-- Where <name> specifies the window to map a sound to -->
+<!-- <activate> and <deactivate> are the events a sound can be mapped to -->
+<!-- by setting the file to play. -->
+
+<!-- Valid entries for <name> can be found at -->
+<!-- http://kodi.wiki/view/Window_IDs -->
+
+<!-- Note: Only wav files are supported -->
+
+<sounds>
+ <actions>
+ <action>
+ <name>left</name>
+ <file>cursor.wav</file>
+ </action>
+ <action>
+ <name>right</name>
+ <file>cursor.wav</file>
+ </action>
+ <action>
+ <name>up</name>
+ <file>cursor.wav</file>
+ </action>
+ <action>
+ <name>down</name>
+ <file>cursor.wav</file>
+ </action>
+ <action>
+ <name>select</name>
+ <file>click.wav</file>
+ </action>
+ <action>
+ <name>parentdir</name>
+ <file>back.wav</file>
+ </action>
+ <action>
+ <name>previousmenu</name>
+ <file>back.wav</file>
+ </action>
+ <action>
+ <name>screenshot</name>
+ <file>shutter.wav</file>
+ </action>
+ <action>
+ <name>error</name>
+ <file>notify.wav</file>
+ </action>
+ </actions>
+
+ <windows>
+ <window>
+ <name>notification</name>
+ <activate>notify.wav</activate>
+ <deactivate>out.wav</deactivate>
+ </window>
+ <window>
+ <name>startup</name>
+ <activate></activate>
+ </window>
+ </windows>
+</sounds>