0 Пользователей и 1 Гость просматривают эту тему.
<widget source="session.CurrentService" render="Label" position="275,820" size="1060,45" font="Regular; 35" backgroundColor="transparent" alphatest="blend" transparent="1"> <convert type="MovieInfo2">RecordFileName</convert> </widget>
<widget source="session.CurrentService" render="Label" position="80,96" size="1500,40" font="Titles; 40" foregroundColor="color1" backgroundColor="background1" halign="left" transparent="1" noWrap="1"> <convert type="ServiceName">Name</convert> </widget>
<widget source="session.CurrentService" render="Label" position="355,900" size="1450,30" font="Global; 25" foregroundColor="color2" backgroundColor="background1" halign="left" transparent="1"> <convert type="ServiceName">Name</convert> </widget>
<screen name="MoviePlayer" position="fill" title="Movie player" backgroundColor="transparent" flags="wfNoBorder"> <panel name="TemplatesInfoBarMediaLayer" /> <panel name="TemplatesInfoBarMediaCover" /> <panel name="TemplatesInfoBarMediaProgress" /> <panel name="TemplatesInfoBarMediaIndication" /> <panel name="TemplatesInfoBarMediaInfoPanel" /> <panel name="TemplatesInfoBarMediaInfoWeather" /> <!-- Others widget --> <widget source="session.CurrentService" render="Label" position="80,96" size="1500,40" font="Titles; 40" foregroundColor="color1" backgroundColor="background1" halign="left" transparent="1" noWrap="1"> <convert type="MovieInfo2">RecordFileName</convert></widget> <widget source="session.CurrentService" render="PositionGauge" position="360,935" size="1450,15" transparent="1" zPosition="4"> <convert type="ServicePosition">Gauge</convert> </widget> <panel name="TemplatesClock" /></screen>
<screen name="TemplatesInfoBarMediaProgress"> <!-- Templates Info Bar Media Progress--> <widget source="session.CurrentService" render="Label" position="355,900" size="1450,30" font="Global; 25" foregroundColor="color2" backgroundColor="background1" halign="left" transparent="1"> <convert type="MovieInfo2">RecordFileName</convert> </widget> <panel name="TemplatesInfoBarMediaProgressLayer" /> <widget source="session.CurrentService" render="Progress" position="355,935" size="1450,15" foregroundColor="background4" backgroundColor="background4" transparent="1" zPosition="2"> <convert type="ServicePosition">Position</convert> </widget> <widget source="session.CurrentService" render="Label" position="355,957" size="150,30" font="Indication; 30" foregroundColor="color4" backgroundColor="background" halign="left" transparent="1"> <convert type="ServicePosition">Position</convert> </widget> <widget source="session.CurrentService" render="Label" position="1660,957" size="150,30" font="Indication; 30" foregroundColor="color4" backgroundColor="background" halign="right" transparent="1"> <convert type="ServicePosition">Remaining</convert> </widget> <widget source="session.CurrentService" render="Label" position="980,957" size="150,30" font="Indication; 30" foregroundColor="color4" backgroundColor="background" halign="center" transparent="1"> <convert type="ServicePosition">Length</convert> </widget></screen>
секретик тут <!-- PVR State -->
не понимаю зачем это тебе, расширение не мешает совсем
в этом скине вообще уже трудно что либо ещё пожелать
что я могу найти по твоему скрину?..
плагины уже начали призывать к имиджу
Да я бы так не сказал, наоборот.
Создаёшь автотаймер и сохраняешь, потом в телегиде получаешь такое:
self.ChoiceBoxDialog = self.session.instantiateDialog(ChoiceBox, title=title, list=menu, keys=['green', 'blue'], skin_name='RecordTimerQuestion') serviceref = eServiceReference(str(self['list' + str(self.activeList)].getCurrent()[1])) pos = self['list' + str(self.activeList)].getSelectionPosition(serviceref, self.activeList) posx = pos[0] dialogwidth = self.ChoiceBoxDialog.instance.size().width() if posx - dialogwidth < 0: posx = dialogwidth self.ChoiceBoxDialog.instance.move(ePoint(posx - dialogwidth, self.instance.position().y() + pos[1])) self.showChoiceBoxDialog()