Advertisement
Guest User

EM

a guest
Feb 15th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.56 KB | None | 0 0
  1. <!--EMCMoviePlayerSummary-->
  2. <screen name="EMCMoviePlayerSummary" position="0,0" size="400,240" id="1">
  3.     <!-- Movie name -->    
  4.     <widget source="session.CurrentService" render="Label" position="3,3" size="393,138" font="Regular;40" halign="center">
  5.             <convert type="ServiceName">Name</convert>
  6.     </widget>
  7.     <!-- Movie progress -->
  8.     <widget source="Service" render="Progress" position="3,161" size="393,15" zPosition="2" borderWidth="1">
  9.             <convert type="EMCServicePosition">Position</convert>
  10.     </widget>
  11.     <!-- Movie recording progress -->
  12.     <widget source="Service" render="Progress" position="3,146" size="393,15" zPosition="1" borderWidth="1" >
  13.             <convert type="EMCRecordPosition">Position</convert>
  14.     </widget>
  15.     <!-- Current time -->
  16.     <widget source="global.CurrentTime" render="Label" position="3,173" size="175,75" font="Regular;50" halign="center">
  17.             <convert type="ClockToText">Format:%H:%M</convert>
  18.     </widget>
  19.     <!-- Remaining movie time -->
  20.     <widget source="session.CurrentService" render="Label" position="181,173" size="218,75" font="Regular;50" halign="center">
  21.             <convert type="ServicePosition">Remaining,Negate</convert>
  22.     <!--convert type="ServicePosition">Summary</convert-->
  23.     </widget>
  24.     <!-- Recording indicator -->
  25.     <widget source="session.RecordState" render="FixedLabel" text="REC" position="187,173" size="212,75" font="Regular;50" halign="center">
  26.             <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
  27.             <convert type="ConditionalShowHide">Blink</convert>
  28.     </widget>
  29. </screen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement