Commit Graph

13470 Commits

Author SHA1 Message Date
Thilo Graf
24d05c67b7 lcd4l.cpp: add threadname 2021-06-30 18:28:33 +02:00
Thilo Graf
9a68009b96 lcd4l: apply calls of exec_initscript() with "systemctl" as 3rd argument
Is required for image with system

NOTE: CLCD4l::lcd4linux(int run) is adjusted
but not really used at the moment
2021-06-30 18:28:33 +02:00
svenhoefer
de4a6ade64 - neutrino: formatting and sorting load/saveSetup() and SNeutrinoSettings
Conflicts:
	src/neutrino.cpp
	src/system/settings.h

Signed-off-by: Thilo Graf <dbt@novatux.de>

I am not really sure that I have properly resolved all conflicts.
I think it would be better to store the save/read settings methods
into an own class and separate file and (if possible) inherit them into
neutrino.cpp and on boredom it could be easier to make the code style "nicer".
This could help to avoid "accidentally" changing neighboring code parts.
2021-06-30 18:19:57 +02:00
svenhoefer
8a695e51ec - neutrino: formatting and sorting load/saveKeys()
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-30 16:20:26 +02:00
svenhoefer
64a38c3b12 - neutrino: minor code formattings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-30 16:20:26 +02:00
Jacek Jendrzej
91a19a4a56 ScanSDT add extended menu option 2021-06-30 14:57:54 +02:00
Thilo Graf
86d30a4740 heipers.cpp: use getuid() instead getenv()
Enabled only on generic hardware.

Thanks seife for hint.
2021-06-30 09:45:47 +02:00
Thilo Graf
c607434f2a helpers.cpp: supplement to: 5289cb6 helpers.cpp: fix possible crash 2021-06-29 09:34:28 +02:00
Frankenstone
6f2fe725e7 neutrino: fix g_settings.infobar_show_sysfs_hdd 2021-06-28 14:47:14 +02:00
Thilo Graf
5289cb6b15 helpers.cpp: fix possible crash
Possible error is:
terminate called after throwing an instance of 'std::logic_error'
2021-06-28 14:40:21 +02:00
Jacek Jendrzej
c5d977cd63 src/eitd/xmlutil.cpp log in DEBUG mode 2021-06-28 13:52:31 +02:00
Jacek Jendrzej
e4aaabfac0 src/zapit/src/scansdt.cpp dont use in default scan ScanSDT if ScanSDT is disabled 2021-06-28 13:37:22 +02:00
Thilo Graf
d87665061f Revert "zapit.cpp: disable "tune channel, with stopped playback to not bypass the parental PIN check" on arm hardware"
This reverts commit 3babb03206.

Makes stream in standby mode broken.
2021-06-23 20:04:20 +02:00
svenhoefer
86a45fbe2c - helpers: fix return value of exec_controlscript() too
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-23 06:58:40 +02:00
svenhoefer
c9ac37f102 - helpers: fix error message in exec_initscript()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-23 06:56:29 +02:00
Thilo Graf
0ca098eb31 helpers: modify exec_initscript() for usage with systemctl
Current behavior is untouched, but return value is boolean
and so far, the function obviously has returned true on error. So far this
was currently not evaluated but is changed now. Otherwise, "bool" makes
not really sense or was this intended?
2021-06-20 17:46:07 +02:00
svenhoefer
98fd62cbf9 - screensetup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:34:03 +02:00
svenhoefer
87ae0b0f58 - osd-setup: move screen stuff into own submenu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:33:41 +02:00
svenhoefer
8344d07b20 - eitd/xmlutil: shorten console messages
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:32:19 +02:00
svenhoefer
eade2d1f4f - osd-setup: some more code nicenings
Conflicts:
	src/gui/osd_setup.cpp
	src/gui/osd_setup.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:31:40 +02:00
BPanther
c406ff3bec small space/tab/comma fixes 2021-06-19 10:23:27 +02:00
svenhoefer
794a6fec77 - graphlcd: disable some console spam
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:19:09 +02:00
Thilo Graf
692e9c3b9b lcd4linux.cpp: avoid possible crash if getLiveFE() returns NULL
Watched with generic build for pc without tuner hardware.
2021-06-15 18:43:10 +02:00
svenhoefer
4592cbc239 - lcd4l: introduce getInstance()
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 11:06:25 +02:00
svenhoefer
71d50060a5 - lcd4linux: use exec_initscript() to execute initscript
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:39 +02:00
svenhoefer
a78da47df4 - lcd4linux: code formatation using astyle
Conflicts:
	src/driver/lcd4l.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:14 +02:00
Hendi48
0999fa72f8 ytparser: adjust to API changes (#12)
YouTube now enforces the HTML5 API for get_video_info, which
provides the stream info in a JSON object.
2021-06-14 22:14:59 +02:00
svenhoefer
4d560da9be - volumbar: simplify rounded corners handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 21:47:25 +02:00
Frankenstone
a408339170 volumebar: added rounded corners on, off 2021-06-14 21:46:56 +02:00
Frankenstone
5be205a74c cam_menu: small fix, thx BPanther
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 18:00:28 +02:00
Thilo Graf
f968bc0b40 lcd4linux: migrate lcd4linux(bool) to class member 2021-06-11 10:47:01 +02:00
FlatTV
30416f9e47 wait for zapit before CA pollthread continues 2021-06-08 10:31:41 +02:00
svenhoefer
6186fc1766 - yWeb: align mount command
Conflicts:
	data/y-web/scripts/Y_Tools.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-07 18:28:49 +02:00
Thilo Graf
5efbaaf05d lcd4linux: cleanup 2021-06-07 18:23:50 +02:00
Thilo Graf
6edf6e0a25 driver/lcd4linux: rework thread handling
Use std::thread for simplified handling.

Added bool exit_proc to allow left the thread callback, because if user
will change on/off/automatic modes inside the lcd4linux-setup menu,
he will be trapped in this menu and neutrino is never usable.
Btw. added some temporarily debug outputs to track this behavior.
2021-06-07 18:23:43 +02:00
Thilo Graf
e1810b62a2 lcd4linux: use default pid file 2021-06-07 18:23:25 +02:00
svenhoefer
eaa78a1502 - lcd4linux: fix first start
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/driver/lcd4l.cpp
2021-06-07 18:23:21 +02:00
svenhoefer
d218048c8a - multiboxse: fix display
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-02 17:52:49 +02:00
svenhoefer
5c3d8a7512 - addition to use autodetect pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:48:33 +02:00
TangoCash
8b5ac83f27 use autodetect pip 2021-05-30 16:48:10 +02:00
svenhoefer
194f868090 - yWeb: add missing manufacturer to zgemma h7
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:47:55 +02:00
svenhoefer
d7957143ca - hw_caps: introduce can_pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:47:11 +02:00
svenhoefer
06dd9d5f16 - yWeb: fix multiboxse auto detection
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:46:48 +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
svenhoefer
f80fa43e0c - epgview: another try with LOCALE_MDB_SAVE_POSTER_HINT
Es scheint so, dass dynfont hier nicht korrekt funktioniert.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-28 13:11:12 +02:00
svenhoefer
a316697502 - epgview: introduce ResetMDb()
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-28 13:10:17 +02:00
Frankenstone
1be4fd2f6f dboxinfo: own header icon added 2021-05-28 13:02:31 +02:00
BPanther
f72ca2c422 dboxinfo - small change 2021-05-28 13:02:06 +02:00
Frankenstone
238479e67f y-web: adapt libstb-hal rcu zgemma h7 2021-05-28 13:01:46 +02:00
Frankenstone
8e6ae35b96 y-web: adapt libstb-hal rcu ax hd51 2021-05-28 13:01:37 +02:00