MailTip plugin v1.5.0 for MediaPortal 1.3.0 and higher (1 Viewer)

powermarcel10

Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    @Micropolis:

    I don't think you understand the problem with the '#MailTip.ReceiveProgress' propertie.

    The problem is that this propertie should be only visible when Mailtip is trying to find Emails. When I launch the plugin for the first time and it has not downloaded any data yet, this is visible; '#MailTip.ReceiveProgress'. It should not been visible at all!

    Only when it tries to download data it should be visible like; 0, 1, 2, 3, 4, etc.

    EDIT: Found it! It was <visible>string.equals(#MailTip.Action,Receive)</visible>. Thanks! :d
     
    Last edited:

    lhcomputer

    MP Donator
  • Premium Supporter
  • August 25, 2007
    625
    48
    Lüdinghausen
    Home Country
    Germany Germany
    Thanks for your new Mail Pluigin. First short Test with google Mail works.

    I habe a Quetion:
    How can i Use Mailtip with Infoservice (RSS Feed).
    I have found some setting in the configuration Dialog.
     

    Micropolis

    Portal Pro
    July 22, 2009
    1,588
    1,796
    Bavaria
    Home Country
    Germany Germany
    Dear community,
    version 0.3.5 can be downloaded from the first post of this thread. For a list of changes, please consult the manual and post any bugs/issues here.

    Important: To protect your privacy better, the password encryption in the configuration file depends on machine specific information now. Due to this plugin change, nobody else can decrypt the password without knowledge about your HTPC. Please reenter your account password(s) before using this new version immediately.

    ... I have found some setting in the configuration Dialog...
    I'm not sure where you have read this information, but MailTip does not support the InfoService plugin in any way.

    Cheers, Micropolis
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,436
    10,464
    Königstein (Taunus)
    Home Country
    Germany Germany
    So - made the mailticker working ;)
    Would be nice to have a separator between the mail items as stocks ticker has :p

    16-41-00.jpg 16-41-05.jpg
     

    Micropolis

    Portal Pro
    July 22, 2009
    1,588
    1,796
    Bavaria
    Home Country
    Germany Germany
    Hi catavolt,
    ... Would be nice to have a separator between the mail items as stocks ticker has ...
    here we go, version 0.3.6 including the appropriate configuration changes is online.

    All users, who want to upgrade from a prior version, please see the important information here before using.

    Cheers, Micropolis
     

    lhcomputer

    MP Donator
  • Premium Supporter
  • August 25, 2007
    625
    48
    Lüdinghausen
    Home Country
    Germany Germany

    ... I have found some setting in the configuration Dialog...
    I'm not sure where you have read this information, but MailTip does not support the InfoService plugin in any way.

    Thanks for your answer. But my problem is: How can I display the email Ticker in Basic Home Screen from the Titan skin.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,436
    10,464
    Königstein (Taunus)
    Home Country
    Germany Germany
    How can I display the email Ticker in Basic Home Screen from the Titan skin.
    In PVHD I made it visible depending on focussing the menu entry "MailTip".
    Looks like this:
    <!-- ******************************************************************************************* -->
    <!-- ***************************** RSS FEED ON BASIC HOME ************************************ -->
    <!-- ******************************************************************************************* -->
    <control>
    <description>RSS Feed Background</description>
    <type>image</type>
    <id>1</id>
    <width>1995</width>
    <height>43</height>
    <posX>-20</posX>
    <posY>1022</posY>
    <texture>rss-background.png</texture>
    <colordiffuse>ffffffff</colordiffuse>
    <visible>plugin.isenabled(InfoService)+string.equals(#infoservice.feed.enabled, true)</visible>
    </control>
    <control>
    <description>divider horizontal</description>
    <type>image</type>
    <id>0</id>
    <posX>-20</posX>
    <posY>1022</posY>
    <width>1995</width>
    <height>1</height>
    <texture>horizontal_bar.png</texture>
    <colordiffuse>ff000000</colordiffuse>
    <visible>plugin.isenabled(InfoService)+string.equals(#infoservice.feed.enabled, true)</visible>
    </control>
    <control>
    <description>divider horizontal</description>
    <type>image</type>
    <id>0</id>
    <posX>-20</posX>
    <posY>1065</posY>
    <width>1995</width>
    <height>1</height>
    <texture>horizontal_bar.png</texture>
    <colordiffuse>ff000000</colordiffuse>
    <visible>plugin.isenabled(InfoService)+string.equals(#infoservice.feed.enabled, true)</visible>
    </control>
    <control Style="NoShadow">
    <description>Feed items</description>
    <type>fadelabel</type>
    <id>1</id>
    <posX>115</posX>
    <posY>1024</posY>
    <width>1785</width>
    <align>left</align>
    <font>RSS</font>
    <textcolor>ff000000</textcolor>
    <label>#infoservice.feed.titles</label>
    <visible>plugin.isenabled(InfoService)+string.equals(#infoservice.feed.enabled, true)+!control.hasfocus(275)+!control.hasfocus(276)</visible>
    </control>
    <control>
    <description>RSS Image</description>
    <type>image</type>
    <id>1</id>
    <posX>0</posX>
    <posY>1023</posY>
    <width>100</width>
    <height>41</height>
    <texture>#infoservice.feed.img</texture>
    <visible>plugin.isenabled(InfoService)+string.equals(#infoservice.feed.enabled, true)+!control.hasfocus(275)+!control.hasfocus(276)</visible>
    </control>
    <!-- ******************************************************************************************* -->
    <!-- ***************************** STOCKS FEED ON BASIC HOME ********************************* -->
    <!-- ******************************************************************************************* -->
    <control Style="NoShadow">
    <description>Stocks items</description>
    <type>fadelabel</type>
    <id>1</id>
    <posX>115</posX>
    <posY>1024</posY>
    <width>1785</width>
    <align>left</align>
    <font>RSS</font>
    <textcolor>ee000000</textcolor>
    <label>#Stocks.FinanceTicker</label>
    <visible>plugin.isenabled(Stocks)+control.hasfocus(275)</visible>
    </control>
    <control>
    <description>Stocks Image Button</description>
    <type>image</type>
    <id>1</id>
    <posX>0</posX>
    <posY>1023</posY>
    <width>100</width>
    <height>41</height>
    <texture>stocks.png</texture>
    <visible>plugin.isenabled(Stocks)+control.hasfocus(275)</visible>
    </control>
    <!-- ******************************************************************************************* -->
    <!-- ***************************** MAIL FEED ON BASIC HOME *********************************** -->
    <!-- ******************************************************************************************* -->
    <control Style="NoShadow">
    <description>Mail items</description>
    <type>fadelabel</type>
    <id>1</id>
    <posX>115</posX>
    <posY>1024</posY>
    <width>1785</width>
    <align>left</align>
    <font>RSS</font>
    <textcolor>ee000000</textcolor>
    <label>#MailTip.MailTicker</label>
    <visible>plugin.isenabled(MailTip)+control.hasfocus(276)</visible>
    </control>
    <control>
    <description>Mail Image Button</description>
    <type>image</type>
    <id>1</id>
    <posX>0</posX>
    <posY>1023</posY>
    <width>100</width>
    <height>41</height>
    <texture>hover_mailtip.png</texture>
    <visible>plugin.isenabled(MailTip)+control.hasfocus(276)</visible>
    </control>
    Screenshots above ;)
     

    Users who are viewing this thread

    Top Bottom