[0.3] XBMC Positionieren-Menu ausblenden

  • Hallo!


    Ich benutze xbmc relativ selten, da ich das xine-plugin zum abspielen nutze.
    manchmal gibts aber eine datei, die xine (seltsamerweise) nicht abspielen kann, xbmc aber schon...


    mein problem:


    neuerdings wird beim abspielen rechts unten immer das "positionieren"-menü (mit der abgespielten zeit und der positionsleiste drin) eingeblendet und ich finde keine möglichkeit, das auszublenden. was ziemlich nervt (zumal ich einen plasma nutze und einbrennen verhinden möchte)


    weiss jemand zufällig, wie ich xbmc das abgewöhnen kann? hab gegoogelt, aber nichts wirklich nützliches gefunden....


    danke im voraus !


    Otto

    VDR-User #132
    server: debian buster (virtuell unter proxmox), 2 x dvb-s2 (unicable)
    clients: kodis auf raspi, wetek, debian, fedora und android per vnsi


  • Tja, da werde ich mir die Frage mal selber beantworten - für den Fall, daß noch jemand dieses Problem hat...


    Habe folgendes gefunden und das hats gebracht:


    Zitat

    In the skin file DialogSeekBar.xml (for example: ~/.xbmc/addons/skin.pm3-hd/720p/DialogSeekBar.xml), I changed this line:
    <visible>Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding</visible>
    to
    <visible>Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding</visible>


    If I switch to another skin, the issue comes back, but the issue can be fixed in the same manner in any skin, since they all have their own version of that XML file.


    So, either the defect/bug here is that 'Player.Seeking' shouldn't be in that tag, or more likely the problem could be that 'Player.Seeking' is stuck with a 'true' value permanently. According to the skin documentation (http://wiki.xbmc.org/index.php?title...FullScreen.xml) 'Player.Seeking' should only return true if a seek is in progress. So the xml for the skins seems to follow the spec. This was pretty much driving me nuts, so I'm happy I was able to find a workaround. Hopefully the XBMC team will fix the real bug soon. I posted this reply on the other thread related to this issue as well.


    Quelle: http://forum.xbmc.org/showthread.php?t=77551&page=4


    Bei mir wars der confluence-skin, zu finden auf meinem yavdr 0.3 in /usr/share/xbmc/addons/skin.confluence


    Cheers,


    Otto

    VDR-User #132
    server: debian buster (virtuell unter proxmox), 2 x dvb-s2 (unicable)
    clients: kodis auf raspi, wetek, debian, fedora und android per vnsi


Jetzt mitmachen!

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