[MPlayer-DOCS] [skins]: r231 - in trunk/neutron: VERSION skin
ib
subversion at mplayerhq.hu
Sun Apr 13 01:36:53 CEST 2014
Author: ib
Date: Sun Apr 13 01:36:53 2014
New Revision: 231
Log:
Update neutron to v1.6.
Utilize new skin configuration syntax, item and variable.
Use new rpotmeter definition for the volume potmeter.
Modified:
trunk/neutron/VERSION
trunk/neutron/skin
Modified: trunk/neutron/VERSION
==============================================================================
--- trunk/neutron/VERSION Sun Apr 13 01:36:04 2014 (r230)
+++ trunk/neutron/VERSION Sun Apr 13 01:36:53 2014 (r231)
@@ -1 +1 @@
-1.5
+1.6
Modified: trunk/neutron/skin
==============================================================================
--- trunk/neutron/skin Sun Apr 13 01:36:04 2014 (r230)
+++ trunk/neutron/skin Sun Apr 13 01:36:53 2014 (r231)
@@ -44,15 +44,15 @@
hpotmeter = pos, 11, 11, NULL, 100, 0, 36, 72, 216, 10, evSetMoviePosition
hpotmeter = pos, 11, 11, NULL, 100, 50, 276, 106, 60, 11, evSetBalance
- ; potmeter=phasebitmaps,phases,default value,x,y,sx,sy,msg
- potmeter=volume, 17, 0, 271, 21, 72, 71, evSetVolume
+ ; rpotmeter=buttonbitmaps,sx,sy,phasebitmaps,phases,x0,y0,x1,y1,default value,x,y,sx,sy,msg
+ rpotmeter = NULL, 0, 0, volume, 17, 34, 67, 34, 67, 0, 271, 21, 72, 71, 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
@@ -74,14 +74,14 @@
;
; $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 )
; $e = draw pause symbol, if playing is paused and font contain
; pause symbol ( char e )
dlabel = 53, 30, 182, 1, font, "$t - $o [$1] "
- dlabel = 50, 53, 9, 0, symbols, "$l"
+ dlabel = 50, 53, 9, 0, symbols, "$p"
dlabel = 50, 53, 9, 0, symbols, "$s"
dlabel = 50, 53, 9, 0, symbols, "$e"
dlabel = 60, 53, 62, 0, symbols, "$1"
@@ -92,13 +92,13 @@
dlabel = 105, 53, 25, 0, symbols, "$T"
; static label
- ; slabel=x,y,fontid,string ...
+ ; slabel=x,y,fontfile,string ...
; slabel = 10, 10, symbols, "12345 - 67890"
; slabel = 120, 10, font, "Eyes on Me"
end
- window = sub
+ window = video
;base=bitmap,x,y,sx,sy
; x: | y:
More information about the MPlayer-DOCS
mailing list