mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
movieplayer: use RC_tv/radio to toggle infoviewer/epg; ARM/MIPS_HARDWARE only
Origin commit data
------------------
Commit: 2841268add
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Origin message was:
------------------
- movieplayer: use RC_tv/radio to toggle infoviewer/epg; ARM/MIPS_HARDWARE only
This commit is contained in:
@@ -1996,6 +1996,12 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
||||
callInfoViewer();
|
||||
update_lcd = true;
|
||||
clearSubtitle();
|
||||
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||
} else if (msg == CRCInput::RC_tv || msg == CRCInput::RC_radio) {
|
||||
callInfoViewer();
|
||||
update_lcd = true;
|
||||
clearSubtitle();
|
||||
#endif
|
||||
} else if (timeshift != TSHIFT_MODE_OFF && (msg == CRCInput::RC_text || msg == CRCInput::RC_epg || msg == NeutrinoMessages::SHOW_EPG)) {
|
||||
bool restore = FileTimeOSD->IsVisible();
|
||||
FileTimeOSD->kill();
|
||||
|
Reference in New Issue
Block a user