Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--EMCMoviePlayerSummary-->
- <screen name="EMCMoviePlayerSummary" position="0,0" size="400,240" id="1">
- <!-- Movie name -->
- <widget source="session.CurrentService" render="Label" position="3,3" size="393,138" font="Regular;40" halign="center">
- <convert type="ServiceName">Name</convert>
- </widget>
- <!-- Movie progress -->
- <widget source="Service" render="Progress" position="3,161" size="393,15" zPosition="2" borderWidth="1">
- <convert type="EMCServicePosition">Position</convert>
- </widget>
- <!-- Movie recording progress -->
- <widget source="Service" render="Progress" position="3,146" size="393,15" zPosition="1" borderWidth="1" >
- <convert type="EMCRecordPosition">Position</convert>
- </widget>
- <!-- Current time -->
- <widget source="global.CurrentTime" render="Label" position="3,173" size="175,75" font="Regular;50" halign="center">
- <convert type="ClockToText">Format:%H:%M</convert>
- </widget>
- <!-- Remaining movie time -->
- <widget source="session.CurrentService" render="Label" position="181,173" size="218,75" font="Regular;50" halign="center">
- <convert type="ServicePosition">Remaining,Negate</convert>
- <!--convert type="ServicePosition">Summary</convert-->
- </widget>
- <!-- Recording indicator -->
- <widget source="session.RecordState" render="FixedLabel" text="REC" position="187,173" size="212,75" font="Regular;50" halign="center">
- <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
- <convert type="ConditionalShowHide">Blink</convert>
- </widget>
- </screen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement