movieplayer: Use Lua scripts for selecting live stream urls

Origin commit data
------------------
Commit: b4a2856e1c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-03-03 (Thu, 03 Mar 2016)
This commit is contained in:
Michael Liebmann
2016-03-03 09:03:46 +01:00
parent f319890c12
commit ed7b2f91e4
15 changed files with 351 additions and 13 deletions

View File

@@ -878,6 +878,10 @@ ledcontroler.off LED1 & LED2 aus
ledcontroler.on.all LED1 & LED2 an
ledcontroler.on.led1 LED1 an
ledcontroler.on.led2 LED2 an
livestream.head Livestreams
livestream.read_data Lese Daten...
livestream.resolution Auflösung
livestream.scriptpath Script Verzeichnis
lua.boolparam_deprecated1 Achtung!
lua.boolparam_deprecated2 Die Verwendung von Zahl oder String
lua.boolparam_deprecated3 für einen Boolean Parameter ist veraltet.\n Bitte nutzen Sie native Bool Werte zB:

View File

@@ -878,6 +878,10 @@ ledcontroler.off Led1 & Led2 off
ledcontroler.on.all Led1 & Led2 on
ledcontroler.on.led1 Led1 on
ledcontroler.on.led2 Led2 on
livestream.head Live streams
livestream.read_data Read data...
livestream.resolution Resolution
livestream.scriptpath Script path
lua.boolparam_deprecated1 Caution!
lua.boolparam_deprecated2 The use of number or string
lua.boolparam_deprecated3 for a Boolean parameter is deprecated.\n Please use native bool values eg.