-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
35 lines (35 loc) · 2.59 KB
/
Copy pathaddon.xml
File metadata and controls
35 lines (35 loc) · 2.59 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
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.audiooffsetmanager.evolved" version="1.2.0~beta3" name="Audio Offset Manager: Evolved" provider-name="matthane">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
</requires>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.python.script" library="script.py" />
<extension point="xbmc.addon.metadata">
<source>https://github.com/matthane/script.audiooffsetmanager.evolved</source>
<news>v1.2.0 (2026-08-02)
- Distinct output device offsets: optional toggle that keys offsets by Kodi's configured audio output device, so a soundbar and a pair of headphones can each keep their own value. Off by default
- An output device change during playback is picked up within a second and the matching offset is applied
- The management view groups by output device, then HDR type, and skips a level when it holds only one entry
- Device offsets belong to the machine that learned them and do not transfer to another one; every other offset still does
- Stored offsets upgrade to a new file format on first save. Version 1.1.0 and earlier can still read the file but will not add to it
</news>
<!-- news is schema-capped at 1500 characters (addon-checker
enforces it): keep only the last couple of versions here;
earlier changelogs live in the git history. -->
<summary lang="en_GB">Kodi's missing lipsync tool</summary>
<description lang="en_GB">Adjust Kodi's audio offset during playback the way you always have. Audio Offset Manager: Evolved remembers the value for that stream's HDR type and audio format, with optional finer splits by frame rate, spatial audio format, channel count, and audio output device, then re-applies it automatically on every matching playback. Includes seek-back after adjustments, playback notifications, and a management view of everything it has learned.</description>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/aome-screenshot-1.png</screenshot>
<screenshot>resources/aome-screenshot-2.png</screenshot>
<screenshot>resources/aome-screenshot-3.png</screenshot>
<screenshot>resources/aome-screenshot-4.png</screenshot>
<screenshot>resources/aome-screenshot-5.png</screenshot>
<screenshot>resources/aome-screenshot-6.jpg</screenshot>
</assets>
</extension>
</addon>