google-code-export / mediaplayer2-for-sh4

Automatically exported from code.google.com/p/mediaplayer2-for-sh4
1 stars 0 forks source link

GS by pressing the yellow button #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
enigma2-plugin-mediaplayer2_0.35_all

Enigma2 OpenPLI 8.1.

The selection of subtitles during playback.

What needs to change?

Original issue reported on code.google.com by hosu...@tlen.pl on 13 Feb 2013 at 8:07

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
"Text" works fine and selects the subtitle.

Thx

Original comment by hosu...@tlen.pl on 14 Feb 2013 at 9:10

GoogleCodeExporter commented 9 years ago
You're welcome ;)

Original comment by mx3Lm...@gmail.com on 14 Feb 2013 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by mx3Lm...@gmail.com on 17 Feb 2013 at 12:44