TangoCash
de27448e44
add option to reload channels via webif without saving first
...
Origin commit data
------------------
Commit: 0c0a1a1d5f
Author: TangoCash <eric@loxat.de >
Date: 2016-03-25 (Fri, 25 Mar 2016)
Signed-off-by: Thilo Graf <dbt@novatux.de >
Where is this documented?
Making changes to the API without any documentation is quite unpleasant.
Unfortunately, this has happened several times before.
It would be nice if someone could address this issue.
see: ./neutrino/doc/nhttpd/nhttpd_controlapi.html
2024-02-26 12:41:51 +01:00
GetAway
3e6d45b65a
Fix set lastmode; introduce sending an actionKey for LCD4linux
...
We have a problem since the introduction of moviebrowser_mode.
Lastmode is no longer reset correctly, because the new mode is overlaid by another mode
and thus the original mode cannot be restored. Neutrino becomes unusable and has to be
restarted. (Example below)
Generally the opening of a window, like the MB or Channellist is also no Neutrino_mode in
the sense as it was invented once. It is just a window and not a mode that Neutrino is in.
Example: Neutrino is in TV_MODUS and you open the MB. You can see, Neutrino is still in TV_MODUS.
I reverted the code and now an open window can say for example to the lcd4linux 'hello i'm open, here is mb'.
When running a window we send some kind of AktionKey. After the actions in the window, the AktionKey is cleared.
Now to the current bug:
1. boot on a TV channel.
2. switch to a WebTV channel. (in my case PlutoTV Star Trek)
3. play a TS over the Moviebrowser and stop it. (MODE_WEBTV is detected and the WebTV stream is restarted)
4. call the MB a second time and start and stop the TS.
5. the WebTV stream does not restart anymore.
6. exit the MB now.
7. neutrino becomes not operable.
2023-09-14 18:53:26 +02:00
vanhofen
e0f468ffc8
rcinput: try to fix some key handlings
2023-06-18 14:37:57 +02:00
BPanther
1c7527b029
fix y-web streaminfo
...
Signed-off-by: GetAway <get-away@t-online.de >
2023-05-28 22:20:44 +02:00
GetAway
0cc83d9595
controlapi.cpp: add possibility to get boxinfo
2023-05-26 23:23:54 +02:00
GetAway
be5786eebb
controlapi.cpp: fix segfault if the bouquet number passed is less than 0
2023-04-09 16:16:57 +02:00
vanhofen
7a4aaa04ae
- neutrinoyparser: add functions to check online update
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
TODO: Missing documentation
2023-03-18 16:03:35 +01:00
vanhofen
73086ffcf3
- neutrinoyparser: remove hardcoded css from func_get_bouquets_with_epg()
2023-02-20 11:02:23 +01:00
vanhofen
4cb74815f8
- controlapi: fix filename in GlcdScreenshotCGI()
2023-02-19 19:45:09 +01:00
Hendi
a836debc94
Fix array sizes that GCC 12 complains about (mostly sprintf)
2023-01-27 20:38:19 +01:00
vanhofen
d9f7525b95
Revert "introduce hdmi_cec to driver"
...
This reverts commit c8a58afe2feb95954a69e681a4234cd9c1a3f178 and the following hdmi_cec commits.
Conflicts:
src/neutrino.cpp
2023-01-05 16:05:36 +01:00
TangoCash
47727e504a
introduce hdmi_cec to driver
...
Conflicts:
data/locale/deutsch.locale
src/driver/Makefile.am
src/neutrino.cpp
src/system/locals.h
src/system/locals_intern.h
2023-01-05 16:05:36 +01:00
TangoCash
53828f6a74
rework streaming part3
2023-01-05 16:05:35 +01:00
max_10
0b4820e931
- controlapi: fix commit minor alignments to TangoCashs repo
2022-11-07 21:22:46 +01:00
Thilo Graf
ccf604cc8e
yWeb: rework for basic functionality
...
Based on the last changes by svenhoefer
2022-11-07 21:22:45 +01:00
Thilo Graf
38b29d3c0e
neutrinoyparser.cpp, tuxboxapi: avoid possible crashes without g_bouquetManager instance
...
This was observed without physical frontends and in certain
circumstances while using the web interface, e.g. if users are
using bouquet functionalities.
2022-11-07 21:22:45 +01:00
svenhoefer
f86f5a0586
- controlapi: minor alignments to TangoCashs repo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-11-07 21:21:38 +01:00
svenhoefer
edea36b9b4
- controlapi: fix and simplify RC_DEVICE defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-09-18 15:16:40 +02:00
svenhoefer
45d0a0558c
- add multibox
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# src/neutrino.cpp
2022-09-16 22:47:14 +02:00
svenhoefer
afe23e002b
- controlapi: add mode_moviebrowser to GetModeCGI()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-09-15 05:28:56 +02:00
Thilo Graf
693eec1a95
controlapi.cpp: fix NeutrinoModes::mode_webradio)
2022-09-14 10:16:12 +02:00
svenhoefer
aa35ec0aee
- neutrinoapi: fix getVideoFramerateAsString()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-09-12 20:12:58 +02:00
max_10
8c915c04c2
- neutrinoapi.cpp: replace /tmp/neutrino.sock with NEUTRINO_UDS_NAME
2021-11-15 09:30:39 +01:00
TangoCash
d918e6c517
add neutrino restart to webif
...
Signed-off-by: GetAway <get-away@t-online.de >
2021-11-08 21:57:24 +01:00
Jacek Jendrzej
4a23e0cdf2
some inits
2021-10-22 14:25:37 +02:00
svenhoefer
08ee186b19
- introduce configurable ZAPITDIR
...
Conflicts:
data/config/settingsupdate.conf.in
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-20 09:22:20 +02:00
max_10
039c25db15
- tuxboxapi: fix compiler warning
...
Conflicts:
src/nhttpd/tuxboxapi/neutrinoyparser.cpp
2021-09-20 19:51:42 +02:00
TangoCash
1c88cc8b2a
add simple Webif for WebTV WebRadio and xmltv
...
Conflicts:
data/y-web/languages/Deutsch
data/y-web/languages/English
2021-09-10 17:14:27 +02:00
TangoCash
b74e0aeb6a
add support for embedded epg-url in m3u
2021-09-10 17:00:29 +02:00
svenhoefer
c5c635c7a7
- add Maxytec Multibox SE 4K
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-05-30 16:46:13 +02:00
BPanther
f841b55c65
vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added
...
Conflicts:
src/neutrino.cpp
2021-05-11 10:21:06 +02:00
svenhoefer
cf67ca4cb6
- try to fix path to /.version file
...
Conflicts:
src/gui/imageinfo.cpp
src/gui/network_setup.cpp
src/nhttpd/tuxboxapi/controlapi.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-12-07 20:34:25 +01:00
max_10
fa91372706
- AZBOX: deleted
2020-10-04 16:45:08 +02:00
svenhoefer
d29c98d7d5
- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
...
Conflicts:
src/driver/rcinput.cpp
src/gui/info_menue.cpp
src/gui/mediaplayer.cpp
src/gui/movieplayer.cpp
src/zapit/src/frontend.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-09-08 11:13:51 +02:00
GetAway
3c5ce45c46
controlapi.cpp: remove deprecated ftime(), use helpers
2020-07-08 10:15:41 +02:00
redblue-pkt
1b6f4fedf5
update glcd
...
Conflicts:
src/gui/movieplayer.h
src/gui/weather_locations.h
src/neutrino.cpp
2020-06-29 17:34:24 +02:00
Thilo Graf
f71e5a1e5f
add boxmodel OSMIO4K
...
update to version 3.11.1
2020-02-19 21:42:18 +01:00
Markus Volk
bc0165ae75
unify boxmodel name
2020-02-18 18:48:30 +01:00
svenhoefer
cf8f4e9845
- controlapi: modify channelname in tvg-name to satisfy parser
...
This is just a workaround. The parser should be fixed.
Signed-off-by: Thilo Graf <dbt@novatux.de >
#include <system/helpers.h> added, because of broken build
2020-02-18 18:38:17 +01:00
svenhoefer
54cbca936c
- just indentation alignments; no other code changes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:03:27 +01:00
svenhoefer
6248ed8233
- controlapi: allow to get both tv and radio channels in xmltv.m3u
...
Usage:
/control/xmltv.m3u?mode=tv to get tv channels
/control/xmltv.m3u?mode=radio to get radio channels
/control/xmltv.m3u to get both tv and radio channels
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:02:44 +01:00
svenhoefer
54b3daa371
- a bit more readability in latest changes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:00:26 +01:00
svenhoefer
72d16ac7c6
- webradio-setup/controlapi: get webradio via xmltv
...
Conflicts:
src/nhttpd/tuxboxapi/controlapi.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 17:04:36 +01:00
Markus Volk
6aa82141ff
add osmioplus4k stb
2020-02-16 08:42:17 +01:00
svenhoefer
f88c398f87
- a bit more readability in latest changes
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-16 00:49:48 +01:00
svenhoefer
5616fc79f7
- controlapi: add missing radio flag to xmltv.m3u
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-15 21:42:24 +01:00
svenhoefer
2ef0caef83
- webradio-setup/controlapi: get webradio via xmltv
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-15 21:42:24 +01:00
Markus Volk
abb024ee82
controlapi.cpp: fix -Wstringop-truncation warning
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
2020-01-30 23:02:10 +01:00
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