X

Enigma2-Pli - LCD

Einklappen
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Anskar
    Erfahrene Benutzer
    • 22.12.2009
    • 656

    Enigma2-Pli - LCD

    Hallo!
    Ich habe im Thema (http://www.aaf-digital.info/forum/sh...e-Image/page20 ) ab #195 bis #202, schon mal meine Versuche die "skin_display xml" im neuen Image von benutzername (Pli-Image) anzupassen.
    Leider bis jetzt mit mäßigem Erfolg
    Vieleicht gibt es doch einige "LCD"-Nutzer die sich hier einbringen wollen.
    Ausgangspunkt ist folgender:

    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!--  Skin: LCD from Magic by MiLo -->
    <skin>
    	<windowstyle id="1" type="skinned">
    		<color color="#000000" name="Background"/>
    		<color color="#ffffff" name="LabelForeground"/>
    		<color color="#000000" name="ListboxBackground"/>
    		<color color="#ffffff" name="ListboxForeground"/>
    		<color color="#000000" name="ListboxSelectedBackground"/>
    		<color color="#ffffff" name="ListboxSelectedForeground"/>
    		<color color="#000000" name="ListboxMarkedBackground"/>
    		<color color="#ffffff" name="ListboxMarkedForeground"/>
    		<color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
    		<color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
    		<color color="#ffffff" name="WindowTitleForeground"/>
    		<color color="#000000" name="WindowTitleBackground"/>
    	</windowstyle>
    	<fonts>
    		<!-- pick a funky name for the font, so we don't conflict  -->
    		<font filename="nmsbd.ttf" name="FdLcD" scale="90"/>
    	</fonts>
    
    <!-- template -->
    	<screen name="SummaryClockPanel">
    		<widget source="global.CurrentTime" render="Label" position="right" size="300,130" font="FdLcD;130" halign="center" valign="top" noWrap="1">
    			<convert type="ClockToText"></convert>
    		</widget>
    		<widget source="session.RecordState" render="FixedLabel" text="Rec" position="4,12" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1">
    			<convert type="ConditionalShowHide">Blink</convert>
    		</widget>
    	</screen>
    
    <!-- main-->
    	<screen name="InfoBarSummary" position="fill">
    		<widget source="session.CurrentService" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1">
    			<convert type="ServiceName">Name</convert>
    		</widget>
    		<widget source="session.Event_Now" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
    			<convert type="EventName">Name</convert>
    		</widget>
    		<widget source="session.Event_Now" render="Progress" position="top" size="*,12" borderWidth="1" >
    			<convert type="EventTime">Progress</convert>
    		</widget>
    		<panel position="bottom" size="*,24" name="SummaryClockPanel">
    			<widget source="session.Event_Now" render="Label" position="4,0" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
    				<convert type="EventTime">Remaining</convert>
    				<convert type="RemainingToText">NoSeconds</convert>
    			</widget>
    		</panel>
    					
    	</screen>
        
      
    <!-- channelselection-->
    	<screen name="ChannelSelection_summary" position="fill">
    		<widget source="parent.ServiceEvent" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1" >
    			<convert type="ServiceName">Name</convert>
    		</widget>
    		<widget source="parent.ServiceEvent" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
    			<convert type="EventName">Name</convert>
    		</widget>
    		<widget source="parent.ServiceEvent" render="Progress" position="top" size="*,4" borderWidth="1">
    			<convert type="EventTime">Progress</convert>
    		</widget>
    		<panel position="bottom" size="*,24" name="SummaryClockPanel" />
    	</screen>
      
    <!-- menus-->
    	<screen name="MenuSummary" position="fill">
    		<widget source="parent.title" render="Label" position="top" size="*,16" font="FdLcD;14" halign="center" valign="top" noWrap="1" />
    		<widget source="parent.menu" render="Label" position="top" size="*,48" font="FdLcD;16" halign="left" valign="top">
    			<convert type="StringListSelection" />
    		</widget>
    	</screen>
    
    <!-- movieplayer-->
    	<screen name="InfoBarMoviePlayerSummary" position="fill">
    		<widget source="session.CurrentService" render="Label" position="top" size="*,36" font="FdLcD;16" halign="left" valign="top" >
    			<convert type="ServiceName">Name</convert>
    		</widget>
    		<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1">
    			<convert type="ServicePosition">Position</convert>
    		</widget>
    		<panel position="bottom" size="*,24" name="SummaryClockPanel">
    			<widget source="session.CurrentService" render="Label" position="4,0" size="42,12" font="FdLcD;12" halign="left" noWrap="1">
    				<convert type="ServicePosition">Position</convert>
    			</widget>
    		</panel>
    	</screen>
    	
    	<screen name="MovieContextMenuSummary" position="fill">
    		<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
    		<widget source="selected" render="Label" position="top" size="*,32" font="FdLcD;16" />
    		<panel position="bottom" size="*,18">
    			<widget source="global.CurrentTime" render="Label" position="right" size="60,*" halign="right" font="FdLcD;16" >
    				<convert type="ClockToText"></convert>
    			</widget>
    		</panel>
    	</screen>
    
    	<screen name="MovieSelectionSummary" position="fill">
    		<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
    		<widget source="name" render="Label" position="top" size="*,32" font="FdLcD;16" halign="left" valign="top" />
    		<panel position="bottom" size="*,18">
    			<widget source="parent.Service" render="Label" position="right" size="46,*" font="FdLcD;14" halign="left" noWrap="1">
    				<convert type="MovieInfo">FileSize</convert>
    			</widget>
    			<widget source="parent.Service" render="Label" position="fill" font="FdLcD;14" halign="left" noWrap="1">
    				<convert type="MovieInfo">RecordServiceName</convert>
    			</widget>
    		</panel>
    	</screen>
    
    <!-- DVD -->
    	<screen name="DVDSummary" position="fill">
    		<widget source="session.CurrentService" render="Label" position="top" size="*,28" font="FdLcD;12"  >
    			<convert type="ServiceName">Name</convert>
    		</widget>
    		<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1" >
    			<convert type="ServicePosition">Position</convert>
    		</widget>
    		<panel position="fill">
    			<widget source="session.CurrentService" render="Label" position="left" size="60,*" font="FdLcD;12" halign="left" >
    				<convert type="ServicePosition">Position</convert>
    			</widget>
    			<widget name="Chapter" position="fill" font="FdLcD;12" halign="left" />
    		</panel>
    	</screen>
    
    <!-- setup-->
    	<screen name="SetupSummary" position="fill">
    		<widget source="SetupTitle" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
    		<widget source="SetupEntry" render="Label" position="top" size="*,40" font="FdLcD;12" halign="left" />
    		<widget source="SetupValue" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
    	</screen>
    
    <!-- misc-->
    	<screen name="SimpleSummary" position="fill">
    		<widget source="parent.Title" render="Label" position="top" size="*,40" font="FdLcD;16" halign="center" valign="center" />
    		<panel position="bottom" size="*,24" name="SummaryClockPanel" />
    	</screen>
    
    <!-- standby -->
    	<screen name="StandbySummary" position="fill">
    		<widget source="global.CurrentTime" render="Label" position="center,0" size="120,64" font="FdLcD;48" halign="center" valign="center" noWrap="1">
    			<convert type="ClockToText"></convert>
    		</widget>
    		<widget source="session.RecordState" render="FixedLabel" text="Recording" position="4,50" size="120,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1">
    			<convert type="ConditionalShowHide"></convert>
    		</widget>
    	</screen>
    <!-- Plugin browser -->
    	<screen name="PluginBrowserSummary" position="fill">
    		<widget source="parent.Title" render="Label" position="top" size="*,16" font="FdLcD;12"  noWrap="1" />
    		<widget source="entry" render="Label" position="top" size="*,20" font="FdLcD;18" noWrap="1" />
    		<widget source="desc" render="Label" position="fill" font="FdLcD;12" valign="top" />
    	</screen>
    
    <!-- JobView Summary -->
    	<screen name="JobView_summary" position="fill">
    		<widget source="parent.summary_job_name" render="Label" position="6,4" size="120,42" font="FdLcD;16" />
    		<widget source="parent.summary_job_task" render="Label" position="6,22" size="120,26" font="FdLcD;12" />
    		<widget source="parent.summary_job_progress" render="Progress" position="6,50" size="60,12" borderWidth="1" zPosition="1" />
    		<widget source="parent.summary_job_progress" render="Label" position="66,50" size="50,12" font="FdLcD;12" zPosition="2" halign="center" transparent="1"  >
    			<convert type="ProgressToText" />
    		</widget>
    	</screen>
    
    	<screen name="ChoiceBox_summary" position="fill">
    		<widget source="parent.summary_list" render="Label" position="fill" font="FdLcD;11" />
    	</screen>	
    
    	<screen name="MessageBox_summary" position="fill">
    		<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
    		<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
    	</screen>
    
    	<screen name="MessageBoxSimple_summary" position="fill">
    		<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
    		<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
    	</screen>
    </skin>
    Schön ware,wenn alles etwas geordneter würde und auch das Picon angezeigt würde.
    Wenn sich jemand damit auskennt bitte ich Ihn-Euch sich mal hier zu beteiligen.
    MfG
    Angehängte Dateien
    Zuletzt geändert von Anskar; 28.03.2012, 13:52.
  • bonkel
    unregistriert
    • 06.07.2009
    • 7924

    #2
    da bin ich auch schon dran..
    aber hab das anders als du...denke jeder hat da sein eigenen geschmack für...

    Kommentar

    • max
      max
      Developer
      • 01.01.2008
      • 947

      #3
      im prinzip, war ich da auch noch nicht fertig, was lcd im pli angeht.
      wie man sieht, wird im lcd skin durch fill die postion angeben. wo in der alten
      nur e2 version gleich die festen werte 320 240 stehen, der einfache weg für skin
      werte aus nicht pli e2 übernehmen.
      im moment, fehlt mir die zeit vor der box, um das noch weiter zu machen.

      Kommentar

      • benutzername
        Special VIP
        • 10.05.2008
        • 1479

        #4
        Zitat von bonkel Beitrag anzeigen
        da bin ich auch schon dran..
        aber hab das anders als du...denke jeder hat da sein eigenen geschmack für...
        biet an! lass seh´n ;-)

        Kommentar

        • Anskar
          Erfahrene Benutzer
          • 22.12.2009
          • 656

          #5
          Zitat von max Beitrag anzeigen
          im prinzip, war ich da auch noch nicht fertig, was lcd im pli angeht.
          wie man sieht, wird im lcd skin durch fill die postion angeben. wo in der alten
          nur e2 version gleich die festen werte 320 240 stehen, der einfache weg für skin
          werte aus nicht pli e2 übernehmen.
          im moment, fehlt mir die zeit vor der box, um das noch weiter zu machen.
          Hallo!
          Schön das das Thema doch von Interesse ist.

          Meinst Du statt wie hier bei pli:

          <screen name="InfoBarSummary" position="fill">

          So wie bei e2:

          <!-- LCD screen (main) -->
          <screen name="InfoBarSummary" backgroundColor="#000000" position="0,0" size="320,240" id="1">

          Ich hatte mir vom benutzername "V2"E2 die skin ausgedruckt und diverse Einträge die namendlich identisch waren mit dem vom E2 geändert.

          zB:

          Code:
          <?xml version="1.0" encoding="UTF-8" standalone="no"?>
          <!--  Skin: LCD from Magic by MiLo -->
          <skin>
          	<windowstyle id="1" type="skinned">
          		<color color="#000000" name="Background"/>
          		<color color="#ffffff" name="LabelForeground"/>
          		<color color="#000000" name="ListboxBackground"/>
          		<color color="#ffffff" name="ListboxForeground"/>
          		<color color="#000000" name="ListboxSelectedBackground"/>
          		<color color="#ffffff" name="ListboxSelectedForeground"/>
          		<color color="#000000" name="ListboxMarkedBackground"/>
          		<color color="#ffffff" name="ListboxMarkedForeground"/>
          		<color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
          		<color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
          		<color color="#ffffff" name="WindowTitleForeground"/>
          		<color color="#000000" name="WindowTitleBackground"/>
          	</windowstyle>
          	<fonts>
          		<!-- pick a funky name for the font, so we don't conflict  -->
          		<font filename="nmsbd.ttf" name="FdLcD" scale="90"/>
          	</fonts>
          
          <!-- template -->
          	<screen name="SummaryClockPanel">
          		<widget source="global.CurrentTime" render="Label" position="0,135" size="320,105" font="FdLcD;105" halign="center" valign="top" noWrap="1">
          			<convert type="ClockToText"></convert>
          		</widget>
          		<widget source="session.RecordState" render="FixedLabel" text="Rec" position="4,12" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1">
          			<convert type="ConditionalShowHide">Blink</convert>
          		</widget>
          	</screen>
          
          <!-- main-->
          	<screen name="InfoBarSummary" position="fill">
          		<widget source="session.CurrentService" render="Label" position="115,5" size="205,60" font="FdLcD;30" halign="left" valign="center" noWrap="1">
          			<convert type="ServiceName">Name</convert>
          		</widget>
          		<widget source="session.Event_Now" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
          			<convert type="EventName">Name</convert>
          		</widget>
          		<widget source="session.Event_Now" render="Progress" position="top" size="*,12" borderWidth="1" >
          			<convert type="EventTime">Progress</convert>
          		</widget>
          		<panel position="bottom" size="*,24" name="SummaryClockPanel">
          			<widget source="session.Event_Now" render="Label" position="4,0" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
          				<convert type="EventTime">Remaining</convert>
          				<convert type="RemainingToText">NoSeconds</convert>
          			</widget>
          		</panel>
          					
          	</screen>
              
            
          <!-- channelselection-->
          	<screen name="ChannelSelection_summary" position="fill">
          		<widget source="parent.ServiceEvent" render="Label" position="2,96" size="316,85" font="FdLcD;48" halign="center" valign="center" noWrap="1" >
          			<convert type="ServiceName">Name</convert>
          		</widget>
          		<widget source="parent.ServiceEvent" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
          			<convert type="EventName">Name</convert>
          		</widget>
          		<widget source="parent.ServiceEvent" render="Progress" position="top" size="*,4" borderWidth="1">
          			<convert type="EventTime">Progress</convert>
          		</widget>
          		<panel position="bottom" size="*,24" name="SummaryClockPanel" />
          	</screen>
            
          <!-- menus-->
          	<screen name="MenuSummary" position="fill">
          		<widget source="parent.title" render="Label" position="2,0" size="316,32" font="FdLcD;30" halign="center" valign="center" noWrap="1" />
          		<widget source="parent.menu" render="Label" position="6,32" size="316,32" font="FdLcD;30" halign="center" valign="center">
          			<convert type="StringListSelection" />
          		</widget>
          	</screen>
          
          <!-- movieplayer-->
          	<screen name="InfoBarMoviePlayerSummary" position="fill">
          		<widget source="session.CurrentService" render="Label" position="6,0" size="120,25" font="FdLcD;24" halign="center" valign="center" >
          			<convert type="ServiceName">Name</convert>
          		</widget>
          		<widget source="session.CurrentService" render="Progress" position="16,27" size="100,5" borderWidth="1">
          			<convert type="ServicePosition">Position</convert>
          		</widget>
          		<panel position="bottom" size="*,24" name="SummaryClockPanel">
          			<widget source="session.CurrentService" render="Label" position="4,0" size="42,12" font="FdLcD;12" halign="left" noWrap="1">
          				<convert type="ServicePosition">Position</convert>
          			</widget>
          		</panel>
          	</screen>
          	
          	<screen name="MovieContextMenuSummary" position="fill">
          		<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
          		<widget source="selected" render="Label" position="top" size="*,32" font="FdLcD;16" />
          		<panel position="bottom" size="*,18">
          			<widget source="global.CurrentTime" render="Label" position="right" size="60,*" halign="right" font="FdLcD;16" >
          				<convert type="ClockToText"></convert>
          			</widget>
          		</panel>
          	</screen>
          
          	<screen name="MovieSelectionSummary" position="fill">
          		<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
          		<widget source="name" render="Label" position="top" size="*,32" font="FdLcD;16" halign="left" valign="top" />
          		<panel position="bottom" size="*,18">
          			<widget source="parent.Service" render="Label" position="right" size="46,*" font="FdLcD;14" halign="left" noWrap="1">
          				<convert type="MovieInfo">FileSize</convert>
          			</widget>
          			<widget source="parent.Service" render="Label" position="fill" font="FdLcD;14" halign="left" noWrap="1">
          				<convert type="MovieInfo">RecordServiceName</convert>
          			</widget>
          		</panel>
          	</screen>
          
          <!-- DVD -->
          	<screen name="DVDSummary" position="fill">
          		<widget source="session.CurrentService" render="Label" position="top" size="*,28" font="FdLcD;12"  >
          			<convert type="ServiceName">Name</convert>
          		</widget>
          		<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1" >
          			<convert type="ServicePosition">Position</convert>
          		</widget>
          		<panel position="fill">
          			<widget source="session.CurrentService" render="Label" position="left" size="60,*" font="FdLcD;12" halign="left" >
          				<convert type="ServicePosition">Position</convert>
          			</widget>
          			<widget name="Chapter" position="fill" font="FdLcD;12" halign="left" />
          		</panel>
          	</screen>
          
          <!-- setup-->
          	<screen name="SetupSummary" position="fill">
          		<widget source="SetupTitle" render="Label" position="6,0" size="120,16" font="FdLcD;12" halign="left" />
          		<widget source="SetupEntry" render="Label" position="6,16" size="120,32" font="FdLcD;12" halign="left" />
          		<widget source="SetupValue" render="Label" position="6,48" size="120,16" font="FdLcD;12" halign="left" />
          	</screen>
          
          <!-- misc-->
          	<screen name="SimpleSummary" position="fill">
          		<widget source="parent.Title" render="Label" position="6,0" size="120,64" font="FdLcD;16" halign="center" valign="center" />
          		<panel position="bottom" size="*,24" name="SummaryClockPanel" />
          	</screen>
          
          <!-- standby -->
          	<screen name="StandbySummary" position="fill">
          		<widget source="global.CurrentTime" render="Label" position="0,20" size="320,200" font="FdLcD;120" halign="center" valign="center" noWrap="1">
          			<convert type="ClockToText"></convert>
          		</widget>
          		<widget source="session.RecordState" render="FixedLabel" text="Recording" position="4,50" size="120,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1">
          			<convert type="ConditionalShowHide"></convert>
          		</widget>
          	</screen>
          <!-- Plugin browser -->
          	<screen name="PluginBrowserSummary" position="fill">
          		<widget source="parent.Title" render="Label" position="top" size="*,16" font="FdLcD;12"  noWrap="1" />
          		<widget source="entry" render="Label" position="top" size="*,20" font="FdLcD;18" noWrap="1" />
          		<widget source="desc" render="Label" position="fill" font="FdLcD;12" valign="top" />
          	</screen>
          
          <!-- JobView Summary -->
          	<screen name="JobView_summary" position="fill">
          		<widget source="parent.summary_job_name" render="Label" position="6,4" size="120,42" font="FdLcD;16" />
          		<widget source="parent.summary_job_task" render="Label" position="6,22" size="120,26" font="FdLcD;12" />
          		<widget source="parent.summary_job_progress" render="Progress" position="6,50" size="60,12" borderWidth="1" zPosition="1" />
          		<widget source="parent.summary_job_progress" render="Label" position="66,50" size="50,12" font="FdLcD;12" zPosition="2" halign="center" transparent="1"  >
          			<convert type="ProgressToText" />
          		</widget>
          	</screen>
          
          	<screen name="ChoiceBox_summary" position="fill">
          		<widget source="parent.summary_list" render="Label" position="fill" font="FdLcD;11" />
          	</screen>	
          
          	<screen name="MessageBox_summary" position="fill">
          		<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
          		<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
          	</screen>
          
          	<screen name="MessageBoxSimple_summary" position="fill">
          		<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
          		<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
          	</screen>
          </skin>
          Zwischendurch, glaub es war bei diesen Einstellungen sah's so aus.
          Also ich hab so richtig nicht den Durchblick welcher Eintrag für was ist.
          Mein Ziel war das Picon, Sendername Sendungstitel und ein Balken für Sendungsdauer vorhanden sind.

          MfG
          Angehängte Dateien
          Zuletzt geändert von Anskar; 30.03.2012, 15:51.

          Kommentar

          • bonkel
            unregistriert
            • 06.07.2009
            • 7924

            #6
            ich hab noch das problem das die picons nicht runtergerechnet werden

            Kommentar

            • bonkel
              unregistriert
              • 06.07.2009
              • 7924

              #7
              normal:



              standby:



              channelllist:



              menu:

              Kommentar

              • Anskar
                Erfahrene Benutzer
                • 22.12.2009
                • 656

                #8
                bonkel, das sieht doch echt Klasse aus.Könntest Du Deine skin_display.xml mal hier einstellen?
                MfG

                Kommentar

                • bonkel
                  unregistriert
                  • 06.07.2009
                  • 7924

                  #9
                  mach ich später, wenn ich wieder zugriff auf der box hab ^^

                  wenn ich das mal fertig hab wollt ich eh den patch ins git hauen..aber es ist ja leider noch lange nicht fertig...

                  grösste problem is grad das mit den picons, das die nich runtergerechnet werden..
                  oder gibts da nen trick?? das dream picon wird nämlich klein angezeigt...

                  Kommentar

                  • Anskar
                    Erfahrene Benutzer
                    • 22.12.2009
                    • 656

                    #10
                    Ist die Datei skin_display.xml für alle Boxen gleich oder gibt es da dann auch Unterschiede ? Mit GIT kenn ich mich gar nicht aus. Mir würde die Datei schon reichen um mal Unterschiede zu meinen "kläglichen" Versuchen zu finden und Lernen zu können, denn ich bin in diesen Dingen nur "Laie".
                    MfG

                    Kommentar

                    • bonkel
                      unregistriert
                      • 06.07.2009
                      • 7924

                      #11
                      ist für alle boxen im sh4 git gleich

                      Kommentar

                      • bonkel
                        unregistriert
                        • 06.07.2009
                        • 7924

                        #12
                        hier mal das was i geändert hab:

                        Code:
                        <!-- main-->
                        	<screen name="InfoBarSummary" position="fill">
                        		<panel position="top" size="*,90">
                        			<widget source="session.CurrentService" render="Picon" position="0,2" zPosition="1" size="130,90" alphatest="on">
                        				<convert type="ServiceName">Reference</convert>
                        			</widget>
                        			<widget source="global.CurrentTime" render="Label" position="180,20" size="120,45" font="FdLcD;45" halign="right" valign="top">
                        				<convert type="ClockToText">Format:%H:%M</convert>
                        			</widget>
                        		</panel>
                        		<widget source="session.CurrentService" render="Label" position="top" size="*,42" font="FdLcD;42" halign="left" noWrap="1">
                        			<convert type="ServiceName">Name</convert>
                        		</widget>
                        		<widget source="session.Event_Now" render="Label" position="top" size="*,33" font="FdLcD;33" halign="left" noWrap="1">
                        			<convert type="EventName">Name</convert>
                        		</widget>
                        		<widget source="session.Event_Now" render="Progress" position="bottom" size="*,14" borderWidth="1" >
                        			<convert type="EventTime">Progress</convert>
                        		</widget>
                        		<panel position="bottom" size="*,40">
                        			<widget source="session.Event_Now" render="Label" position="250,0" size="70,33" font="FdLcD;33" halign="right" noWrap="1">
                        				<convert type="EventTime">Remaining</convert>
                        				<convert type="RemainingToText">NoSeconds</convert>
                        			</widget>
                        		</panel>
                        	</screen>
                          
                        <!-- channelselection-->
                        	<screen name="ChannelSelection_summary" position="fill">
                        		<panel position="top" size="*,70">
                        			<widget source="global.CurrentTime" render="Label" position="180,20" size="120,45" font="FdLcD;45" halign="right" valign="top">
                        				<convert type="ClockToText">Format:%H:%M</convert>
                        			</widget>
                        		</panel>
                        		<widget source="parent.ServiceEvent" render="Label" position="top" size="*,50" font="FdLcD;42" halign="left" noWrap="1">
                        			<convert type="ServiceName">Name</convert>
                        		</widget>
                        		<widget source="parent.ServiceEvent" render="Label" position="top" size="*,70" font="FdLcD;33" halign="left">
                        			<convert type="EventName">Name</convert>
                        		</widget>
                        		<widget source="parent.ServiceEvent" render="Progress" position="bottom" size="*,14" borderWidth="1">
                        			<convert type="EventTime">Progress</convert>
                        		</widget>
                        	</screen>
                          
                        <!-- menus-->
                        	<screen name="MenuSummary" position="fill">
                        		<widget source="parent.title" render="Label" position="top" size="*,65" font="FdLcD;35" halign="center" valign="top" />
                        		<widget source="parent.menu" render="Label" position="top" size="*,90" font="FdLcD;40" halign="center" valign="top">
                        			<convert type="StringListSelection" />
                        		</widget>
                        		<panel position="bottom" size="*,46">
                        			<widget source="global.CurrentTime" render="Label" position="180,0" size="120,46" font="FdLcD;45" halign="right" valign="top">
                        				<convert type="ClockToText">Format:%H:%M</convert>
                        			</widget>
                        		</panel>
                        	</screen>
                        <!-- standby -->
                        	<screen name="StandbySummary" position="fill">
                        		<widget source="global.CurrentTime" render="Label" position="center,center" size="320,100" font="FdLcD;100" halign="center" valign="center" noWrap="1">
                        			<convert type="ClockToText"></convert>
                        		</widget>
                        		<widget source="session.RecordState" render="FixedLabel" text="Recording" position="4,50" size="120,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1">
                        			<convert type="ConditionalShowHide"></convert>
                        		</widget>
                        	</screen>

                        Kommentar

                        • Anskar
                          Erfahrene Benutzer
                          • 22.12.2009
                          • 656

                          #13
                          Zitat von bonkel Beitrag anzeigen
                          hier mal das was i geändert hab:

                          Code:
                          <!-- main-->
                          	<screen name="InfoBarSummary" position="fill">
                          		<panel position="top" size="*,90">
                          			<widget source="session.CurrentService" render="Picon" position="0,2" zPosition="1" size="130,90" alphatest="on">
                          				<convert type="ServiceName">Reference</convert>
                          			</widget>
                          			<widget source="global.CurrentTime" render="Label" position="180,20" size="120,45" font="FdLcD;45" halign="right" valign="top">
                          				<convert type="ClockToText">Format:%H:%M</convert>
                          			</widget>
                          		</panel>
                          		<widget source="session.CurrentService" render="Label" position="top" size="*,42" font="FdLcD;42" halign="left" noWrap="1">
                          			<convert type="ServiceName">Name</convert>
                          		</widget>
                          		<widget source="session.Event_Now" render="Label" position="top" size="*,33" font="FdLcD;33" halign="left" noWrap="1">
                          			<convert type="EventName">Name</convert>
                          		</widget>
                          		<widget source="session.Event_Now" render="Progress" position="bottom" size="*,14" borderWidth="1" >
                          			<convert type="EventTime">Progress</convert>
                          		</widget>
                          		<panel position="bottom" size="*,40">
                          			<widget source="session.Event_Now" render="Label" position="250,0" size="70,33" font="FdLcD;33" halign="right" noWrap="1">
                          				<convert type="EventTime">Remaining</convert>
                          				<convert type="RemainingToText">NoSeconds</convert>
                          			</widget>
                          		</panel>
                          	</screen>
                            
                          <!-- channelselection-->
                          	<screen name="ChannelSelection_summary" position="fill">
                          		<panel position="top" size="*,70">
                          			<widget source="global.CurrentTime" render="Label" position="180,20" size="120,45" font="FdLcD;45" halign="right" valign="top">
                          				<convert type="ClockToText">Format:%H:%M</convert>
                          			</widget>
                          		</panel>
                          		<widget source="parent.ServiceEvent" render="Label" position="top" size="*,50" font="FdLcD;42" halign="left" noWrap="1">
                          			<convert type="ServiceName">Name</convert>
                          		</widget>
                          		<widget source="parent.ServiceEvent" render="Label" position="top" size="*,70" font="FdLcD;33" halign="left">
                          			<convert type="EventName">Name</convert>
                          		</widget>
                          		<widget source="parent.ServiceEvent" render="Progress" position="bottom" size="*,14" borderWidth="1">
                          			<convert type="EventTime">Progress</convert>
                          		</widget>
                          	</screen>
                            
                          <!-- menus-->
                          	<screen name="MenuSummary" position="fill">
                          		<widget source="parent.title" render="Label" position="top" size="*,65" font="FdLcD;35" halign="center" valign="top" />
                          		<widget source="parent.menu" render="Label" position="top" size="*,90" font="FdLcD;40" halign="center" valign="top">
                          			<convert type="StringListSelection" />
                          		</widget>
                          		<panel position="bottom" size="*,46">
                          			<widget source="global.CurrentTime" render="Label" position="180,0" size="120,46" font="FdLcD;45" halign="right" valign="top">
                          				<convert type="ClockToText">Format:%H:%M</convert>
                          			</widget>
                          		</panel>
                          	</screen>
                          <!-- standby -->
                          	<screen name="StandbySummary" position="fill">
                          		<widget source="global.CurrentTime" render="Label" position="center,center" size="320,100" font="FdLcD;100" halign="center" valign="center" noWrap="1">
                          			<convert type="ClockToText"></convert>
                          		</widget>
                          		<widget source="session.RecordState" render="FixedLabel" text="Recording" position="4,50" size="120,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1">
                          			<convert type="ConditionalShowHide"></convert>
                          		</widget>
                          	</screen>
                          Hallo bonkel!

                          Das sind Deine Änderungen damit das so aussieht wie in Deinen 4 Bildern.
                          Den Rest aus der skin_display.xml hast Du orginal belassen, sehe ich das richtig ?

                          Ich habe mal den "Picon"-Eintrag aus der skin_xml aus dem benutzername Image aus der vorherigen E2 Version (jetzt hat er ja auch eine pli-Version) herausgesucht,vielleicht klappt es mit den Einträgen.
                          Das Picon ist hier oben links.

                          <widget source="session.CurrentService" render="Picon" backgroundColor="#000000" position="5,5" zPosition="1" size="100,60" alphatest="on">

                          MfG

                          Kommentar

                          • bonkel
                            unregistriert
                            • 06.07.2009
                            • 7924

                            #14
                            ja der rest ist noch original, weil ich noch nicht weiter kam

                            Kommentar

                            • bonkel
                              unregistriert
                              • 06.07.2009
                              • 7924

                              #15
                              Zitat von Anskar Beitrag anzeigen
                              Hallo bonkel!

                              Das sind Deine Änderungen damit das so aussieht wie in Deinen 4 Bildern.
                              Den Rest aus der skin_display.xml hast Du orginal belassen, sehe ich das richtig ?

                              Ich habe mal den "Picon"-Eintrag aus der skin_xml aus dem benutzername Image aus der vorherigen E2 Version (jetzt hat er ja auch eine pli-Version) herausgesucht,vielleicht klappt es mit den Einträgen.
                              Das Picon ist hier oben links.

                              <widget source="session.CurrentService" render="Picon" backgroundColor="#000000" position="5,5" zPosition="1" size="100,60" alphatest="on">

                              MfG
                              der picon eintrag von mir ist schon aus dem vorherigen lcd skin vom sh4git e2...

                              Kommentar

                              Nicht konfiguriertes PHP-Modul

                              Einklappen

                              Enigma2-Pli - LCD

                              Einklappen
                              Lädt...
                              X