Author: ib Date: Mon Mar 10 20:34:23 2014 New Revision: 219 Log: Fix nativeRed.
Messages evIncBalance and evDecBalance have never been implemented and are causing an error meanwhile. Additionally, update skin configuration to new syntax. Modified: trunk/nativeRed/VERSION trunk/nativeRed/skin Modified: trunk/nativeRed/VERSION ============================================================================== --- trunk/nativeRed/VERSION Mon Mar 10 20:31:45 2014 (r218) +++ trunk/nativeRed/VERSION Mon Mar 10 20:34:23 2014 (r219) @@ -1 +1 @@ -1.1 +1.2 Modified: trunk/nativeRed/skin ============================================================================== --- trunk/nativeRed/skin Mon Mar 10 20:31:45 2014 (r218) +++ trunk/nativeRed/skin Mon Mar 10 20:34:23 2014 (r219) @@ -34,12 +34,12 @@ button = next, 215, 80, 46, 15, evNext button = volstop, 136, 109, 14, 13, evMute - button = balll, 157, 118, 21, 10, evDecBalance - button = ballr, 182, 118, 21, 10, evIncBalance + button = balll, 157, 118, 21, 10, evNone;evDecBalance + button = ballr, 182, 118, 21, 10, evNone;evIncBalance button = bdvd, 402, 43, 44, 20, evPlayDVD button = bvcd, 402, 64, 44, 20, evPlayVCD - button = burl, 402, 85, 44, 20, evSetURL + button = burl, 402, 85, 44, 20, evLoadURL button = bsub1, 402, 106, 44, 20, evLoadSubtitle button = babout, 448, 43, 44, 20, evAbout button = beq, 448, 64, 44, 20, evEqualizer @@ -48,7 +48,7 @@ button = prefs, 406, 136, 27, 16, evPreferences button = s, 433, 136, 27, 16, evSkinBrowser - ;button = url, 348, 93, 19, 12, evSetURL + ;button = url, 348, 93, 19, 12, evLoadURL button = aspect, 460, 136, 27, 16, evSetAspect button = 10minback, 211, 107, 14, 14, evBackward10min @@ -66,13 +66,13 @@ ; potmeter=phasebitmaps,phases,default value,x,y,sx,sy,msg ; potmeter = volbutton, 51, 0, 311, 17, 40, 40, evSetVolume - ; font=fontname,fontid - font = symbols, symbols - font = font3, font3 - font = font1, font1 + ; font=fontname + font = symbols + font = font3 + font = font1 ; dynamic label - ; dlabel=x,y,sx,align,fontid,string ... + ; dlabel=x,y,sx,align,fontname,string ... ; align: 0: right 1: center 2: left ; str: $1 = hh:mm:ss ; $2 = mmmm:ss @@ -94,8 +94,8 @@ ; ; $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 @@ -104,7 +104,7 @@ dlabel = 60, 26, 280, 0, font1, "$o" ; dlabel = 15, 26, 290, 0, font1, "k[ZYWV]*Sz�nto#Lajos" dlabel = 283, 41, 62, 0, symbols, "$1" - dlabel = 270, 41, 9, 0, symbols, "$l" + dlabel = 270, 41, 9, 0, symbols, "$p" dlabel = 270, 41, 9, 0, symbols, "$s" dlabel = 270, 41, 9, 0, symbols, "$e" dlabel = 293, 60, 62, 0, font3, "$6" @@ -123,13 +123,13 @@ ; dlabel= 230,42,80,10,font3," [ :" ; static label - ; slabel=x,y,fontid,string ... + ; slabel=x,y,fontname,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: @@ -197,7 +197,7 @@ hpotmeter = volbutton, 16, 16, NULL, 100, 100, 146, 16, 90, 16, evSetVolume hpotmeter = moviepoz, 21, 8, NULL, 100, 0, 3, 4, 724, 9, evSetMoviePosition - dlabel = 584, 16, 9, 0, symbols, "$l" + dlabel = 584, 16, 9, 0, symbols, "$p" dlabel = 584, 16, 9, 0, symbols, "$s" dlabel = 584, 16, 9, 0, symbols, "$e" dlabel = 597, 19, 62, 0, font3, "$1"
_______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
