[MPlayer-DOCS] r37014 - in trunk: DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml gui/ui/render.c gui/win32/widgetrender.c

ib subversion at mplayerhq.hu
Thu Mar 13 17:49:14 CET 2014


Author: ib
Date: Thu Mar 13 17:49:14 2014
New Revision: 37014

Log:
Add new dynamic label variable $P.

This is more convenient than using $p, $s and $e
(which we leave for the sake of compatibility).

Modified:
   trunk/DOCS/xml/en/skin.xml

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/de/skin.xml
   trunk/gui/ui/render.c
   trunk/gui/win32/widgetrender.c

Modified: trunk/DOCS/xml/en/skin.xml
==============================================================================
--- trunk/DOCS/xml/en/skin.xml	Thu Mar 13 17:22:27 2014	(r37013)
+++ trunk/DOCS/xml/en/skin.xml	Thu Mar 13 17:49:14 2014	(r37014)
@@ -594,6 +594,10 @@ blocks.
     </entry>
   </row>
   <row>
+    <entry>$P</entry>
+    <entry>a character according to the playback state (stopped: <keycap>s</keycap>, playing: <keycap>p</keycap>, paused: <keycap>e</keycap>)</entry>
+  </row>
+  <row>
     <entry>$p</entry>
     <entry>the <keycap>p</keycap> character (if a movie is playing)</entry>
   </row>
@@ -622,7 +626,7 @@ blocks.
   </informaltable>
 
   <note><para>
-  The <literal>$a, $T, $p, $s</literal> and <literal>$e</literal>
+  The <literal>$a, $T, $P, $p, $s</literal> and <literal>$e</literal>
   variables all return characters that should be displayed as special symbols
   (for example, <keycap>e</keycap> is for the pause symbol that usually looks
   something like ||). You should have a font for normal characters and


More information about the MPlayer-DOCS mailing list