FritzBox Manager und streamedmp AB Anzeige (1 Viewer)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hallo Community,

    ich nutze den FritzBox Manager und streamedmp. Auf der Fritz habe ich nun auch meinen AB laufen. Nun kann ich mir ja egal wo im Skin anzeigen lassen neue / alte Nachrichten und direkt über die Anzeige in das Plugin und die Nachrichten abspielen. Nur leider sehe ich bei mir nirgends diese Anzeige, auch nicht im Basic Home Screen. Wenn ich den Skin durchforste sehe ich Icons und xml Files, mit Passagen drin, die beim Plugin mit dabei stehen, wo für diese Anzeige verantwortlich sind. Aber im Skin passiert nichts, muss man das vllt noch irgendwo aktivieren oder vervollständigen ?
     

    Scrounger

    Retired Team Member
  • Premium Supporter
  • January 21, 2009
    1,032
    514
    Stuttgart
    Home Country
    Germany Germany
    AW: FritzBox Manager und streamedmp AB Anzeige

    Also ich weiß jetzt nicht ausm stehgreif ob das vom Streamed MP Editor unterstützt wird. Als erste mal da schauen ob es in den Overlays nicht das Plugin hat, wenn ja -> aktivieren.

    Alternativ kannst du mit dem Notepad deine

    BasicHome.xml öffnen und ganz am Ende (vor </controls> und </windows> folgende Zeile einfügen

    <import>NamedesOverlaysdesFritzBoxPlugins</import>

    Die xml Datei heißt glaub ich so:
    FritzMangerNotify.xml

    Bin mir da aber net 100% sicher, musst halt mal dein Skin Verzeichnis druchforsten.
     

    JackTramiel

    MP Donator
  • Premium Supporter
  • November 22, 2006
    1,400
    79
    45
    Recklinghausen
    Home Country
    Germany Germany
    AW: FritzBox Manager und streamedmp AB Anzeige

    Eine Anzeige neuer Nachrichten im Homescreen wäre echt cool. Evtl. auch wie "Latest Added..." letzte Anrufe wenn man im Basic Home auf Plugins steht oder so.
    Schnell mal den Thread hier abonieren. :D
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    AW: FritzBox Manager und streamedmp AB Anzeige

    Also so steht es beim Plugin dabei ::

    Monitor the voicebox with notification
    --------------------------------------

    The plugin monitors the voicebox directory files and update the view, if a new
    message arrives. Further the plugin sets two skin properties, which allow to
    include a custom control or info label on any screen of media portal.

    you can modify our home screen that it shows a marker (or even a clickable marker)
    if there are new messages.

    There are some gui properties:
    #FritzManager.NewMessages
    #FritzManager.TotalMessages

    These are set to ' ' (one space) if message count is 0. If count is greather than
    0 a displayable string like '1 message' or '2 messages' is set.

    #FritzManager.NewMessageCount: empty string or number of new messages
    #FritzManager.TotalMessageCount: empty string or number of total messages
    #FritzManager.NewMessagesAvail: "true" or "false" -> use this to switch visibility

    You can use this directly in your skin file to include a voicebox display. Add a
    label control like this:

    <control>
    <type>fadelabel</type>
    <label>#FritzManager.NewMessages</label>
    <posX>100</posX>
    <posY>120</posY>
    </control>

    In mediaportal 1.1.0 B1 and newer you can even switch a control on and off:

    <control>
    <type>button</type>
    <visible>string.equals(#FritzManager.NewMessagesAvail,true)</visible>
    ...
    </control>

    So im Skin gibt es schon eine xml mit folgendem Namen :: Fritz.Manager.Notify in dieser xml steht das ja eigentlich schon alles drin...

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <window>
    <controls>
    <control>
    <description>New Messages label(focus of ID 66670)</description>
    <type>label</type>
    <id>0</id>
    <width>300</width>
    <height>40</height>
    <posX>1170</posX>
    <posY>143</posY>
    <label>#FritzManager.NewMessages</label>
    <align>right</align>
    <textcolor>FFFFFFFF</textcolor>
    <font>mediastream10tc</font>
    <visible>string.equals(#FritzManager.NewMessagesAvail,true)+plugin.isenabled(FritzManager)+Control.HasFocus(66670)</visible>
    <animation effect="fade" time="700" start="0" end="100" delay="700">Visible</animation>
    </control>
    <control>
    <description>New Messages label</description>
    <type>label</type>
    <id>0</id>
    <width>300</width>
    <height>40</height>
    <posX>1170</posX>
    <posY>143</posY>
    <label>#FritzManager.NewMessages</label>
    <align>right</align>
    <textcolor>FFFFFFFF</textcolor>
    <font>mediastream10tc</font>
    <visible>string.equals(#FritzManager.NewMessagesAvail,true)+plugin.isenabled(FritzManager)</visible>
    <animation effect="fade" time="700" delay="1400">WindowOpen</animation>
    <animation effect="fade" time="700" start="100" end="0" delay="2800">WindowOpen</animation>
    <animation effect="fade" time="700" start="0" end="100" delay="1400">visible</animation>
    <animation effect="fade" time="700" start="100" end="0" delay="2800">visible</animation>
    <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    <control>
    <description>New Messages button</description>
    <type>button</type>
    <id>66670</id>
    <posX>1200</posX>
    <posY>108</posY>
    <width>60</width>
    <height>60</height>
    <hyperlink>464554871</hyperlink>
    <textureFocus>DefaultInboxBig.png</textureFocus>
    <textureNoFocus>DefaultInboxBig.png</textureNoFocus>
    <visible>string.equals(#FritzManager.NewMessagesAvail,true)+plugin.isenabled(FritzManager)</visible>
    <animation effect="zoom" start="30,30" end="150,150" time="700" tween="circle" ease="inout" reversible="false">WindowOpen</animation>
    <animation effect="zoom" start="150,150" end="100,100" time="700" tween="circle" ease="inout" reversible="false" delay="700">WindowOpen</animation>
    <animation effect="zoom" start="30,30" end="150,150" time="700" tween="circle" ease="inout" reversible="false">visible</animation>
    <animation effect="zoom" start="150,150" end="100,100" time="700" tween="circle" ease="inout" reversible="false" delay="700">visible</animation>
    <animation effect="zoom" start="100,100" end="120,120" time="700" tween="circle" ease="inout">focus</animation>
    <animation effect="zoom" start="110,110" end="100,100" time="700" tween="back" ease="inout">unfocus</animation>
    <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    </controls>
    </window>
    <!--Checksum:a75954a708341c6f4288f245164074c3-->

    Trotzdem zeigt er es nicht an... Verstehe ich nicht...
     

    Users who are viewing this thread

    Top Bottom