-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
23 lines (23 loc) · 1.17 KB
/
Copy pathaddon.xml
File metadata and controls
23 lines (23 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.scope.nox.omega" version="1.2.0" name="ScopeNox" provider-name="Funkd/LLuthor">
<requires>
<import addon="xbmc.gui" version="5.17.0"/>
<import addon="script.grab.fanart" version="0.12.8"/>
<import addon="script.skinshortcuts" version="0.4.5"/>
<import addon="service.library.data.provider" version="0.0.7"/>
<import addon="resource.images.studios.white" version="0.0.28"/>
<import addon="resource.images.recordlabels.white" version="0.0.1"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false" effectslowdown="0.75">
<res width="1920" height="1080" aspect="16:9" default="true" folder="scopeformat" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">ScopeNox : Mod by Funkd, updated by LLuthor, Aeon Nox formatted to suit Zoomed CIH projector setups.</summary>
<description lang="en">ScopeNox: Aeon Nox in a format suitable for people using projectors and zooming for CIH. (GUI within 800-820 pixels)</description>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>