OSD Subtitle "Forced Only" Button
Table of contents
Purpose
- Required: No
- Type of Change: Bug Fix
If you enable : "Subtitles will only display Forced Subtitle" option, MP will try to switch on a subtitle track if forced flag is present.
For IDX/SUB format, it will only display forced subtitles parts from the stream and drop all others parts. If you want to see full subtitles, you can turn off the 'Forced Only' option from OSD.
Description of Change
Now, you can turn ON/OFF Forced Option for subtitle directy from OSD.
in (i.e common.osd.buttons.xml) or inherited/imported xml file like videoOSD.SubtitleMenu.xml (for streamedMP),
You can add this new ID to display Button Forced Only.
OSD_SUBTITLE_FORCED_ONOFF = 803
Additional Information and References
| Mantis Issue: | http://mantis.team-mediaportal.com/view.php?id=3521 |
|---|---|
| Related xml(s): | common.osd.buttons.xml (Default/Wide skin) |
| Windows IDs: | |
| Related GUI control: | 803 (button ID) |
| Author: | Sebastiii |
| Date added: | Sat, 23 Jul 2011 |
XML/Code Samples
<control>
<description>Forced SubTitles On/Off Checkbox</description>
<type>checkmark</type>
<id>803</id>
<posX>1080</posX>
<posY>605</posY>
<label>Forced</label>
<MarkWidth>20</MarkWidth>
<MarkHeight>20</MarkHeight>
<font>font10</font>
<textcolor>ffffffff</textcolor>
<align>right</align>
<onup>218</onup>
<ondown>800</ondown>
<onleft>801</onleft>
<onright>800</onright>
<visible>no</visible>
</control>
Screenshots


