forked from enen92/screensaver.atv4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
35 lines (35 loc) · 1.71 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="screensaver.atv4" name="Aerial" version="3.0.3" provider-name="enen92">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.ui.screensaver" library="entrypointscreensaver.py" />
<extension point="xbmc.python.script" library="entrypointscript.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GPL-2.0-only</license>
<source>https://github.com/enen92/screensaver.atv4</source>
<forum>https://forum.kodi.tv/showthread.php?tid=246655</forum>
<summary lang="en_GB">Apple TV Screensavers in Kodi</summary>
<summary lang="es_ES">Protector de pantalla Apple TV para Kodi</summary>
<description lang="en_GB">This screensaver addon provides Apple TV aerial screensavers in Kodi</description>
<description lang="es_ES">Este complemento habilita el protector de pantalla Aerial de Apple TV para Kodi</description>
<news>v3.0.3 (2022-01-01)
- New scenes added (Patagonia, Yosemite, Grand Canyon, Iceland, Scotland)
- Updated Apple resources.tar entries.json URL
- Location All is now sorted before any of the other locations
- Fixed bug that was preventing playback or download when HEVC was disabled
</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-04.jpg</screenshot>
</assets>
</extension>
</addon>