add a proof-of-concept plugin to define alternative services
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 3 Mar 2006 12:05:50 +0000 (12:05 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 3 Mar 2006 12:05:50 +0000 (12:05 +0000)
commit88a6749020acfb921ae70f714e995af74e72c47c
treefd5d7fe9bca7aed3d9f073ad06fa36cfe5050f9b
parent2b8099549431ec55aa87f4ccd35f07d93485fd6f
add a proof-of-concept plugin to define alternative services

example:
NIM A: DVB-C
NIM B: DVB-S (Astra)

NIM B records "Sat 1" (vertical) and cannot play or record "Das Erste". Zapping to "Das Erste" now looks up an alternative-table
(defined by the user) and plays the service "Das Erste" (cable service) on NIM A, which is assossiated to "Das Erste" (sat service).
configure.ac
lib/python/Plugins/Extensions/Makefile.am
lib/python/Plugins/Extensions/ZappingAlternatives/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/ZappingAlternatives/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py [new file with mode: 0644]
mytest.py