forked from pkscout/script.audio.profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
53 lines (53 loc) · 3.34 KB
/
addon.xml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.audio.profiles" name="Audio Profiles" version="2.0.0" provider-name="pkscout, notoco, Regss">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.kodi-six" version="0.0.3" />
</requires>
<extension point="xbmc.python.script" library="default.py"/>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<news>
v.2.0.0
- added support for up to 10 audio profiles
- added more granular control over notifications
- added option to have select menu show only for certain media types
- added auto switching by codec kind and channel count (for videos only)
- added option to use built in select dialog instead of custom menu
- added option for more agressive matching of unknown content to auto_music
- added ability to support skin specific custom select menu
- added skin support for Ace2, Aeon MQ8, Aeon Nox Silvo, Aeon Tajo, Amber, AppTV, Aura, Arctic Horizon, Arctic Zephyr2Bello 7, Box, Confluence, Embuary, Eminence, Estuary, fTV, Pellucid, Quartz, Rapier, Revolve, Transparency, Unity, and Xperience1080
- added Matrix specific settings file (HDMI-CEC and Codec Detection are now ADVANCED settings for Matrix)
- updated language files
- updated skin support to make it easier to support new skins
- changed general logic for auto switching
- changed method for centering select menu
- fix so PVR recordings are categorized as auto_pvr_tv during auto switch
- fix for crash in service when changing settings
- reorganized settings
- substantial rewrite to eliminate need for service to call main addon via executebuiltin
</news>
<assets>
<icon>icon.png</icon>
</assets>
<summary lang="en_GB">Save audio profile and easily switch between them.</summary>
<summary lang="es_AR">Guarde el perfil de audio y cambie fácilmente entre ellos.</summary>
<summary lang="es_ES">Guarde el perfil de audio y cambie fácilmente entre ellos.</summary>
<summary lang="es_MX">Guarde el perfil de audio y cambie fácilmente entre ellos.</summary>
<summary lang="hu_HU">Hangbeállítások profilba mentése, és könnyű váltás közöttük.</summary>
<summary lang="it_IT">Salva il profilo audio e cambia facilmente da uno all'altro.</summary>
<summary lang="pl_PL">Zapisuje profile ustawień audio i łatwo przełącza między nimi.</summary>
<description lang="en_GB">Save audio profile and easily switch between them.</description>
<description lang="es_AR">Guarde el perfil de audio y cambie fácilmente entre ellos.</description>
<description lang="es_ES">Guarde el perfil de audio y cambie fácilmente entre ellos.</description>
<description lang="es_MX">Guarde el perfil de audio y cambie fácilmente entre ellos.</description>
<description lang="hu_HU">Hangbeállítások profilba mentése, és könnyű váltás közöttük.</description>
<description lang="it_IT">Salva il profilo audio e cambia facilmente da uno all'altro.</description>
<description lang="pl_PL">Zapisuje profile ustawień audio i łatwo przełącza między nimi.</description>
<platform>all</platform>
<license>GPL-3.0-only</license>
<forum>https://forum.kodi.tv/showthread.php?tid=353852</forum>
<website>https://kodi.wiki/view/Add-on:Audio_Profiles</website>
<source>https://github.com/pkscout/script.audio.profiles</source>
</extension>
</addon>