Ticket #4967: themes_r16344.diff

File themes_r16344.diff, 1.4 KB (added by Mark Buechler <Mark.Buechler@…>, 16 years ago)

themes module support

  • ProjectGrayhem-OSD/osd.xml

    Only in themes: Makefile
    diff -rup themes.orig/ProjectGrayhem-OSD/osd.xml themes/ProjectGrayhem-OSD/osd.xml
    old new  
    423423      <value>[O]k</value>
    424424    </textarea>
    425425  </container>
     426
     427  <container name="now_playing" priority="20" fademovement="0,0">
     428    <image name="background">
     429      <filename>now_playing.png</filename>
     430      <position>85,44</position>
     431    </image>
     432    <textarea name="playing">
     433      <area>290,70,240,220</area>
     434      <font>timefont</font>   
     435      <multiline>yes</multiline>
     436    </textarea>
     437  </container>
    426438   
    427439</mythosdtheme>
  • blootube-osd/osd.xml

    diff -rup themes.orig/blootube-osd/osd.xml themes/blootube-osd/osd.xml
    old new  
    425425      <value>[O]k</value>
    426426    </textarea>
    427427  </container>
    428    
     428
     429  <container name="now_playing" priority="20" fademovement="0,0">
     430    <image name="background">
     431      <filename>now_playing.png</filename>
     432      <position>85,74</position>
     433    </image>
     434    <textarea name="playing">
     435      <area>290,100,240,220</area>
     436      <font>infofont</font>
     437      <multiline>yes</multiline>
     438    </textarea>
     439  </container>
     440   
    429441</mythosdtheme>