Frage wegen grauen Balken am unterern Rand auf Home-Start-Bildschirm

  • Sers @all,

    ich wollte kurz fragen, ob man unter irgendeiner Setting-Datei den grauen Balken "durchsichtig" machen kann, so dass zwar die Symbole wie "Neustart / Ausmachen" oder "Favoriten" an der Stelle bleiben, aber der graue Balken (siehe gelbe Markierung) komplett verschwindet. Ist das ggf. machbar?

    greeetz
    Yello

  • Moin,
    das ist eine Skinänderung, die muss man selber vornehmen.
    Zuerst die Frage: Auf welchem System läuft denn Kodi?

    --------------
    Guides nicht mehr verfügbar wegen Youtube unvermögen guten von schlechten Kodi Videos zu unterscheiden.

  • Okay, dann ist das ganze nicht so ganz unkompliziert. Wenn Du an die Dateien rankommst machst Du bitte folgendes:
    Im Skinordner (userdata\addons\skin.confluence\ ) im Ordner 720p
    editiere die home.xml
    suche dort nach

    und entweder löscht du das oder du pacckst <!-- davor und --> dahinter.

    Sei aber gewarnt das bei jedem Skin Update diese Änderung weg ist.

  • Der ganze Bereich den ich im Queltext hatte kann weg.
    Die andere Variante würde dann so aussehen:

    --------------
    Guides nicht mehr verfügbar wegen Youtube unvermögen guten von schlechten Kodi Videos zu unterscheiden.

  • hmm....ich habs probiert. Jetzt ist mein Hintergrundbild komplett weg. Dabei wollte ich lediglich den unteren grauen Balken weghaben. Scheint so, als hätte ich was falsch gemacht.

    Spoiler anzeigen


    <?xml version="1.0" encoding="UTF-8"?>
    <window>
    <defaultcontrol always="true">9000</defaultcontrol>
    <onunload condition="Container(9000).Hasfocus(10) | Container(9000).Hasfocus(11) | ControlGroup(9010).HasFocus | ControlGroup(9016).HasFocus | ControlGroup(9017).HasFocus">SetProperty(VideosDirectLink,True)</onunload>
    <onunload condition="ControlGroup(9011).HasFocus">SetProperty(MusicDirectLink,True)</onunload>
    <onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(2)">ClearProperty(VideosDirectLink)</onunload>
    <onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(3)">ClearProperty(MusicDirectLink)</onunload>
    <controls>
    <control type="list" id="90160">
    <left>-10</left>
    <top>-10</top>
    <width>1</width>
    <height>1</height>
    <viewtype label="535">list</viewtype>
    <itemlayout height="1" width="1">
    </itemlayout>
    <focusedlayout height="1" width="1">
    </focusedlayout>
    <content target="video" limit="7">library://video/movies/</content>
    <visible>Library.HasContent(Movies)</visible>
    </control>
    <control type="list" id="90170">
    <left>-10</left>
    <top>-10</top>
    <width>1</width>
    <height>1</height>
    <viewtype label="535">list</viewtype>
    <itemlayout height="1" width="1">
    </itemlayout>
    <focusedlayout height="1" width="1">
    </focusedlayout>
    <content target="video" limit="7">library://video/tvshows/</content>
    <visible>Library.HasContent(TVShows)</visible>
    </control>
    <control type="list" id="90110">
    <left>-10</left>
    <top>-10</top>
    <width>1</width>
    <height>1</height>
    <viewtype label="535">list</viewtype>
    <itemlayout height="1" width="1">
    </itemlayout>
    <focusedlayout height="1" width="1">
    </focusedlayout>
    <content target="music" limit="6">library://music/</content>
    <visible>Library.HasContent(Music)</visible>
    </control>
    <!--
    <control type="image">
    <depth>DepthFloor</depth>
    <left>-20</left>
    <top/>
    <bottom>0</bottom>
    <width>1320</width>
    <height>90</height>
    <texture>floor.png</texture>
    <animation effect="rotatex" end="45" time="0" center="620,0" condition="true">Conditional</animation>
    <animation effect="slide" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
    <animation effect="slide" time="200" condition="Window.Next(Home)">WindowClose</animation>
    -->
    <!-- Music Info -->
    <control type="group">
    <depth>DepthMenu</depth>
    <left>0</left>
    <top>60</top>
    <visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))</visible>
    <include>VisibleFadeEffect</include>
    <include>Window_OpenClose_Animation</include>
    <control type="image">
    <description>Cover image</description>
    <left>20</left>
    <top>45</top>
    <width>130</width>
    <height>295</height>
    <aspectratio aligny="bottom">keep</aspectratio>
    <texture fallback="DefaultAlbumCover.png">$INFO[Player.Art(thumb)]</texture>
    <bordertexture border="8">ThumbBorder.png</bordertexture>
    <bordersize>5</bordersize>
    </control>
    <control type="label">
    <description>Album Label</description>
    <left>170</left>
    <top>265</top>
    <height>25</height>
    <width>1000</width>
    <label>$INFO[MusicPlayer.Artist,, - ]$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font12</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>Title label</description>
    <left>170</left>
    <top>285</top>
    <height>30</height>
    <width>1000</width>
    <label>$INFO[Player.Title]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font13_title</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>Time Label</description>
    <left>170</left>
    <top>310</top>
    <height>30</height>
    <width>300</width>
    <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font12</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    </control>
    <!-- LiveTV Info -->
    <control type="group">
    <depth>DepthMenu</depth>
    <left>490r</left>
    <top>70</top>
    <visible>Container(9000).HasFocus(12) + [PVR.IsRecording | PVR.HasNonRecordingTimer]</visible>
    <include>VisibleFadeEffect</include>
    <include>Window_OpenClose_Animation</include>
    <animation effect="fade" start="100" end="0" time="150" condition="Window.IsActive(Favourites)">conditional</animation>
    <control type="group">
    <animation effect="slide" start="0,0" end="0,100" time="0" condition="PVR.IsRecording">conditional</animation>
    <visible>PVR.HasNonRecordingTimer</visible>
    <control type="image">
    <left>0</left>
    <top>-5</top>
    <width>490</width>
    <height>90</height>
    <texture>gradient.png</texture>
    </control>
    <control type="image">
    <left>400</left>
    <top>0</top>
    <width>80</width>
    <height>80</height>
    <aspectratio>keep</aspectratio>
    <texture background="true" fallback="DefaultVideoCover.png">$INFO[PVR.NextRecordingChannelIcon]</texture>
    <bordertexture border="8">ThumbBorder.png</bordertexture>
    <bordersize>4</bordersize>
    </control>
    <control type="image">
    <left>365</left>
    <top>5</top>
    <width>25</width>
    <height>25</height>
    <aspectratio>keep</aspectratio>
    <texture>PVR-HasTimer.png</texture>
    </control>
    <control type="label">
    <description>Next Timer Header label</description>
    <left>-45</left>
    <top>5</top>
    <height>25</height>
    <width>400</width>
    <label>$LOCALIZE[19157]</label>
    <align>right</align>
    <aligny>center</aligny>
    <font>font12_title</font>
    <textcolor>blue</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>NextRecordingDateTime</description>
    <left>-10</left>
    <top>30</top>
    <height>25</height>
    <width>400</width>
    <label>$INFO[PVR.NextRecordingDateTime,$LOCALIZE[19126] - ]</label>
    <align>right</align>
    <aligny>center</aligny>
    <font>font12</font>
    <scroll>true</scroll>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>NextRecordingTitle Channel</description>
    <left>-410</left>
    <top>50</top>
    <height>25</height>
    <width>800</width>
    <label>$INFO[PVR.NextRecordingTitle]$INFO[PVR.NextRecordingChannel, - (,)]</label>
    <align>right</align>
    <aligny>center</aligny>
    <font>font12_title</font>
    <shadowcolor>black</shadowcolor>
    <scroll>true</scroll>
    </control>
    </control>
    <control type="group">
    <visible>PVR.IsRecording</visible>
    <control type="image">
    <left>0</left>
    <top>-5</top>
    <width>490</width>
    <height>90</height>
    <texture>gradient.png</texture>
    </control>
    <control type="image">
    <left>400</left>
    <top>0</top>
    <width>80</width>
    <height>80</height>
    <aspectratio>keep</aspectratio>
    <texture background="true" fallback="DefaultVideoCover.png">$INFO[PVR.NowRecordingChannelIcon]</texture>
    <bordertexture border="8">ThumbBorder.png</bordertexture>
    <bordersize>4</bordersize>
    </control>
    <control type="image">
    <left>365</left>
    <top>5</top>
    <width>25</width>
    <height>25</height>
    <aspectratio>keep</aspectratio>
    <texture>PVR-IsRecording.png</texture>
    </control>
    <control type="label">
    <description>Is Recording Header label</description>
    <left>-45</left>
    <top>5</top>
    <height>25</height>
    <width>400</width>
    <label>$LOCALIZE[19158]</label>
    <align>right</align>
    <aligny>center</aligny>
    <font>font12_title</font>
    <textcolor>blue</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>NextRecordingDateTime</description>
    <left>-10</left>
    <top>30</top>
    <height>25</height>
    <width>400</width>
    <label>$INFO[PVR.NowRecordingDateTime,$LOCALIZE[19126] - ]</label>
    <align>right</align>
    <aligny>center</aligny>
    <font>font12</font>
    <scroll>true</scroll>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>NextRecordingTitle Channel</description>
    <left>-410</left>
    <top>50</top>
    <height>30</height>
    <width>800</width>
    <label>$INFO[PVR.NowRecordingTitle]$INFO[PVR.NowRecordingChannel, - (,)]</label>
    <align>right</align>
    <aligny>center</aligny>
    <font>font12_title</font>
    <shadowcolor>black</shadowcolor>
    <scroll>true</scroll>
    </control>
    </control>
    </control>
    <!-- Video Info -->
    <control type="group">
    <depth>DepthMenu</depth>
    <left>0</left>
    <top>50</top>
    <visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))</visible>
    <include>VisibleFadeEffect</include>
    <include>Window_OpenClose_Animation</include>
    <control type="group">
    <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(LiveTV)</visible>
    <control type="image">
    <description>Cover image</description>
    <left>20</left>
    <top>45</top>
    <width>150</width>
    <height>300</height>
    <aspectratio aligny="bottom">keep</aspectratio>
    <texture fallback="DefaultVideoCover.png">$VAR[NowPlayingThumb]</texture>
    <bordertexture border="8">ThumbBorder.png</bordertexture>
    <bordersize>5</bordersize>
    </control>
    <control type="label">
    <description>Title label</description>
    <left>190</left>
    <top>285</top>
    <height>30</height>
    <width>1000</width>
    <label>$INFO[Player.Title]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font13_title</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>Time Label</description>
    <left>190</left>
    <top>310</top>
    <height>30</height>
    <width>300</width>
    <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font12</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    </control>
    <control type="group">
    <visible>VideoPlayer.Content(LiveTV)</visible>
    <control type="image">
    <description>Cover image</description>
    <left>20</left>
    <top>45</top>
    <width>120</width>
    <height>300</height>
    <aspectratio aligny="bottom">keep</aspectratio>
    <texture fallback="DefaultVideoCover.png">$VAR[NowPlayingThumb]</texture>
    <bordertexture border="8">ThumbBorder.png</bordertexture>
    <bordersize>5</bordersize>
    </control>
    <control type="label">
    <description>Channel label</description>
    <left>160</left>
    <top>265</top>
    <height>25</height>
    <width>660</width>
    <label>$INFO[VideoPlayer.ChannelName]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font12</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>Title label</description>
    <left>160</left>
    <top>285</top>
    <height>30</height>
    <width>1000</width>
    <label>$INFO[Player.Title]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font13_title</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    </control>
    <control type="label">
    <description>Time Label</description>
    <left>160</left>
    <top>310</top>
    <height>30</height>
    <width>300</width>
    <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font12</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    <visible>!VideoPlayer.HasEpg</visible>
    </control>
    <control type="label">
    ...

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!