- movieplayer: use RC_tv/radio to toggle infoviewer/epg; ARM/MIPS_HARDWARE only

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

Would like to know why?
This commit is contained in:
svenhoefer
2019-12-09 22:26:27 +01:00
committed by Thilo Graf
parent c4afd1953f
commit 0a6f479995

View File

@@ -1984,6 +1984,12 @@ void CMoviePlayerGui::PlayFileLoop(void)
callInfoViewer(); callInfoViewer();
update_lcd = true; update_lcd = true;
clearSubtitle(); 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)) { } else if (timeshift != TSHIFT_MODE_OFF && (msg == CRCInput::RC_text || msg == CRCInput::RC_epg || msg == NeutrinoMessages::SHOW_EPG)) {
bool restore = FileTimeOSD->IsVisible(); bool restore = FileTimeOSD->IsVisible();
FileTimeOSD->kill(); FileTimeOSD->kill();