Commit Graph

1374 Commits

Author SHA1 Message Date
svenhoefer
3606c717d4 - eitd/sectionsdclient: unify new code and call it as it is ... it is XMLTV; ...
fix another compiler warning: the use of `tmpnam' is dangerous

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-01 23:33:42 +02:00
svenhoefer
b00f1e53df - webepg: align new keys/values to the existing keys/values
By courtesy of TangoCash. :)

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-01 23:31:31 +02:00
TangoCash
e5a76941fe add settings for xmltv epg
todo:
GUI

for testing edit your neutrino.conf:

webtv_xml_0=http://<remoteboxip>/control/xmltv.m3u
webtv_xml_count=1
webepg_0=http://<remoteboxip>/control/xmltv.xml
webepg_count=1

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-09-01 19:47:40 +02:00
BPanther
7096a2d39a more time for shutdown message
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-08-23 10:38:08 +02:00
svenhoefer
7ee2df2c34 - neutrino: new defaults for epg scan; scan all favs in standby mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-08-19 16:45:21 +02:00
svenhoefer
685f5306bd - screensaver: move code for ignored msgs to screensaver code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-08-04 00:18:34 +02:00
svenhoefer
bbd3ca61ec - neutrino: fix auto-delete code
* Why only remove old timeshift recordings if timeshift-dir == recording-dir?

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-08-02 15:28:10 +02:00
Thilo Graf
541162a59f neutrino.cpp: remove software update from yellow user menu
Yellow menu is reserved for video sub channel options and
livestream resolution as default.
2018-07-31 22:27:35 +02:00
svenhoefer
7ba06aa519 - usermenu: add timeshift item to blue usermenu; small resort to get colorkeys sorted
Conflicts:
	src/neutrino.cpp

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

 Changed according to our setup.
2018-07-30 22:51:45 +02:00
svenhoefer
dabca8066f - neutrino: fix bouquet align when zap via history or current transponder list
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-07-28 14:34:49 +02:00
svenhoefer
120d3d9303 - moviebrowser: enable search in sms mode by default
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-07-28 14:34:48 +02:00
svenhoefer
3ea17f4046 - neutrino: add additional key to leave standby mode; unify standby locales
This re-adds an old feature from dbox2, but uses a more configurable way

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-07-28 14:34:48 +02:00
svenhoefer
999610dcd1 - channellist: allow to show resolution icons
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-07-18 11:54:16 +02:00
Thilo Graf
cc3721da3e src/neutrino.cpp: show next event as default in channel list 2018-06-01 20:50:03 +02:00
Thilo Graf
b6ba7f096b src/neutrino.cpp: update nfs options
Read and write should be set as default and block sizes
should be negotiated itself.
2018-06-01 20:50:03 +02:00
Thilo Graf
0c6ff60cc4 src/neutrino.cpp: fix possible compile error
missing variable
2018-05-18 21:33:43 +02:00
Thilo Graf
0da4084dbe src/neutrino.cpp: use WEBTVDIR as default in neutrino settings
Default xmls are installed in WEBTVDIR.
2018-05-18 17:01:07 +02:00
Thilo Graf
ed6f3e185b src/neutrino.cpp: hide dev/api keys when keymanage is disabled
This should help providers maintain their keys no public.
2018-05-18 16:53:51 +02:00
Thilo Graf
b8d3737588 Api keys: add class instead single functions to check api keys
Without class build was broken, with static versions it should working.
2018-04-28 08:54:26 +02:00
Thilo Graf
6abfc770b5 neutrino.cpp: add defined api keys into online service settings 2018-04-28 08:54:26 +02:00
Thilo Graf
8b101ccf78 imdb-support: renamed imdb->omdb
Imdb is not really used directly, that is a bit misleading
2018-04-28 08:54:26 +02:00
GetAway
6a9150d898 videosettings: fix set and get video_43mode 2018-04-22 22:03:42 +02:00
Thilo Graf
e80b047c9b src/neutrino.cpp: change time server
time.fu-berlin.de not really works
2018-04-22 16:24:17 +02:00
Thilo Graf
23e684258f CThemes: add default theme from config and migrate theme settings if needed 2018-04-11 16:12:58 +02:00
Thilo Graf
819c54e240 themes: set default theme instead static colors, but hold fallback 2018-04-11 16:12:58 +02:00
Thilo Graf
ce244d7fcd themes: add setting entry for theme name 2018-04-11 16:12:58 +02:00
Thilo Graf
f9b4aeef8c infobar timout: add member to get current timeout modes
Avoids  multiple code in some source files.
2018-04-10 10:29:39 +02:00
Thilo Graf
557805bc40 infobar: rework infobar timeout behavior
Options were sometimes described ambiguously and previous behavior was no longer available.
Now the descriptions should be more plausible for current behavior.
2018-04-10 10:29:38 +02:00
Thilo Graf
9dabc6301b src/neutrino.cpp: fix wrong default keysetup for audio key
Audio key has opened hdd menue instead audio menue.

Note: Reset or rework of user menue settings for audio key is required.
2018-04-01 19:16:14 +02:00
svenhoefer
ef99e41f93 - channellist: move zaphistory/current_transponder handling into sepatate function
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-03-22 21:20:16 +01:00
svenhoefer
fc75b16472 - neutrino: simplify key_zaphistory/key_current_transponder calls
* allow these both keys in movieplayer too; handling has been missing there

 Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-03-22 21:20:08 +01:00
Thilo Graf
2f73bd58a1 CNeutrinoApp: ensure clean up of screen in standby mode
This should fix a possible issue with infobar artefacts in standby mode.

This issue was observed if user went to change  to standby mode and
infobar was still open e.g if  infobar timeout was set to 0
(always visible) and runtime timeout was elapsed.
2018-03-22 21:10:47 +01:00
Thilo Graf
a04e899d44 Revert "neutrino: do not clean up infoviewer"
This reverts commit 596e8b5bf6.

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

Can't find any violations at the moment.
2018-03-22 21:10:45 +01:00
Thilo Graf
d677bd9c22 settings: set display plackback time for movieplayer as default = on
User should know which movie he just started.
2018-03-01 11:19:39 +01:00
svenhoefer
6ad2ca6a46 - movieplayer: allow to display plackback time instead of movietitle on vfd
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/neutrino.cpp
	src/system/locals.h
	src/system/locals_intern.h
	src/system/settings.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-02-28 11:18:53 +01:00
Stefan Seyfried
29987ae505 neutrino: fix infobar display with disabled timeout
When the infobar timeout is disabled, the infobar was not shown for all
"automatic" events like "start" and "zap".
The purpose of disabled infobar timeout is to show the infobar all the
time (e.g. in radio mode), so this does not make sense. Fix it.
2018-02-07 19:45:26 +01:00
svenhoefer
97d349872a - neutrinofonts: allow monospaced font for shellwindow widget
Font is initialized at runtime and uses FONTDIR_VAR "/shell.ttf" or FONTDIR "/shell.ttf"

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-27 16:16:00 +01:00
svenhoefer
c05212e86b - neutrino: enable caching teletext by default
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-27 16:15:39 +01:00
svenhoefer
966ff7ef94 - neutrino: check for non-existing tuxtxt font
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-25 17:10:27 +01:00
svenhoefer
304c74e79b - neutrino/miscsettings_menu: fix switching online-services
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-21 22:10:45 +01:00
Stefan Seyfried
2a645b1a71 neutrino: always clear display when going to standby
...even if the display is already in standby mode...
2018-01-13 19:56:06 +01:00
svenhoefer
21f6ec5944 - multiformat audioplayer: add separate timeout for infobar
Conflicts:
	src/gui/infoviewer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-09 22:44:00 +01:00
svenhoefer
5e2002014d - neutrino: remove unused __EXPERIMENTAL_CODE__ stuff
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-03 16:44:56 +01:00
svenhoefer
430a0caaaf - movieplayer: revert most code from terrible commit 09ae4c3a5101f7cd7924b35a193b1c829c2cc107
to get back working subtitles for COOL_HARDWARE

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

partial revert of: commit 6fe5d269af
2018-01-03 16:25:59 +01:00
svenhoefer
3c32fab30a Revert "- audio_select: copy full code from TangoCash"
Signed-off-by: Thilo Graf <dbt@novatux.de>

this reverts commit: 5fd7ec68ac
2018-01-02 22:35:21 +01:00
svenhoefer
70bfad4c86 - neutrino: fix usermenu calls for fileplayback_video/audio
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-02 22:34:05 +01:00
Stefan Seyfried
bacddeea90 dboxinfo: allow to show "neutrino uptime" 2017-12-28 00:07:23 +01:00
svenhoefer
c9e4712011 - neutrino: add RC_playpause handling; change some key defaults for ARM_HARDWARE
Conflicts:
    src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-21 11:28:28 +01:00
svenhoefer
483f4053a5 - settings_manager: remember last used directory
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/gui/settings_manager.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-17 23:17:17 +01:00
svenhoefer
50cc4ef7a2 - neutrino: try to fix timer_wakeup handling; ...
The return to deepstandby after timer-wakeups was broken.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-01 14:26:29 +01:00