Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
iptvdream
=========
this plugin allow you to watch many Pay-IPTV.

like a KartinaTV, RodnoeTV, ect...


autor from this greate plugin is "technik"
2 changes: 1 addition & 1 deletion build/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = kartinatv
SUBDIRS = iptvdream

metadir = $(datadir)/meta
meta_DATA = index-enigma2-plugins.xml
Expand Down
22 changes: 11 additions & 11 deletions build/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([enigma2-plugin-extensions-kartinatv],[1.7.0])
AC_INIT([enigma2-plugin-extensions-iptvdream],[1.7.0])
AM_INIT_AUTOMAKE([dist-bzip2 foreign no-define tar-pax])
AC_CONFIG_HEADERS([enigma2-plugins-config.h])

Expand Down Expand Up @@ -55,15 +55,15 @@ CXXFLAGS="$CXXFLAGS $DEBUG_CFLAGS -Wall $ENIGMA2_CFLAGS $PTHREAD_CFLAGS $GSTREAM
AC_CONFIG_FILES([
Makefile

kartinatv/Makefile
kartinatv/po/Makefile
kartinatv/src/Makefile
kartinatv/src/servicets/Makefile
kartinatv/src/api/Makefile
kartinatv/skin/Makefile
kartinatv/skin/menu/Makefile
kartinatv/skin/buttons/Makefile
kartinatv/skin/sd/Makefile
kartinatv/meta/Makefile
iptvdream/Makefile
iptvdream/po/Makefile
iptvdream/src/Makefile
iptvdream/src/servicets/Makefile
iptvdream/src/api/Makefile
iptvdream/skin/Makefile
iptvdream/skin/menu/Makefile
iptvdream/skin/buttons/Makefile
iptvdream/skin/sd/Makefile
iptvdream/meta/Makefile
])
AC_OUTPUT
File renamed without changes.
3 changes: 3 additions & 0 deletions build/iptvdream/meta/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
installdir = $(datadir)/meta/

dist_install_DATA = plugin_iptvdream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
</prerequisites>
<info>
<author>technic</author>
<name>KartinaTV + RodnoeTV</name>
<packagename>enigma2-plugin-extensions-kartinatv</packagename>
<shortdescription>Iptv plugin to watch KartinaTV + RodnoeTV on enigma2 box</shortdescription>
<name>iptvDream</name>
<packagename>enigma2-plugin-extensions-iptvdream</packagename>
<shortdescription>Plugin to watch many IPTV services on enigma2 box</shortdescription>
<license>GNU GPLv2</license>
</info>

<files type="package"> <!-- without version, without .ipk -->
<file type="package" name="enigma2-plugin-extensions-kartinatv" />
<file type="package" name="enigma2-plugin-extensions-iptvdream" />
</files>
</default>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PLUGIN = KartinaTV
PLUGIN = iptvDream
LANGS = de en ru
include $(top_srcdir)/Rules-po.mak
File renamed without changes.
File renamed without changes.
Loading