diff --git a/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/addon.xml b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/addon.xml new file mode 100644 index 0000000000..3b7b70400e --- /dev/null +++ b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/addon.xml @@ -0,0 +1,24 @@ + + + + + + + + + executable + + + vdr: A powerful DVB TV application + +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. + + + + + all + + diff --git a/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/changelog.txt b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/changelog.txt new file mode 100644 index 0000000000..8b3384645b --- /dev/null +++ b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/changelog.txt @@ -0,0 +1,2 @@ +0.0.1 +- dummy vdr-addon diff --git a/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/default.py b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/default.py new file mode 100644 index 0000000000..cd40a7231e --- /dev/null +++ b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/default.py @@ -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 . +################################################################################ diff --git a/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/icon.png b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/icon.png new file mode 100644 index 0000000000..759e481b68 Binary files /dev/null and b/projects/WeTek_Play/filesystem/usr/share/kodi/addons/service.multimedia.vdr-addon/icon.png differ