Um in der Filmübersicht bei 3D Filmen das 3D Icon anzuzeigen muss man zuerst per SSH mit dem PI verbinden. Ist die Verbindung hergestellt, führt man nacheinander folgende Befehle aus:
Gilt nur für Standard Confluence Skin
Befehle beginnen immer nach dem „Dollar“ Symbol alles vorherige sollte unter einer Standard Raspbmc installation genauso aussehen.
#Zum verzeichnis skin.confluence unter nachfolgendem Pfad wechseln pi@raspbmc:~$ cd .xbmc-current/xbmc-bin/share/xbmc/addons/skin.confluence/ #Anschließend als root das Configfile bearbeiten, welches für die Anzeige von Icons zuständig ist. pi@raspbmc:~/.xbmc-current/xbmc-bin/share/xbmc/addons/skin.confluence$ sudo nano 720p/IncludesCodecFlagging.xml
Ist das File geöffnet, passt man es wiefolgt an:
... </variable> <include name="VideoCodecFlaggingConditions"> <control type="image"> <description>Video rez Image</description> <width>55</width> <height>35</height> <aspectratio align="right">keep</aspectratio> <texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture> </control> <control type="image"> <description>Codec Image</description> <width>80</width> <height>35</height> <aspectratio align="left">keep</aspectratio> <texture>$VAR[videocodec,flagging/video/,.png]</texture> </control> <control type="image"> <description>3D Image</description> <width>55</width> <height>35</height> <aspectratio align="left">keep</aspectratio> <texture>flagging/video/3dbd.png</texture> <visible>[substring(ListItem.FilenameAndPath,3DSBS)] + !Skin.HasSetting(HideFilenameFlagging)</visible> </control> </include> <include name="VideoTypeHackFlaggingConditions"> <control type="image"> ...
Sind die Änderungen vorgenommen, speichert man mit Strg + X und Eingabe.
Nun müssen wir nur noch das entsprechende Bild hinzufügen. Hierzu führen wir nachfolgenden Befehl aus um das obige Bild in das Verzeichnis der Bilder zu kopieren.
pi@raspbmc:~/.xbmc-current/xbmc-bin/share/xbmc/addons/skin.confluence$ sudo wget http://swechsler.de/3dbd.png -o me dia/flagging/video/3dbd.png
Sollte Unter XBMC 13 Gotham Setzen eines 3D Flags für 3D Filme im MKV-Format ersetzt werden