Stefan Seyfried
d920f4892a
rcinput: try harder to reacquire input device
...
During lirc package update, the input device was sometimes lost and not
reacquired. Try to reacquire also if setKeyRepeatDelay fails.
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# src/driver/rcinput.cpp
2018-07-02 10:11:51 +02:00
Stefan Seyfried
678d1b980d
tuxtxt: remove unused var_screeninfo.yoffset (always 0)
2018-07-02 10:09:10 +02:00
Stefan Seyfried
38e89ae1a7
tuxtxt: fix framebuffer blitting for SPARK
2018-07-02 10:09:04 +02:00
Stefan Seyfried
9f4962d6e4
tuxtxt: use one global CFrameBuffer variable
2018-07-02 10:09:01 +02:00
svenhoefer
d89e858c66
- moviebrowser: check for channelname too to change channellogo; ...
...
usefull for popup-channels with same id but different names
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-06-07 17:31:09 +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
Jacek Jendrzej
48522a9217
fix framerate 29970 signalisatiom (by bazi98)
2018-05-31 13:57:35 +02:00
Jacek Jendrzej
c81d09264f
fix signalisation bitrate 599940 (by bazi98)
2018-05-30 10:42:43 +02:00
limes007
5bc48e28e3
correct length in movie-info during "stop"
2018-05-28 09:27:24 +02:00
Jacek Jendrzej
5448b5af3f
move for - if used kill neutrino
2018-05-27 14:20:24 +02:00
GetAway
15572e2d7c
Revert "- audioplayer: fix station logo handling for icecast"
...
This reverts commit 2e96ac3
- it is incomplete!
2018-05-26 18:31:03 +02:00
GetAway
714cca6ba6
movieplayer.cpp: fix handle key play/pause for arm
2018-05-26 17:59:18 +02:00
Jacek Jendrzej
22eedad076
disable CEC standby after flash (armbox1)
2018-05-26 12:10:45 +02:00
Thilo Graf
c56f60d603
src/gui/screensaver.cpp: ensure usage of transparent background for clock
2018-05-21 15:17:33 +02:00
Thilo Graf
6dbb1f5959
src/gui/screensaver.cpp: remove call of showFrame()
...
This should fix an issue with screen saver with movieplayer.
Call of showFrame() causes unintentional behavior on cs hardware
with green screens and video decoder seems to become unusable.
2018-05-21 15:17:26 +02:00
vanhofen
ff926297df
- internetradio: clear playlist before loading a new one
2018-05-20 17:59:26 +02:00
svenhoefer
2e96ac359f
- audioplayer: fix station logo handling for icecast
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-05-20 17:59:07 +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
b8c28d069d
src/gui/screensaver.cpp: simplify painting images
...
Images will paint on full screen without blank frame in movie player mode.
TODO: Only with scale at the moment, but not sure if this must be changed.
2018-05-18 16:53:51 +02:00
svenhoefer
becf676dc6
- helpbox: replace fixed value with a scalable one
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Merged with subsequently submitted build fix.
2018-05-17 17:23:12 +02:00
Thilo Graf
18a4ae0098
Screensaver: try to fix background
...
Ensure to have blank background before paint screensaver content.
This should avoid possible holes with some images.
2018-05-17 16:46:15 +02:00
Markus Volk
c8f27fb63b
[PATCH] do jpgs for osd+video grabs to improve yweb performance
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-05-16 08:52:16 +02:00
GetAway
c9088b6b03
pzapit: add get video format
2018-05-14 19:49:39 +02:00
GetAway
5c5a013266
pzapit: add set and get OSD resolution
2018-05-13 18:07:09 +02:00
Thilo Graf
3fb15ec619
imdb: Fix an issue on changing of imdb key during runtime.
...
Global instance allows to set the api key from settings on first
created instance of the imdb object only,
so changes on settings had no effect during runtime and
restart of neutrinon was required to apply ne keys.
This should fix this.
2018-05-13 15:22:32 +02:00
GetAway
800c76721b
pzapit: format help text
2018-05-12 16:39:13 +02:00
Markus Volk
573d7d4ac6
hdd_menu.cpp: add support for sgdisk; fix sfdisk usage
...
Signed-off-by: Markus Volk <f_l_k@t-online.de >
Signed-off-by: Thilo Graf <dbt@novatux.de >
- sfdisk is used primarily
- ensures detection of large hard drives
- using gpt tables with sfdisk or sgdisk
Note:
busybox fdisk doesn't support gpt tables and no large hard disks,
but fallback to old behavior should work unchanged
newer util versions of fdisk can do this but with different syntax.
Please test.
2018-05-09 12:28:24 +02:00
Thilo Graf
a5b16ace60
src/gui/epgplus.cpp: add missing home handling
...
Window was not closed with exit button.
2018-05-08 08:16:00 +02:00
FlatTV
cccb6a7ce6
imdb.cpp: fix parsing google file
2018-05-08 08:07:42 +02:00
svenhoefer
09c1b46ab3
- epgview: use OFFSET define instead of fixed value
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-05-04 09:15:37 +02:00
Thilo Graf
d8719e21cb
icons: fix wrong icon name, update icon face
...
Icon 'marker_update_available 'was not found.
2018-05-03 18:28:40 +02:00
Thilo Graf
d5d5ab9497
data/bad_package_pattern.list.sample: add krb5
2018-05-03 17:51:22 +02:00
Thilo Graf
cc041355b8
src/gui/miscsettings_menu.cpp: fix possible compile error
...
Error: Wunused variable, if ENABLE_TMDB_KEY_MANAGE is unset
2018-04-28 08:54:26 +02:00
Thilo Graf
3bc7d7e61f
src/gui/epgview.cpp: optimize text arrangement for tmdb/imdb
2018-04-28 08:54:26 +02:00
Thilo Graf
af49d0ef30
icons: update tmdb.png imdb.png
2018-04-28 08:54:26 +02:00
Thilo Graf
d84c2f74a1
src/gui/epgview.cpp: rework online epg database handling
...
Vizualize of TMDb starbar was partial broken, should working now and IMDb (in reality OMDb)
should working too. DEV/Api keys are required and are managed with
misc settings menue. To get reqiured keys see https://www.omdbapi.com/ and
for TMDb see https://www.themoviedb.org
TODO: Better encapsulating for db classes for unified data tapping.
2018-04-28 08:54:26 +02:00
Thilo Graf
6adaf26f48
src/gui/epgview.h: add class to create star bars
2018-04-28 08:54:26 +02:00
Thilo Graf
36ead91275
src/gui/epgview.cpp: update license text
2018-04-28 08:54:26 +02:00
Thilo Graf
77ccc5b07c
ytplayer: apply enable option for internal YouTube playback
2018-04-28 08:54:26 +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
23c7977d17
setting_helpers.h: add generic function for api keys
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
Thilo Graf
9be6a12241
CIMDB: load api key from settings
2018-04-28 08:54:26 +02:00
Thilo Graf
33c0b544db
CMiscMenue: apply api key options
2018-04-28 08:54:26 +02:00
Thilo Graf
b2153d6049
CMiscMenue: adapt to new dev key definies
2018-04-28 08:54:26 +02:00
Thilo Graf
1a6bfa081b
misc settings: add missing locals and settings variables
2018-04-28 08:54:26 +02:00