add webradio; first steps

Origin commit data
------------------
Branch: ni/coolstream
Commit: a8b0fee599
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- add webradio; first steps

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-03 09:36:19 +01:00
parent da72bc7b0a
commit 66784d42af
27 changed files with 134 additions and 46 deletions

View File

@@ -380,6 +380,7 @@ static void set_lua_variables(lua_State *L)
{ "TS", (lua_Integer)CNeutrinoApp::mode_ts },
{ "OFF", (lua_Integer)CNeutrinoApp::mode_off },
{ "WEBTV", (lua_Integer)CNeutrinoApp::mode_webtv },
{ "WEBRADIO", (lua_Integer)CNeutrinoApp::mode_webradio },
{ "MASK", (lua_Integer)CNeutrinoApp::mode_mask },
{ "NOREZAP", (lua_Integer)CNeutrinoApp::norezap },
{ NULL, 0 }