Auto-mount USB devices?
#16
nevermind i found it.
/usr/share/xbmc/skin/PM3.HD/720p/DialogKaiToast.xml:
Code:
<window id="107">
    <include>dialogeffect</include>
    <coordinates>
        <system>1</system>
        <posx>850</posx>
        <posy>630</posy>
    </coordinates>

to
Code:
<window id="107">
    <include>dialogeffect</include>
    <coordinates>
        <system>1</system>
        <posx>850</posx>
        <posy>25</posy>
    </coordinates>

<posy>630</posy> to <posy>25</posy> thats what i need.
Reply

Logout Mark Read Team Forum Stats Members Help
Auto-mount USB devices?0