-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon18.xml
More file actions
28 lines (28 loc) · 1.45 KB
/
addon18.xml
File metadata and controls
28 lines (28 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.sysvolume" name="System Volume Changer" version="0.2.1" provider-name="arneson">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.kodi-six"/>
</requires>
<extension point="xbmc.python.script" library="addon.py" />
<extension point="xbmc.addon.metadata">
<platform>linux osx</platform>
<summary lang="en_GB">Script Routines to change the System Volume on Linux/macOS</summary>
<summary lang="de_DE">Script-Routinen zum Ändern der Systemlautstärke unter Linux/macOS</summary>
<description lang="en_GB">Use RunScript(script.module.sysvolume/up) or RunScript(script.module.sysvolume/down) to change System Volume.</description>
<description lang="de_DE">Benutze RunScript(script.module.sysvolume/up) oder RunScript(script.module.sysvolume/down) um die Lautstärke zu ändern.</description>
<disclaimer lang="en_GB">Requires ALSA sound driver on Linux</disclaimer>
<disclaimer lang="de_DE">Verwendet den ALSA-Treiber unter Linux</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum></forum>
<source>https://github.com/arnesongit/script.module.sysvolume</source>
<news>
v0.2.1 (2023-09-13)
- Fixed mixer selection for Linux
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>