vanhofen
14bb43cee5
controlapi: simplify result output
...
Origin commit data
------------------
Commit: 1c73ca39e7
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-21 (Sun, 21 Feb 2016)
Origin message was:
------------------
- controlapi: simplify result output
2016-02-21 00:16:42 +01:00
vanhofen
94230c54d8
controlapi/statfs: simplify error handling
...
Origin commit data
------------------
Commit: 0927756467
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- controlapi/statfs: simplify error handling
2016-02-20 23:10:17 +01:00
vanhofen
9de5aff014
controlapi/config: simplify error handling
...
Origin commit data
------------------
Commit: e407ef5a98
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- controlapi/config: simplify error handling
2016-02-20 23:08:41 +01:00
vanhofen
bd6cd82ef8
controlapi: rename EpgSearchTXTCGI -> EpgSearchCGI
...
Origin commit data
------------------
Commit: e765ab983b
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- controlapi: rename EpgSearchTXTCGI -> EpgSearchCGI
2016-02-20 20:56:15 +01:00
vanhofen
2de0f2bdb6
neutrinoapi: localize some hardcoded stings
...
Origin commit data
------------------
Commit: 25af9dea82
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- neutrinoapi: localize some hardcoded stings
2016-02-20 15:32:54 +01:00
vanhofen
300ad9b5ac
controlapi: add statfs output for a given path
...
Origin commit data
------------------
Commit: 8375f9ffb6
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- controlapi: add statfs output for a given path
2016-02-20 14:39:11 +01:00
vanhofen
4387f7fbf3
controlapi/file: switch to new plain output format
...
Origin commit data
------------------
Commit: b14383e0df
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- controlapi/file: switch to new plain output format
2016-02-20 14:39:11 +01:00
vanhofen
68e6e3df9a
controlapi/config: switch to new plain output format
...
Origin commit data
------------------
Commit: b941eb950e
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- controlapi/config: switch to new plain output format
2016-02-20 14:39:11 +01:00
vanhofen
a975781295
yhook: introduce new format for plain output; key=value
...
Origin commit data
------------------
Commit: 4c679613d6
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- yhook: introduce new format for plain output; key=value
2016-02-20 14:39:10 +01:00
vanhofen
c8ac0e8670
controlapi/epgsearch: fix title output
...
Origin commit data
------------------
Commit: 4af175c923
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-19 (Fri, 19 Feb 2016)
Origin message was:
------------------
- controlapi/epgsearch: fix title output
2016-02-19 10:14:37 +01:00
vanhofen
2664922851
controlapi/epgsearch: fix fsk output
...
Origin commit data
------------------
Commit: a262784d38
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-19 (Fri, 19 Feb 2016)
Origin message was:
------------------
- controlapi/epgsearch: fix fsk output
2016-02-19 09:52:57 +01:00
Marc Szymkowiak
2da8818e83
add getdir control
...
Origin commit data
------------------
Commit: f803d0a0c6
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com >
Date: 2016-02-18 (Thu, 18 Feb 2016)
2016-02-19 00:33:37 +01:00
vanhofen
d18473b8d6
controlapi: whitespace cleanup FileCGI; fix compiler warning
...
Origin commit data
------------------
Commit: c2c7f08c15
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-18 (Thu, 18 Feb 2016)
Origin message was:
------------------
- controlapi: whitespace cleanup FileCGI; fix compiler warning
2016-02-18 16:21:21 +01:00
TangoCash
ce7456bb25
controlapi: sort files alphabetical
...
Origin commit data
------------------
Commit: 21fbadaa8f
Author: TangoCash <eric@loxat.de >
Date: 2016-02-12 (Fri, 12 Feb 2016)
2016-02-18 16:21:21 +01:00
vanhofen
a255064760
controlapi/epgsearch: extend epginfo switch
...
Origin commit data
------------------
Commit: 587dc1e179
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
Origin message was:
------------------
- controlapi/epgsearch: extend epginfo switch
2016-02-17 16:11:10 +01:00
vanhofen
394955a0f2
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>
Origin commit data
------------------
Commit: be83e3569e
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
Origin message was:
------------------
- 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
9c60c384e1
nhttp: change mutex type to recursive
...
Origin commit data
------------------
Commit: ecb5e06128
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 18:56:10 +03:00
vanhofen
ecbbf4c29c
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
Origin commit data
------------------
Commit: 5997f42b7e
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-15 (Mon, 15 Feb 2016)
Origin message was:
------------------
- 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
814cfe7cbf
nhttp: re-enable threading; lock NeutrinoAPI calls
...
Origin commit data
------------------
Commit: 8abb547cca
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-02-13 (Sat, 13 Feb 2016)
2016-02-13 11:48:02 +01:00
vanhofen
4be683818b
controlapi: allow to get moviebrowser.conf with config call
...
Origin commit data
------------------
Commit: 809a7dcb45
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-11 (Thu, 11 Feb 2016)
Origin message was:
------------------
- controlapi: allow to get moviebrowser.conf with config call
2016-02-11 21:59:24 +01:00
vanhofen
3948649515
yparser: add tooltip with EPG informations to channellist
...
based apon "adding mouseover detailed EPG Info in WebIF" by TangoCash
Origin commit data
------------------
Commit: be0d1fa4b4
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-11 (Thu, 11 Feb 2016)
Origin message was:
------------------
- 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
vanhofen
6a2b1a155b
controlapi: remove unused variable ‘epgid’
...
Origin commit data
------------------
Commit: 58303bbc8c
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-11 (Thu, 11 Feb 2016)
Origin message was:
------------------
- controlapi: remove unused variable ‘epgid’
2016-02-11 18:46:27 +01:00
vanhofen
4f0440cc43
controlapi: resort and fix getbouquet output; ...
...
NOTE: last hh->outPair() call *must* have a false bool _next
Origin commit data
------------------
Commit: 1e39ce6289
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-11 (Thu, 11 Feb 2016)
Origin message was:
------------------
- 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
236bc95d46
add some more epg details to ControlAPI (getbouquet)
...
Origin commit data
------------------
Commit: 5de651e4dd
Author: TangoCash <eric@loxat.de >
Date: 2016-02-10 (Wed, 10 Feb 2016)
2016-02-11 09:40:26 +01:00
vanhofen
56e1ac2232
controlapi: add possibility to check status of remote control
...
Origin commit data
------------------
Commit: 3553030bce
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-01-21 (Thu, 21 Jan 2016)
Origin message was:
------------------
- controlapi: add possibility to check status of remote control
2016-01-21 11:17:05 +01:00
vanhofen
2a442ac22f
rc_lock: rework class; switch to singleton; add icon; vfd-support
...
Origin commit data
------------------
Commit: 2eb0aed5db
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-01-20 (Wed, 20 Jan 2016)
Origin message was:
------------------
- rc_lock: rework class; switch to singleton; add icon; vfd-support
2016-01-20 20:26:52 +01:00
Stefan Seyfried
df903525f5
port HWLIB_CFLAGS from neutrino-mp to neutrino-hd
...
Origin commit data
------------------
Commit: 79d800f955
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-01-12 (Tue, 12 Jan 2016)
Origin message was:
------------------
- port HWLIB_CFLAGS from neutrino-mp to neutrino-hd
2016-01-14 22:29:00 +01:00
Jacek Jendrzej
74678238cf
some gcc5 compil fixes
...
Origin commit data
------------------
Commit: ddb3c15d4b
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-12-26 (Sat, 26 Dec 2015)
2015-12-26 17:03:42 +01:00
vanhofen
c218d64a53
controlaip: add possibility to reload channellists
...
Origin commit data
------------------
Commit: 2a63ddaeb9
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-10-21 (Wed, 21 Oct 2015)
Origin message was:
------------------
- controlaip: add possibility to reload channellists
2015-10-21 19:38:35 +02:00
[CST] Focus
66fb097f1a
nhttpd/tuxboxapi/neutrinoapi.cpp: remove setServiceChanged calls after zap
...
Origin commit data
------------------
Commit: 9a45735eba
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-06-01 (Mon, 01 Jun 2015)
2015-06-02 12:26:26 +03:00
Jacek Jendrzej
320b8ef9ab
controlapi.cpp: add getubouquetsxml
...
Origin commit data
------------------
Commit: 11eac1f091
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-05-10 (Sun, 10 May 2015)
2015-05-10 18:01:26 +02:00
vanhofen
e22449fb3f
src/nhttpd/tuxboxapi: remove unused dbox code
...
Origin commit data
------------------
Commit: e59f8adccc
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-05-06 (Wed, 06 May 2015)
Origin message was:
------------------
- src/nhttpd/tuxboxapi: remove unused dbox code
2015-05-06 22:59:04 +02:00
vanhofen
8e23a560fd
move PLUGINDIR_VAR to global.h to avoid some hardcoded paths
...
Origin commit data
------------------
Commit: 6e6d7ad765
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-05-06 (Wed, 06 May 2015)
Origin message was:
------------------
- move PLUGINDIR_VAR to global.h to avoid some hardcoded paths
2015-05-06 22:58:54 +02:00
vanhofen
a844fbf140
controlapi: change logolist charset to UTF-8 to fix german umlauts
...
Origin commit data
------------------
Commit: 907ea29f23
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-04-23 (Thu, 23 Apr 2015)
Origin message was:
------------------
- controlapi: change logolist charset to UTF-8 to fix german umlauts
2015-04-23 23:01:45 +02:00
vanhofen
4b587c8d44
controlapi: add logolist command to allow easy channellogo management
...
Origin commit data
------------------
Commit: c4c358720b
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-04-21 (Tue, 21 Apr 2015)
Origin message was:
------------------
- controlapi: add logolist command to allow easy channellogo management
2015-04-21 14:31:00 +02:00
vanhofen
f1080fbabf
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
Origin commit data
------------------
Commit: ca34388616
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-04-13 (Mon, 13 Apr 2015)
Origin message was:
------------------
- 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
vanhofen
a23c64fb9e
neutrinoyparser.cpp: fix 489b7b2ba3
...
Origin commit data
------------------
Commit: 389c6e6dc2
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-04-06 (Mon, 06 Apr 2015)
Origin message was:
------------------
- neutrinoyparser.cpp: fix 489b7b2ba3
2015-04-06 22:59:01 +02:00
vanhofen
6873e799de
yWeb: port "Tuxbox.DisplayLogos" from martii
...
Origin commit data
------------------
Commit: dbc4d110fb
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-04-05 (Sun, 05 Apr 2015)
Origin message was:
------------------
- yWeb: port "Tuxbox.DisplayLogos" from martii
2015-04-06 00:04:28 +02:00
vanhofen
6b9d8391b5
neutrinoyparser.cpp: improve display of channels w/o logo
...
Origin commit data
------------------
Commit: 90277c9982
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-04-05 (Sun, 05 Apr 2015)
Origin message was:
------------------
- neutrinoyparser.cpp: improve display of channels w/o logo
2015-04-06 00:04:28 +02:00
Jacek Jendrzej
9e11893eff
nhttpd: fix switch tv<>radio in standby mode
...
Origin commit data
------------------
Commit: 0a97efe317
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-04-02 (Thu, 02 Apr 2015)
2015-04-02 21:05:51 +02:00
Jacek Jendrzej
ef439c14d3
nhttpd: change sprintf to snprintf
...
Origin commit data
------------------
Commit: 0f2ac568c8
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-03-31 (Tue, 31 Mar 2015)
Origin message was:
------------------
nhttpd: change sprintf to snprintf
2015-03-31 14:44:41 +02:00
vanhofen
e36f3f7755
yWeb: icons cleanup; big thanks to fred_feuerstein
...
Origin commit data
------------------
Commit: 7f5a8aebfd
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-02-26 (Thu, 26 Feb 2015)
Origin message was:
------------------
- yWeb: icons cleanup; big thanks to fred_feuerstein
2015-02-26 00:19:04 +01:00
Jacek Jendrzej
c003cda39d
nhttpd: neutrinoapi.cpp disable unused func
...
Origin commit data
------------------
Commit: 35c5faac67
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-02-24 (Tue, 24 Feb 2015)
2015-02-24 18:05:52 +01:00
[CST] Focus
96c523a0c2
eitd: as long as neutrino using only first content classification,
...
reduce content classification caching (leaving old code with ifdef)
Origin commit data
------------------
Commit: e8700de2b7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-01-30 (Fri, 30 Jan 2015)
2015-01-30 19:47:30 +03:00
Jacek Jendrzej
c2f5cb1ff7
make channel_id private, use getChannelID()
...
Origin commit data
------------------
Commit: c624505818
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-01-29 (Thu, 29 Jan 2015)
Origin message was:
------------------
make channel_id private, use getChannelID()
2015-01-29 14:58:09 +01:00
Jacek Jendrzej
6ff2c1b6bd
use empty to check string
...
Origin commit data
------------------
Commit: 2b5e7b5ba3
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-01-09 (Fri, 09 Jan 2015)
2015-01-09 17:15:11 +01:00
Jacek Jendrzej
d339fff93d
neutrino use check empty() instead of length() or size()
...
Origin commit data
------------------
Commit: 8023a6317b
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-01-03 (Sat, 03 Jan 2015)
2015-01-03 17:51:08 +01:00
Stefan Seyfried
06f8b4b28c
add CFLAGS for libsigc
...
Origin commit data
------------------
Commit: a92eb8f8e7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2015-01-02 (Fri, 02 Jan 2015)
2015-01-02 21:00:18 +01:00
Jacek Jendrzej
9c4dc518b0
nhttpd - fix select audio pid in live (vlc) mode
...
Origin commit data
------------------
Commit: f236b4807b
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2014-12-23 (Tue, 23 Dec 2014)
2014-12-23 17:45:17 +01:00
vanhofen
495f39a341
controlapi: fix horrible typo
...
Origin commit data
------------------
Commit: 069defa31c
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-12-05 (Fri, 05 Dec 2014)
Origin message was:
------------------
- controlapi: fix horrible typo
2014-12-06 09:36:29 +01:00