init
This commit is contained in:
commit
57f996f352
3 changed files with 145 additions and 0 deletions
16
addon.xml
Normal file
16
addon.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="service.pvrstretch"
|
||||
name="PVR Stretch 4:3"
|
||||
version="0.1.0"
|
||||
provider-name="wzray">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="3.0.0"/>
|
||||
</requires>
|
||||
<extension point="xbmc.service" library="service.py" start="startup"/>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="en_US">Set stretch 4:3 view mode for PVR channels</summary>
|
||||
<description lang="en_US">Set stretch 4:3 view mode for PVR channels</description>
|
||||
<platform>all</platform>
|
||||
<license>MIT</license>
|
||||
</extension>
|
||||
</addon>
|
||||
Loading…
Add table
Add a link
Reference in a new issue