projects/WeTek_Play/filesystem: add dummy vdr-addon, will be updated after first boot

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-03-04 19:19:00 +01:00
parent 187decfa00
commit 33fb94b48c
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.multimedia.vdr-addon"
name="vdr-addon"
version="0.0.1"
provider-name="openelec.tv">
<requires>
<import addon="os.openelec.tv" version="5.0"/>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>vdr: A powerful DVB TV application</summary>
<description>
This project describes how to build your own digital satellite receiver and video disk recorder. It is based mainly on the DVB-S digital satellite receiver card, which used to be available from Fujitsu Siemens and the driver software developed by the LinuxTV project.
</description>
<disclaimer>
</disclaimer>
<platform>all</platform>
</extension>
</addon>

View File

@ -0,0 +1,2 @@
0.0.1
- dummy vdr-addon

View File

@ -0,0 +1,17 @@
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# OpenELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB