Add date to basichomescreen? (1 Viewer)

powermarcel10

Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,836
    899
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Hello,

    I have a question..

    Is there a way to add the date after the time in the basichomescreen? That would be very useful for me.

    I don't know if this is a possibly feature requist for StreamedMP, or a general feature request for Mediaportal.

    Best regards,

    Marcel
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    AW: Add date to basichomescreen?

    You can copy a block like:

    <control>
    <description>Date</description>
    <type>label</type>
    <id>0</id>
    <posX>47</posX>
    <posY>12</posY>
    <width>300</width>
    <textcolor>ffffffff</textcolor>
    <font>mediastream12c</font>
    <label>#date</label>
    <align>left</align>
    <animation effect="fade" time="200" delay="100">WindowOpen</animation>
    </control>

    in your BasicHome.xml. You can vary textcolor, position, font, alignment etc. as you like.
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,836
    899
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Re: AW: Add date to basichomescreen?

    You can copy a block like:

    <control>
    <description>Date</description>
    <type>label</type>
    <id>0</id>
    <posX>47</posX>
    <posY>12</posY>
    <width>300</width>
    <textcolor>ffffffff</textcolor>
    <font>mediastream12c</font>
    <label>#date</label>
    <align>left</align>
    <animation effect="fade" time="200" delay="100">WindowOpen</animation>
    </control>

    in your BasicHome.xml. You can vary textcolor, position, font, alignment etc. as you like.

    Thanks man!

    Works like a charm! :)

    EDIT: Do you know if there are more options you can add? And if you can, is there maybe a list of compatible items to add? :)
     

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    Re: AW: Add date to basichomescreen?

    You can copy a block like:

    <control>
    <description>Date</description>
    <type>label</type>
    <id>0</id>
    <posX>47</posX>
    <posY>12</posY>
    <width>300</width>
    <textcolor>ffffffff</textcolor>
    <font>mediastream12c</font>
    <label>#date</label>
    <align>left</align>
    <animation effect="fade" time="200" delay="100">WindowOpen</animation>
    </control>

    in your BasicHome.xml. You can vary textcolor, position, font, alignment etc. as you like.

    Thanks man!

    Works like a charm! :)

    EDIT: Do you know if there are more options you can add? And if you can, is there maybe a list of compatible items to add? :)


    Don't know if you would be interested in something like this...

    If yes, datebackground.png should go in the Media folder under StreamedMP and replace your common.time.xml with the attached.
     

    Attachments

    • datebackground.png
      datebackground.png
      2.7 KB
    • 22-36-12.jpg
      22-36-12.jpg
      151.3 KB

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,836
    899
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Re: AW: Add date to basichomescreen?

    You can copy a block like:

    <control>
    <description>Date</description>
    <type>label</type>
    <id>0</id>
    <posX>47</posX>
    <posY>12</posY>
    <width>300</width>
    <textcolor>ffffffff</textcolor>
    <font>mediastream12c</font>
    <label>#date</label>
    <align>left</align>
    <animation effect="fade" time="200" delay="100">WindowOpen</animation>
    </control>

    in your BasicHome.xml. You can vary textcolor, position, font, alignment etc. as you like.

    Thanks man!

    Works like a charm! :)

    EDIT: Do you know if there are more options you can add? And if you can, is there maybe a list of compatible items to add? :)


    Don't know if you would be interested in something like this...

    If yes, datebackground.png should go in the Media folder under StreamedMP and replace your common.time.xml with the attached.

    Ow yeah! That's even better!

    Thanks man!

    Do you have also more mods that are not included in your MOD here: https://forum.team-mediaportal.com/streamedmp-301/mod-latest-streamedmp-logos-display-86305/ ??
     

    weemaaan

    Portal Member
    December 29, 2009
    27
    1
    Colchester
    Home Country
    United Kingdom United Kingdom
    Don't know if you would be interested in something like this...

    If yes, datebackground.png should go in the Media folder under StreamedMP and replace your common.time.xml with the attached.[/url]

    m3rcury do you have any idea why i don't have the year come up. I get all the other info apart from this
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,836
    899
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Don't know if you would be interested in something like this...

    If yes, datebackground.png should go in the Media folder under StreamedMP and replace your common.time.xml with the attached.[/url]

    m3rcury do you have any idea why i don't have the year come up. I get all the other info apart from this

    Hi Weemaaan,

    go to mediaportal configuration, plaugins, Home.

    Paste this rule after "Format":

    <Day> <DD> <Month> <Year>
     

    Users who are viewing this thread

    Top Bottom