Commit Graph

126 Commits

Author SHA1 Message Date
svenhoefer
275fbb7c4f - controlapi: remove commented code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-01-05 16:53:14 +01:00
svenhoefer
1b72223cab - controlapi: addition to commit dcfb6a1ebdc5219e22329657b2f5600d098de634
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-01-05 16:53:14 +01:00
TangoCash
6df729b954 remotetimers: switch from full channelid to short channelid
Signed-off-by: GetAway <get-away@t-online.de>
2019-12-31 16:10:51 +01:00
GetAway
fdd24f73ca controlapi.cpp: fix RC_DEVICE for Zgemma H7 2019-10-28 22:23:27 +01:00
svenhoefer
d057867792 - controlapi: add rc fallback device
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-10-27 16:24:47 +01:00
TangoCash
8ea412cc55 - timerlist/controlapi: enable epg_starttime for remote timers 2019-05-02 21:28:01 +02:00
svenhoefer
08cdb2ee83 - cosmetics: align epg_id notation to channel_id
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-28 11:16:03 +02:00
svenhoefer
a5a3ec04cc - timerlist/controlapi: handle epg_id as channel_id
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-27 20:58:56 +02:00
svenhoefer
ed9cbd170f - webtv/xmltv: add remote hostname as group prefix to see where the stream is come from
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-12-31 11:47:45 +01:00
svenhoefer
5c413dce45 - move compatibility headers to /lib/hardware
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-12-31 11:47:45 +01:00
GetAway
db31e98c8c rcinput: use translation for some keys 2018-12-05 14:08:48 +01:00
TangoCash
aff3629fdb fix xmltv time offsets
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-10-28 19:41:22 +01:00
svenhoefer
aab7e7d64d - controlapi: fix xmltv.m3u output for channels without logo
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-09 20:25:58 +02:00
svenhoefer
e3d609759d - controlapi: minor changes in url creation in xmltvm3uCGI() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-09 20:25:58 +02:00
svenhoefer
b08e9dd750 - controlapi: reformat CControlAPI::xmltvm3uCGI() function; no other changes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-09 20:25:58 +02:00
TangoCash
9af847c4f4 fix logo url, white space in xmltv.m3u
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-09 20:25:57 +02:00
svenhoefer
575357ac70 - neutrino: add localized bouquet names
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-04 10:10:48 +02:00
TangoCash
04f1219a1e fixes for xmltv epg
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-01 19:43:03 +02:00
svenhoefer
a84eaa6b33 - nhttpd/controlapi: make CDATA attribute in xml output switchable to fix xmltv.data
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-05 06:47:25 +02:00
svenhoefer
88927844bd - controlapi: fix key translation for hd51; small code alignments
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-23 17:34:23 +01:00
Jacek Jendrzej
a47ab76902 add revert translate to webif rc 2018-01-22 18:35:34 +01:00
Jacek Jendrzej
93215a33bb try to fix rc over webif on hd51 2018-01-22 18:15:15 +01:00
svenhoefer
3b907d739f - controlapi: fix control of external plugins (e.g. msgbox or shellexec)
We have to send the keys directyl to rc-device instead of using g_RCInput->postMsg()

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-21 15:56:29 +01:00
Thilo Graf
a48d9dc626 .version: fix path to .version in some relevant files 2017-12-23 16:31:47 +01:00
svenhoefer
fe35b42a3b - controlapi: add mode_webradio to GetModeCGI()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-22 15:42:09 +01:00
svenhoefer
0fc3e793a4 - neutrino: unify modes handling; ...
remove double enum from CNeutrinoApp and move mostly used enum from NeutrinoMessages to new NeutrinoModes

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-22 15:42:09 +01:00
Jacek Jendrzej
7ad4a0e6cc Merge branch 'master' into pu/mp 2017-10-02 13:56:25 +02:00
Stefan Seyfried
0d9139054a remove "using namespace std" from header files
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)
2017-10-02 13:43:57 +02:00
Jacek Jendrzej
a23737a626 Merge branch 'master' into pu/mp 2017-09-18 10:53:42 +02:00
Jacek Jendrzej
a7942c9987 fix mem leak 2017-09-18 08:56:02 +02:00
Jacek Jendrzej
2c5bf73006 Merge branch 'master' into pu/mp 2017-09-13 13:40:40 +02:00
Jacek Jendrzej
6576729fd1 remove double includes 2017-09-08 21:21:32 +02:00
Jacek Jendrzej
a70f3cb025 Merge branch 'master' into pu/mp 2017-06-16 14:19:26 +02:00
TangoCash
7031e99573 [RemoteTimers] add possibility to transfer all timers at once via webif
Use:
http://boxip/control/sendalltimers?ip=10.1.1.xxx&force=1
http://boxip/control/sendalltimers?name=record%20box&force=true

if parameter name is given, it has to be in timerlist as remote box.
if parameter ip and name is given, ip is used.
if parameter force is set, all checks are disabled, and the local timer
will be deleted even the transfer was not successful.
2017-06-15 16:34:19 +02:00
svenhoefer
b12624d1fa Merge branch 'master' into pu/mp
Conflicts:
	src/gui/miscsettings_menu.cpp
	src/neutrino.cpp
	src/system/settings.h
2017-03-20 01:31:51 +01:00
svenhoefer
9e5c30f754 - controlapi: use "CST" instead of "Coolstream" ...
because I don't know the current legal situation.
2017-03-19 01:04:48 +01:00
svenhoefer
8bdb16cec6 Merge remote-tracking branch 'neutrino-mp/master' into pu/mp
Conflicts:
	src/neutrino.cpp
	src/nhttpd/tuxboxapi/neutrinoyparser.cpp
2017-03-13 16:14:33 +01:00
svenhoefer
0203de264f - controlapi: /control/info => return PACKAGE_NAME and PACKAGE_VERSION 2017-03-10 15:36:13 +01:00
svenhoefer
b902648b08 - controlapi: use hw_caps in HWInfoCGI() 2017-03-10 15:07:52 +01:00
svenhoefer
e092059f32 - controlapi: /control/info => return right name 2017-03-10 15:07:52 +01:00
Stefan Seyfried
abec1c311b Merge remote-tracking branch 'tuxbox/master' 2017-03-04 19:32:30 +01:00
svenhoefer
856c676430 - rename g_PluginList to g_Plugins; this isn't a list of plugins 2017-03-01 13:03:50 +01:00
Stefan Seyfried
4aab7d37f5 Merge branch 'tuxbox-fixed' 2017-02-22 20:06:27 +01:00
svenhoefer
7c2e25103f - controlapi: fix perror message 2017-02-22 15:25:04 +01:00
Stefan Seyfried
2c92d112d0 Merge remote-tracking branch 'tuxbox/master' 2016-11-12 18:06:26 +01:00
svenhoefer
703caef3f6 - controlapi: fix compiler warning
error: declaration of 'channel_id' shadows a previous local
2016-11-09 17:13:43 +01:00
svenhoefer
3150d9edac - controlapi: add epg_id to several outputs; add /control/getepgid
* /control/getepgid[?format=plain|json|xml]
2016-11-09 11:55:44 +01:00
Stefan Seyfried
13ab1ebc8a Merge remote-tracking branch 'tuxbox/master'
* needs compile fixes
* needs additional tests, of course :-)
2016-10-22 11:37:40 +02:00
M. Liebmann
312a80bee9 Set correct path for /.version if TARGET_PREFIX is in use. 2016-10-01 11:47:59 +02:00
TangoCash
3f32350645 add autoAdjustToEPG to webif API 2016-09-26 13:04:48 +02:00