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

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-12-09 22:26:27 +01:00
parent 1aa995ab7f
commit 69506b4cd8

View File

@@ -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();