Closed GoogleCodeExporter closed 9 years ago
Simply said nothing.
In mediaplayer2 I use standard audio infobar, which has button (yellow) for
subtitles. You shouldnt use this button because it leads to standard e2
handling of subtitles, which in some images is even broken (your case).
To select subtitles, use TEXT/SUBTITLE button (control of mediaplayer is
described on Project Home page). If your remote controller dont have these
buttons you can assign selection of subtitles to other button(s), by editting
keymap.xml in /usr/lib/enigma2/python/Plugins/Extensions/mediaplayer2/.
I.E. use KEY_RADIO instead of KEY_TEXT do:
<key id="KEY_TEXT" mapto="subtitles" flags="m" />
after change:
<key id="KEY_RADIO" mapto="subtitles" flags="m" />
Original comment by mx3Lm...@gmail.com
on 14 Feb 2013 at 8:45
Note: use TEXT/SUBTITLE button when there is no infobar(ie. audio control) open.
Original comment by mx3Lm...@gmail.com
on 14 Feb 2013 at 8:53
"Text" works fine and selects the subtitle.
Thx
Original comment by hosu...@tlen.pl
on 14 Feb 2013 at 9:10
You're welcome ;)
Original comment by mx3Lm...@gmail.com
on 14 Feb 2013 at 2:09
Original comment by mx3Lm...@gmail.com
on 17 Feb 2013 at 12:44
Original issue reported on code.google.com by
hosu...@tlen.pl
on 13 Feb 2013 at 8:07Attachments: