Download 3DMP Beta2 preview release (1 Viewer)

Status
Not open for further replies.

mickyblue

Portal Pro
June 13, 2005
119
15
Brisbane Australia
Home Country
New Zealand New Zealand
NightmareRambo77 said:
you cna remove the My prefix in the settings from memory,

Vanessa, do you think the 16x9 version will be ready for the version 3 release? or do you plan on releasing it before hand as a beta as well, i would be happy to test it out want someone to test it

Not sure where this setting is i hope it hasnt been removed
 

mickyblue

Portal Pro
June 13, 2005
119
15
Brisbane Australia
Home Country
New Zealand New Zealand
Hi Vanessa

I have removed the following code from common.windows.xml

and this has removed the #header.label from all the screens My Tv, My Music etc. its the first bit of code ive ever changed so am really unsure if this will effect anything else,

so far so good but would love to hear from you if this is ok or not,

maybe there was an option i overlooked in the settings to remove the labels but i could not find it

<control>
<type>label</type>
<id>1</id>
<posX>201</posX>
<posY>71</posY>
<label>#header.label</label>
<font>font14</font>
<align>left</align>
<textcolor>ff283b45</textcolor>
</control>

<control>
<type>label</type>
<id>1</id>
<posX>200</posX>
<posY>70</posY>
<label>#header.label</label>
<font>font14</font>
<align>left</align>
<textcolor>Black</textcolor>
</control>
 

onkl

Portal Pro
February 18, 2005
341
0
48
Wageningen
Home Country
Netherlands Netherlands
And another small DIY addition. For those working at larger distance from monitor/are looking only at a glance while playing music:
I've increased the font sizes and cover image in the my music / now playing view. (and changed the order of the elements to match my sense of logic).
<window>
<id>510</id>
<defaultcontrol>33</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control>
<description>Date</description>
<type>label</type>
<id>200</id>
<posX>660</posX>
<posY>20</posY>
<label>#date</label>
<align>right</align>
<font>font16</font>
<textcolor>ffa9d0f7</textcolor>
</control>
<control>
<description>Time</description>
<type>label</type>
<id>201</id>
<posX>660</posX>
<posY>50</posY>
<label>#time</label>
<align>right</align>
<font>font18</font>
<textcolor>ffa9d0f7</textcolor>
</control>
<control>
<type>image</type>
<description>background image</description>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<texture>background.png</texture>
</control>
<control>
<type>button</type>
<description>next button</description>
<id>35</id>
<posX>256</posX>
<posY>450</posY>
<onleft>33</onleft>
<onright>35</onright>
<onup>35</onup>
<ondown>35</ondown>
<action>14</action>
<label>-</label>
<width>39</width>
<height>60</height>
<textureFocus>osd_next_focus.png</textureFocus>
<textureNoFocus>osd_next_nofocus.png</textureNoFocus>
</control>
<!--<control>
<type>button</type>
<description>stop button</description>
<id>34</id>
<posX>256</posX>
<posY>510</posY>
<onleft>33</onleft>
<onright>35</onright>
<onup>34</onup>
<ondown>34</ondown>
<action>13</action>
<label>-</label>
<width>39</width>
<height>60</height>
<textureFocus>osd_pause_focus.png</textureFocus>
<textureNoFocus>osd_pause_nofocus.png</textureNoFocus>
</control>-->
<control>
<type>button</type>
<description>pause button</description>
<id>33</id>
<posX>208</posX>
<posY>450</posY>
<onleft>32</onleft>
<onright>35</onright>
<onup>33</onup>
<ondown>33</ondown>
<action>12</action>
<label>-</label>
<width>39</width>
<height>60</height>
<textureFocus>osd_pause_focus.png</textureFocus>
<textureNoFocus>osd_pause_nofocus.png</textureNoFocus>
</control>
<control>
<type>button</type>
<description>play button</description>
<id>32</id>
<posX>160</posX>
<posY>450</posY>
<onleft>31</onleft>
<onright>33</onright>
<onup>32</onup>
<ondown>32</ondown>
<action>79</action>
<label>-</label>
<width>39</width>
<height>60</height>
<textureFocus>osd_play_focus.png</textureFocus>
<textureNoFocus>osd_play_nofocus.png</textureNoFocus>
</control>
<control>10
<type>button</type>
<description>back button</description>
<id>31</id>
<posX>112</posX>
<posY>450</posY>
<onleft>30</onleft>
<onright>32</onright>
<onup>31</onup>
<ondown>31</ondown>
<action>15</action>
<label>-</label>
<width>39</width>
<height>60</height>
<textureFocus>osd_back_focus.png</textureFocus>
<textureNoFocus>osd_back_nofocus.png</textureNoFocus>
</control>
<control>
<type>button</type>
<description>previous screen button</description>
<id>30</id>
<posX>64</posX>
<posY>450</posY>
<onleft>30</onleft>
<onright>31</onright>
<onup>30</onup>
<ondown>30</ondown>
<action>10</action>
<label>-</label>
<width>39</width>
<height>60</height>
<textureFocus>osd_back_focus.png</textureFocus>
<textureNoFocus>osd_back_nofocus.png</textureNoFocus>
</control>
<control>
<type>image</type>
<description>title image</description>
<id>0</id>
<posX>60</posX>
<posY>20</posY>
<texture>music_logo.png</texture>
</control>
<control>
<type>label</type>
<description>caption label</description>
<id>1</id>
<posX>250</posX>
<posY>70</posY>
<label>4540</label>
<font>font16</font>
<align>right</align>
<disabledcolor>ffffffff</disabledcolor>
</control>

<control>
<type>image</type>
<description>album art image glass</description>
<id>0</id>
<posX>61</posX>
<posY>100</posY>
<width>240</width>
<height>240</height>
<texture>tv_background.png</texture>
<keepaspectratio>no</keepaspectratio>
</control>
<control>
<type>image</type>
<description>album art image</description>
<id>2</id>
<posX>75</posX>
<posY>113</posY>
<width>210</width>
<height>210</height>
<texture>-</texture>
<keepaspectratio>no</keepaspectratio>
</control>
<control>
<type>fadelabel</type>
<description>track label</description>
<id>3</id>
<posX>340</posX>
<posY>158</posY>
<width>410</width>
<label>-</label>
<font>font18</font>
<disabledcolor>ff808080</disabledcolor>
</control>
<control>
<type>fadelabel</type>
<description>album label</description>
<id>4</id>
<posX>340</posX>
<posY>200</posY>
<width>410</width>
<label>-</label>
<font>font18</font>
<disabledcolor>ff808080</disabledcolor>
</control>
<control>
<type>label</type>
<description>album year</description>
<id>5</id>
<posX>340</posX>
<posY>242</posY>
<width>410</width>
<label>-</label>
<font>font18</font>
<disabledcolor>ff808080</disabledcolor>
</control>
<control>
<type>fadelabel</type>
<description>artist label</description>
<id>6</id>
<posX>340</posX>
<posY>116</posY>
<width>410</width>
<label>-</label>
<font>font18</font>
<disabledcolor>ff808080</disabledcolor>
</control>
<control>
<type>image</type>
<id>7</id>
<posX>64</posX>
<posY>345</posY>
<width>592</width>
<texture>osd_progress_background.png</texture>
</control>
<control>
<type>progress</type>
<description>track progress</description>
<id>8</id>
<posX>53</posX>
<posY>344</posY>
<width>614</width>
<visible>no</visible>
<righttexture>osd_progress_right.png</righttexture>
<lefttexture>osd_progress_left.png</lefttexture>
<texturebg>progress_back.png</texturebg>
<midtexture>osd_progress_mid.png</midtexture>
</control>
<control>
<type>label</type>
<description>track progress label</description>
<id>9</id>
<posX>64</posX>
<posY>370</posY>
<label>#currentplaytime</label>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>label</type>
<description>track duration label</description>
<id>10</id>
<posX>656</posX>
<posY>370</posY>
<label>#duration</label>
<align>right</align>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>label</type>
<description>up next label</description>
<id>20</id>
<posX>656</posX>
<posY>420</posY>
<width>600</width>
<label>4541</label>
<font>font18</font>
<align>right</align>
<textcolor>80ffffff</textcolor>
</control>
<control>
<type>fadelabel</type>
<description>next track label</description>
<id>21</id>
<posX>656</posX>
<posY>480</posY>
<width>600</width>
<label>-</label>
<font>font14</font>
<align>right</align>
<textcolor>80ffffff</textcolor>
<disabledcolor>80ffffff</disabledcolor>
</control>
<control>
<type>fadelabel</type>
<description>next album label</description>
<id>22</id>
<posX>656</posX>
<posY>505</posY>
<width>600</width>
<label>-</label>
<font>font14</font>
<align>right</align>
<textcolor>80ffffff</textcolor>
<disabledcolor>80ffffff</disabledcolor>
</control>
<control>
<type>fadelabel</type>
<description>next artist label</description>
<id>23</id>
<posX>656</posX>
<posY>455</posY>
<width>340</width>
<label>-</label>
<font>font14</font>
<align>right</align>
<textcolor>80ffffff</textcolor>
<disabledcolor>80ffffff</disabledcolor>
</control>
</controls>
</window>
Upon request:
NowPlayingsmall.jpg
 
December 28, 2005
237
3
Sydney
Home Country
This label “#header.label†is called in the other XML files when you import it.

This is done so when the skinner is coding it lowers the about of information that has to enter.

Instead of typing this code in every XML file u wish to use it.


<Text>
<control>
<type>label</type>
<id>1</id>
<posX>201</posX>
<posY>71</posY>
<label>XXXX</label>
<font>font14</font>
<align>left</align>
<textcolor>ff283b45</textcolor>
</control>

<Shadow>
<control>
<type>label</type>
<id>1</id>
<posX>200</posX>
<posY>70</posY>
<label>XXXX</label>
<font>font14</font>
<align>left</align>
<textcolor>Black</textcolor>
</control>


You simply import it.

<define>#XXXX</define>
<import>common.window.xml</import>


unsure if this will effect anything else
it will ripple thought the other files when ever it is called. It will not effect anything thing else that is not related to the label e.g. as you have removed the ‘title/header’ it will not change the text in the menu below it.

If your removing the “title†label form common.window.xml you should also remove “ <define>#header.label:XXXX</define> †from the other file. As when the “title†is called it goes looking for it in the common.window.xml and comes back with nothing. This may cores some complication.


Go here for skinning related development.
http://wiki.team-mediaportal.com/SkinArchitecture
 

_man_

Portal Member
June 20, 2005
29
0
Paris
Hi there,

Vanessa, 3DMP is really great !
I like the alternative to the "Single line and small icon" you proposed.

About the thumbs view for music and movies, could they be displayed without description above each of them, but for the selected only ?
This would allow to show bigger or more thumbs at a time, for better navigation.

Below some views as eg. They are from Meedio [peace] and I noticed next MCE will proceed the same way.

What do you think people ?





PS. Sorry for bad resizing (bad tools at work)
 

Vanessa

Portal Pro
May 31, 2006
329
1
UPDATE (OPTIONAL)

XML modification for "MyMusicPlayingNow.xml"

SCREENSHOT

playlistth8.png


INSTRUCTIONS:

A] Open MyMusicPlayingNow.xml, located in your 3DMP skin folder.

B] Remove all text inside.

C] Copy and paste the follow code.

D] Save and exit.

Code:
<window>
  <id>510</id>
  <defaultcontrol>33</defaultcontrol>
  <allowoverlay>no</allowoverlay>
    <controls>
    <import>common.time.xml</import>
    <control>
      <type>image</type>
      <description>background image</description>
      <id>0</id>
      <posX>0</posX>
      <posY>0</posY>
      <texture>background.png</texture>
    </control>
    <control>
      <type>image</type>
      <id>1</id>
      <posX>60</posX>
      <posY>20</posY>
      <texture>music_logo.png</texture>
    </control>
    <control>
      <description>Recorded TV Label</description>
      <type>label</type>
      <id>1</id>
      <posX>201</posX>
      <posY>71</posY>
      <label>4540</label>
      <align>left</align>
      <textcolor>ff283b45</textcolor>
    </control>
    <control>
      <description>Recorded TV Label</description>
      <type>label</type>
      <id>1</id>
      <posX>200</posX>
      <posY>70</posY>
      <label>4540</label>
      <align>left</align>
      <textcolor>FFFFFFFF</textcolor>
    </control>
    <control>
      <type>group</type>
      <description>group element</description>
      <animation>FlyInFromLeft</animation>
      <posX>60</posX>
      <posY>97</posY>
      <layout>StackLayout</layout>
      <control>
        <description>Play CD</description>
        <type>button</type>
        <id>12</id>
        <label>890</label>
        <onleft>12</onleft>
        <onright>50</onright>
        <onup>9</onup>
        <ondown>10</ondown>
      </control>
      <control>
        <description>Eject Disc</description>
        <type>button</type>
        <id>10</id>
        <label>654</label>
        <onleft>10</onleft>
        <onright>50</onright>
        <onup>12</onup>
        <ondown>14</ondown>
        <action>100</action>
      </control>
      <control>
        <type>image</type>
        <description>Divider image</description>
        <id>999</id>
        <texture>hbar1.png</texture>
        <keepaspectratio>yes</keepaspectratio>
      </control>
      <control>
        <description>My Playlists</description>
        <type>button</type>
        <id>14</id>
        <label>983</label>
        <onleft>14</onleft>
        <onright>50</onright>
        <hyperlink>500</hyperlink>
        <onup>10</onup>
        <ondown>35</ondown>
      </control>
    </control>
    <control>
      <type>button</type>
      <description>next button</description>
      <id>35</id>
      <posX>256</posX>
      <posY>410</posY>
      <onleft>33</onleft>
      <onright>35</onright>
      <onup>14</onup>
      <ondown>35</ondown>
      <action>14</action>
      <label>-</label>
      <width>39</width>
      <height>60</height>
      <textureFocus>osd_next_focus.png</textureFocus>
      <textureNoFocus>osd_next_nofocus.png</textureNoFocus>
    </control>

    <control>
      <type>button</type>
      <description>pause button</description>
      <id>33</id>
      <posX>208</posX>
      <posY>410</posY>
      <onleft>32</onleft>
      <onright>35</onright>
      <onup>33</onup>
      <ondown>33</ondown>
      <action>12</action>
      <label>-</label>
      <width>39</width>
      <height>60</height>
      <textureFocus>osd_pause_focus.png</textureFocus>
      <textureNoFocus>osd_pause_nofocus.png</textureNoFocus>
    </control>
    <control>
      <type>button</type>
      <description>play button</description>
      <id>32</id>
      <posX>160</posX>
      <posY>410</posY>
      <onleft>31</onleft>
      <onright>33</onright>
      <onup>32</onup>
      <ondown>32</ondown>
      <action>79</action>
      <label>-</label>
      <width>39</width>
      <height>60</height>
      <textureFocus>osd_play_focus.png</textureFocus>
      <textureNoFocus>osd_play_nofocus.png</textureNoFocus>
    </control>
    <control>
      <type>button</type>
      <description>back button</description>
      <id>31</id>
      <posX>112</posX>
      <posY>410</posY>
      <onleft>30</onleft>
      <onright>32</onright>
      <onup>31</onup>
      <ondown>31</ondown>
      <action>15</action>
      <label>-</label>
      <width>39</width>
      <height>60</height>
      <textureFocus>osd_back_focus.png</textureFocus>
      <textureNoFocus>osd_back_nofocus.png</textureNoFocus>
    </control>
    <control>
      <type>button</type>
      <description>previous screen button</description>
      <id>30</id>
      <posX>64</posX>
      <posY>410</posY>
      <onleft>30</onleft>
      <onright>31</onright>
      <onup>30</onup>
      <ondown>30</ondown>
      <action>10</action>
      <label>-</label>
      <width>39</width>
      <height>60</height>
      <textureFocus>osd_back_focus.png</textureFocus>
      <textureNoFocus>osd_back_nofocus.png</textureNoFocus>
    </control>
    <control>
      <type>label</type>
      <description>track progress label</description>
      <id>777</id>
      <posX>465</posX>
      <posY>285</posY>
      <label>#currentplaytime</label>
      <font>font72</font>
      <textcolor>99ffffff</textcolor>
    </control>
    <control>
      <type>image</type>
      <description>album art image glass</description>
      <id>0</id>
      <posX>310</posX>
      <posY>125</posY>
      <width>240</width>
      <height>240</height>
      <texture>tv_background.png</texture>
      <keepaspectratio>no</keepaspectratio>
    </control>
    <control>
      <type>image</type>
      <description>album art image</description>
      <id>2</id>
      <posX>327</posX>
      <posY>142</posY>
      <width>205</width>
      <height>205</height>
      <texture>-</texture>
      <keepaspectratio>no</keepaspectratio>
    </control>
    <control>
      <type>fadelabel</type>
      <description>track label</description>
      <id>3</id>
      <posX>560</posX>
      <posY>140</posY>
      <width>210</width>
      <label>-</label>
      <font>font14</font>
      <disabledcolor>ff808080</disabledcolor>
    </control>
    <control>
      <type>fadelabel</type>
      <description>album label</description>
      <id>4</id>
      <posX>560</posX>
      <posY>175</posY>
      <width>210</width>
      <label>-</label>
      <font>font14</font>
      <disabledcolor>ff808080</disabledcolor>
    </control>
    <control>
      <type>label</type>
      <description>album year</description>
      <id>5</id>
      <posX>560</posX>
      <posY>210</posY>
      <width>210</width>
      <label>-</label>
      <font>font14</font>
      <disabledcolor>ffffffff</disabledcolor>
    </control>
    <control>
      <type>fadelabel</type>
      <description>artist label</description>
      <id>6</id>
      <posX>320</posX>
      <posY>80</posY>
      <width>210</width>
      <label>-</label>
      <font>font16</font>
      <disabledcolor>ff808080</disabledcolor>
    </control>
    <control>
      <type>image</type>
      <id>7</id>
      <posX>64</posX>
      <posY>500</posY>
      <width>230</width>
      <texture>osd_progress_background.png</texture>
      <visible>yes</visible>
    </control>
    <control>
      <type>progress</type>
      <description>track progress</description>
      <id>8</id>
      <posX>50</posX>
      <posY>500</posY>
      <width>228</width>
      <visible>yes</visible>
      <righttexture>osd_progress_right.png</righttexture>
      <lefttexture>osd_progress_left.png</lefttexture>
      <texturebg>progress_back.png</texturebg>
      <midtexture>osd_progress_mid.png</midtexture>
    </control>
    <control>
      <type>label</type>
      <description>track progress label</description>
      <id>9</id>
      <posX>64</posX>
      <posY>480</posY>
      <label>00:00</label>
      <visible>yes</visible>
      <textcolor>ffffffff</textcolor>
    </control>
    <control>
      <type>label</type>
      <description>track duration label</description>
      <id>99</id>
      <posX>440</posX>
      <posY>365</posY>
      <label>#Play.Current.Duration</label>
      <align>right</align>
      <font>font16</font>
      <textcolor>ffffffff</textcolor>
    </control>
    <control>
      <type>label</type>
      <description>track duration label</description>
      <posX>300</posX>
      <posY>480</posY>
      <label>#duration</label>
      <align>right</align>
      <font>font14</font>
      <textcolor>ffffffff</textcolor>
    </control>
    <control>
      <type>label</type>
      <description>up next label</description>
      <id>20</id>
      <posX>656</posX>
      <posY>420</posY>
      <width>600</width>
      <label>4541</label>
      <font>font18</font>
      <align>right</align>
      <textcolor>80ffffff</textcolor>
    </control>
    <control>
      <type>fadelabel</type>
      <description>next track label</description>
      <id>21</id>
      <posX>656</posX>
      <posY>480</posY>
      <width>600</width>
      <label>-</label>
      <font>font14</font>
      <align>right</align>
      <textcolor>80ffffff</textcolor>
      <disabledcolor>80ffffff</disabledcolor>
    </control>
    <control>
      <type>fadelabel</type>
      <description>next album label</description>
      <id>22</id>
      <posX>656</posX>
      <posY>505</posY>
      <width>600</width>
      <label>-</label>
      <font>font14</font>
      <align>right</align>
      <textcolor>80ffffff</textcolor>
      <disabledcolor>80ffffff</disabledcolor>
    </control>
    <control>
      <type>fadelabel</type>
      <description>next artist label</description>
      <id>23</id>
      <posX>656</posX>
      <posY>455</posY>
      <width>340</width>
      <label>-</label>
      <font>font14</font>
      <align>right</align>
      <textcolor>80ffffff</textcolor>
      <disabledcolor>80ffffff</disabledcolor>
    </control>
    
  </controls>
</window>

regards.
 

fathead

Portal Pro
March 17, 2005
209
0
fathead said:
1) The mouse scroll speed is still way to sensitive. Its impossible to use this skin with a mouse, and the menu options scroll through far to fast.

2) The Plugins area still needs work. I noticed that sometime the options weren't highlighted properly. The MSN messenger icon is to big. Some items don't have the glass overlay selection around them. The yahoo music videos plugin is still missing.


Any news on these issues?
 
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom