Author: ib Date: Sun Apr 13 01:33:08 2014 New Revision: 227 Log: Update standard to v1.10.
Utilize new skin configuration syntax, item and variable. Use new rpotmeter definition for the volume potmeter. Modified: trunk/standard/VERSION trunk/standard/skin Modified: trunk/standard/VERSION ============================================================================== --- trunk/standard/VERSION Thu Apr 10 21:30:20 2014 (r226) +++ trunk/standard/VERSION Sun Apr 13 01:33:08 2014 (r227) @@ -1 +1 @@ -1.9 +1.10 Modified: trunk/standard/skin ============================================================================== --- trunk/standard/skin Thu Apr 10 21:30:20 2014 (r226) +++ trunk/standard/skin Sun Apr 13 01:33:08 2014 (r227) @@ -36,15 +36,15 @@ hpotmeter = pos, 14, 9, NULL, 100, 0, 118, 63, 186, 9, evSetMoviePosition hpotmeter = pos, 14, 9, NULL, 100, 50, 311, 63, 41, 9, evSetBalance - ; potmeter=phasebitmaps,phases,default value,x,y,sx,sy,msg - potmeter =volume, 51, 0, 311, 17, 40, 40, evSetVolume + ; rpotmeter=buttonbitmaps,sx,sy,phasebitmaps,phases,x0,y0,x1,y1,default value,x,y,sx,sy,msg + rpotmeter = NULL, 0, 0, volume, 51, 10, 35, 29, 35, 0, 311, 17, 40, 40, 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 @@ -66,15 +66,15 @@ ; ; $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 - ; contain playing symbol. ( char l ) + ; $p = draw play symbol, if mplayer is playing movie and font + ; contain playing symbol. ( char p ) ; $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 = 121, 10, 180, 1, font, "$t - $o [$1] " dlabel = 40, 27, 62, 0, symbols, "$1" - dlabel = 25, 27, 9, 0, symbols, "$l" + dlabel = 25, 27, 9, 0, symbols, "$p" dlabel = 25, 27, 9, 0, symbols, "$s" dlabel = 25, 27, 9, 0, symbols, "$e" ; dlabel = 121, 25, 92, 1, font, "volume $v" @@ -83,13 +83,13 @@ dlabel = 117, 25, 50, 1, 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: _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
