Skip to content

Commit f095efd

Browse files
committed
Update for new version
1 parent f65e772 commit f095efd

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

addon.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.audiooffsetmanager" version="1.3.1" name="Audio Offset Manager" provider-name="matthane">
2+
<addon id="script.audiooffsetmanager" version="1.3.2" name="Audio Offset Manager" provider-name="matthane">
33
<requires>
44
<import addon="xbmc.python" version="3.0.1"/>
55
</requires>
66
<extension point="xbmc.service" library="service.py" />
77
<extension point="xbmc.python.script" library="script.py" />
88
<extension point="xbmc.addon.metadata">
99
<source>https://github.com/matthane/script.audiooffsetmanager</source>
10-
<news>v1.3.1 (2024-25-10)
11-
- The addon can now be saved to favorites, providing easy access to offset controls
12-
- Bug fix: Fixed missing PCM controls to non-FPS based offsets
13-
- Bug fix: Fixed double seek backs when transitioning episodes with Up Next addon
14-
- Code refactoring and optimization
10+
<news>v1.3.2 (2024-09-11)
11+
- Seek back bug fixes
1512
</news>
1613
<summary lang="en_GB">Dynamically manages audio offsets</summary>
1714
<description lang="en_GB">This add-on intelligently adjusts the audio offset based on the detected HDR type, audio format, and FPS type according to user-configured settings, along with other helpful features</description>

0 commit comments

Comments
 (0)