Commit Graph

199 Commits

Author SHA1 Message Date
svenhoefer
a262784d38 - controlapi/epgsearch: fix fsk output 2016-02-19 09:52:57 +01:00
Ezak
f803d0a0c6 add getdir control 2016-02-19 00:33:37 +01:00
svenhoefer
c2c7f08c15 - controlapi: whitespace cleanup FileCGI; fix compiler warning 2016-02-18 16:21:21 +01:00
TangoCash
21fbadaa8f controlapi: sort files alphabetical 2016-02-18 16:21:21 +01:00
svenhoefer
587dc1e179 - controlapi/epgsearch: extend epginfo switch 2016-02-17 16:11:10 +01:00
svenhoefer
be83e3569e - controlapi: fix broken epgsearch json output; ...
NOTE! xml output is changed to get same structure as in other
functions like control/config or control/file

old:
---
<neutrino>
    <epgsearch>
        ...
    </epgsearch>
</neutrino>

new:
---
<epgsearch>
    <item>
        ...
    </item>
</epgsearch>
2016-02-17 12:37:27 +01:00
[CST] Focus
ecb5e06128 nhttp: change mutex type to recursive 2016-02-16 18:56:10 +03:00
svenhoefer
5997f42b7e - controlapi: rework epgsearch code
* /control/epgsearch?<keywords>
 or
* /control/epgsearch?search=<keywords>[&epginfo=false][&format=plain|xml|json]

- add search-function to /control/epg

* /control/epg?search=<keywords>

- mark /control/epgsearchxml as deprecated
2016-02-15 21:45:49 +01:00
[CST] Focus
8abb547cca nhttp: re-enable threading; lock NeutrinoAPI calls 2016-02-13 11:48:02 +01:00
svenhoefer
809a7dcb45 - controlapi: allow to get moviebrowser.conf with config call 2016-02-11 21:59:24 +01:00
svenhoefer
be0d1fa4b4 - yparser: add tooltip with EPG informations to channellist
based apon "adding mouseover detailed EPG Info in WebIF" by TangoCash
2016-02-11 19:30:53 +01:00
svenhoefer
58303bbc8c - controlapi: remove unused variable ‘epgid’ 2016-02-11 18:46:27 +01:00
svenhoefer
1e39ce6289 - controlapi: resort and fix getbouquet output; ...
NOTE: last hh->outPair() call *must* have a false bool _next
2016-02-11 18:23:45 +01:00
TangoCash
5de651e4dd add some more epg details to ControlAPI (getbouquet) 2016-02-11 09:40:26 +01:00
svenhoefer
3553030bce - controlapi: add possibility to check status of remote control 2016-01-21 11:17:05 +01:00
svenhoefer
2eb0aed5db - rc_lock: rework class; switch to singleton; add icon; vfd-support 2016-01-20 20:26:52 +01:00
Stefan Seyfried
79d800f955 - port HWLIB_CFLAGS from neutrino-mp to neutrino-hd 2016-01-14 22:29:00 +01:00
Jacek Jendrzej
ddb3c15d4b some gcc5 compil fixes 2015-12-26 17:03:42 +01:00
svenhoefer
2a63ddaeb9 - controlaip: add possibility to reload channellists 2015-10-21 19:38:35 +02:00
[CST] Focus
9a45735eba nhttpd/tuxboxapi/neutrinoapi.cpp: remove setServiceChanged calls after zap 2015-06-02 12:26:26 +03:00
Jacek Jendrzej
11eac1f091 controlapi.cpp: add getubouquetsxml 2015-05-10 18:01:26 +02:00
svenhoefer
e59f8adccc - src/nhttpd/tuxboxapi: remove unused dbox code 2015-05-06 22:59:04 +02:00
svenhoefer
6e6d7ad765 - move PLUGINDIR_VAR to global.h to avoid some hardcoded paths 2015-05-06 22:58:54 +02:00
svenhoefer
907ea29f23 - controlapi: change logolist charset to UTF-8 to fix german umlauts 2015-04-23 23:01:45 +02:00
svenhoefer
c4c358720b - controlapi: add logolist command to allow easy channellogo management 2015-04-21 14:31:00 +02:00
svenhoefer
ca34388616 - controlapi: allow search in EPG-titles only; fix typo
* Sytax:
  http://STBIP/control/epgsearch?SEARCHWORDS&epginfo=false
  or
  http://STBIP/control/epgsearchxml?SEARCHWORDS&epginfo=false
2015-04-13 12:34:12 +02:00
svenhoefer
389c6e6dc2 - neutrinoyparser.cpp: fix 0f16c9441e 2015-04-06 22:59:01 +02:00
svenhoefer
dbc4d110fb - yWeb: port "Tuxbox.DisplayLogos" from martii 2015-04-06 00:04:28 +02:00
svenhoefer
90277c9982 - neutrinoyparser.cpp: improve display of channels w/o logo 2015-04-06 00:04:28 +02:00
Jacek Jendrzej
0a97efe317 nhttpd: fix switch tv<>radio in standby mode 2015-04-02 21:05:51 +02:00
Jacek Jendrzej
0f2ac568c8 nhttpd: change sprintf to snprintf 2015-03-31 14:44:41 +02:00
svenhoefer
7f5a8aebfd - yWeb: icons cleanup; big thanks to fred_feuerstein 2015-02-26 00:19:04 +01:00
Jacek Jendrzej
35c5faac67 nhttpd: neutrinoapi.cpp disable unused func 2015-02-24 18:05:52 +01:00
[CST] Focus
e8700de2b7 eitd: as long as neutrino using only first content classification,
reduce content classification caching (leaving old code with ifdef)
2015-01-30 19:47:30 +03:00
Jacek Jendrzej
c624505818 make channel_id private, use getChannelID() 2015-01-29 14:58:09 +01:00
Jacek Jendrzej
2b5e7b5ba3 use empty to check string 2015-01-09 17:15:11 +01:00
Jacek Jendrzej
8023a6317b neutrino use check empty() instead of length() or size() 2015-01-03 17:51:08 +01:00
Stefan Seyfried
a92eb8f8e7 add CFLAGS for libsigc 2015-01-02 21:00:18 +01:00
Jacek Jendrzej
f236b4807b nhttpd - fix select audio pid in live (vlc) mode 2014-12-23 17:45:17 +01:00
svenhoefer
069defa31c - controlapi: fix horrible typo 2014-12-06 09:36:29 +01:00
svenhoefer
3ff65299d2 - controlapi: cleanup from unused esound rests 2014-12-06 09:36:23 +01:00
Jacek Jendrzej
c8f0c68cf6 nhttpd controlapi: change for subchannel to subchannel zap 2014-11-06 14:38:30 +01:00
Christian Schuett
59ca850ecc nhttpd controlapi: allow zapping to subchannels
based on idea by Moritz Venn <moritz.venn@freaque.net>

Signed-off-by: Christian Schuett <Gaucho316@hotmail.com>
2014-11-05 09:20:02 +01:00
Jacek Jendrzej
847b08aedb nhttpd:controlapi.cpp fix getallsubchannels 2014-11-05 09:20:02 +01:00
martii
81ca577fb8 overload access(2)
Conflicts:
	src/driver/pictureviewer/pictureviewer.cpp
	src/gui/components/cc_item_picture.cpp
	src/gui/movieplayer.cpp
	src/gui/osdlang_setup.cpp
	src/neutrino.cpp
	src/nhttpd/tuxboxapi/coolstream/neutrinoapi.cpp
	src/nhttpd/yhttpd.cpp
	src/system/helpers.h
	src/system/setting_helpers.cpp
2014-09-24 19:50:35 +04:00
Benny
0f16c9441e add localization tag for time elapsed/remaining 2014-09-23 12:46:40 +02:00
[CST] Focus
a473fe8194 webtv channels integration port,
initial code (C) martii,
initial patch from jacek
2014-08-27 17:32:26 +04:00
martii
ff46970457 nttpd: allow sendfile() to cope with files >= 2GB; introduce range support
(This re-applies most of the patches I've reverted about two hours ago.)
2014-08-26 17:31:57 +04:00
Jacek Jendrzej
cf0bf3fa20 Revert "nhttpd: let sendfile() support files >= 2GB"
This reverts commit 9842afecad8dfb91dfd7221aedbeaf5379a89534.
2014-08-26 17:31:48 +04:00
martii
d71958ba8c nhttpd: let sendfile() support files >= 2GB 2014-08-26 17:31:22 +04:00