[MPlayer-DOCS] [skins]: r234 - in trunk/softgrip: VERSION skin
ib
subversion at mplayerhq.hu
Sun Apr 13 01:38:57 CEST 2014
Author: ib
Date: Sun Apr 13 01:38:56 2014
New Revision: 234
Log:
Update softgrip to v1.2.
Utilize new skin configuration syntax, item and variable.
Use new rpotmeter definition for the volume potmeter
and a hpotmeter as the movie position potmeter.
Modified:
trunk/softgrip/VERSION
trunk/softgrip/skin
Modified: trunk/softgrip/VERSION
==============================================================================
--- trunk/softgrip/VERSION Sun Apr 13 01:38:13 2014 (r233)
+++ trunk/softgrip/VERSION Sun Apr 13 01:38:56 2014 (r234)
@@ -1 +1 @@
-1.1
+1.2
Modified: trunk/softgrip/skin
==============================================================================
--- trunk/softgrip/skin Sun Apr 13 01:38:13 2014 (r233)
+++ trunk/softgrip/skin Sun Apr 13 01:38:56 2014 (r234)
@@ -27,16 +27,16 @@
button = prev, 231, 113, 28, 11, evPrev
button = next, 269, 113, 28, 11, evNext
- potmeter = pos, 30, 0, 119, 23, 60, 46, evSetMoviePosition
+ hpotmeter = NULL, 0, 0, pos, 30, 0, 119, 23, 60, 46, evSetMoviePosition
- potmeter = volume, 30, 0, 93, 83, 47, 47, evSetVolume
+ rpotmeter = NULL, 0, 0, volume, 30, 6, 40, 40, 40, 0, 93, 83, 47, 47, evSetVolume
- ; font=fontname,fontid
- font = symbols, symbols
- font = font, font
+ ; font=fontfile
+ font = symbols
+ font = font
; dynamic label
- ; dlabel=x,y,sx,align,fontid,string ...
+ ; dlabel=x,y,sx,align,fontfile,string ...
; align: 0: right 1: center 2: left
; str: $1 = hh:mm:ss
; $2 = mmmm:ss
@@ -58,7 +58,7 @@
;
; $T = stream type ( file: f, video cd: v, dvd: d, url: u ), if
; font contain needed symbol.
- ; $l = draw play symbol, if mplayer is playing movie and font
+ ; $p = draw play symbol, if mplayer is playing movie and font
; contain playing symbol. ( char l )
; $s = draw stop symbol, if mplayer not playing movie and font
; contain stop symbol. ( char s )
@@ -71,10 +71,10 @@
dlabel = 192, 20, 89, 1, font, " $t - $o "
;dlabel = 119, 30, 7, 1, symbols, "$s"
;dlabel = 119, 30, 7, 1, symbols, "$e"
- ;dlabel = 119, 30, 7, 1, symbols, "$l"
+ ;dlabel = 119, 30, 7, 1, symbols, "$p"
end
- window = sub
+ window = video
;base=bitmap,x,y,sx,sy
; x: | y:
More information about the MPlayer-DOCS
mailing list