Add date to basichomescreen? (1 Viewer)

Holzi

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

    Hello weemaaan!
    You can configure how your date will be displayed in MediaPortal Configuration -> Plugins -> Select Home and click configure.

    Explained with Screenshot in Wiki: Date/Time Format - MediaPortal Wiki

    Oh.. powermarcel was faster. =)
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    36
    Groningen
    Home Country
    Netherlands Netherlands
    Re: AW: Add date to basichomescreen?

    Hello weemaaan!
    You can configure how your date will be displayed in MediaPortal Configuration -> Plugins -> Select Home and click configure.

    Explained with Screenshot in Wiki: Date/Time Format - MediaPortal Wiki

    Oh.. powermarcel was faster. =)

    Oh man, I was much faster than you... ;)
     

    weemaaan

    Portal Member
    December 29, 2009
    27
    1
    Colchester
    Home Country
    United Kingdom United Kingdom
    i noticed that there was some alignment problems when going onto other screens apart from basic home so I used the common.time.xml the m3rcury attached but renamed it common.time_v2.xml and then adjusted BasicHome.xml to match the new file so the date only appears on basic home screen.
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    36
    Groningen
    Home Country
    Netherlands Netherlands
    I have made another mod to showup the date.. See the screenshot bellow..

    The problem is that it doesn't fit in a lot of other windows.. What I want is that the date is only visible on the homescreen and when playing full screen tv or video and press the "y" button..

    What do I have to add in the skinfile?
     

    Attachments

    • date on homescreen.jpg
      date on homescreen.jpg
      246.5 KB
    • common.time.xml
      3.9 KB

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    I have made another mod to showup the date.. See the screenshot bellow..

    The problem is that it doesn't fit in a lot of other windows.. What I want is that the date is only visible on the homescreen and when playing full screen tv or video and press the "y" button..

    What do I have to add in the skinfile?

    powermarcel10,

    What I suggest you do is to put the attached common.date.xml in the same location of your common.time.xml, remove MOD from common.time.xml and add common.date.xml in the XMLs you need.

    To identify which ones you need to update, scan XMLs for common.time.xml and code the same import, but for date in the ones of your choice.

    Below is an example for BasicHome.xml

    Code:
        </control>
        <import>common.time.xml</import>
        <import>common.date.xml</import>
        <import>common.fanart.scraperv.xml</import>

    Hope this helps.....

    :)
     

    Attachments

    • common.date.xml
      1.6 KB

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    36
    Groningen
    Home Country
    Netherlands Netherlands
    Hi m3rcury,

    fantastic! One big thanks for you.. It's wokring very good! This was exactly what I want.. :)

    So now I can add; "<import>common.date.xml</import>" to every xml I want? Nice.. Do you know wich xml is for fullscreen video?

    EDIT: Hmmmm, a problem with the basichome is that when I generate a new basichome file with the editor, the date is gone.. :( Is there a way to fix that?
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    I would also suggest you turn off the patch system if you edit so many xml files as well.
     

    Users who are viewing this thread

    Top Bottom