2007-01-12, 23:04
already fixed in svn.
krl69 Wrote:Still no solutuion to this problem: "And one more bug: When doing an IMDB lookup, if there is only one selection of the movie, it's impossible to choose it. There is no way I can use the "ok" button to select the movie in the IMDB list if I only get one hit after a search."
And it doesn't have to be just one item in the search result list, but the first hit or the first line in the list is not possible to select.
Thanx
KRL
flamez Wrote:You need the latest XBMC SVN buildThanks just figured that out. Getting the latest right now
pspcoder Wrote:Thanks just figured that out. Getting the latest right now
<itemlayout height="140" width="190">
<control type="image">
<posx>25</posx>
<posy>17</posy>
<width>155</width>
<height>220</height>
<info>ListItem.Icon</info>
[color=Red][b]<aspectratio aligny="bottom">keep</aspectratio>[/b][/color]
</control>
<control type="image">
<posx>25</posx>
[color=Red][b]<posy>237</posy>[/b][/color]
<width>155</width>
<height>220</height>
<info>ListItem.Icon</info>
[color=Red][b]<aspectratio aligny="top">keep</aspectratio>[/b][/color]
<texture flipy="true" diffuse="Thumb_Mask.png">-</texture>
<colordiffuse>FFffffff</colordiffuse>
</control>
</itemlayout>
<focusedlayout height="140" width="190">
<control type="image">
<posx>5</posx>
<posy>5</posy>
<width>195</width>
<height>250</height>
<info>ListItem.Icon</info>
[color=Red][b]<aspectratio aligny="bottom">keep</aspectratio>[/b][/color]
<animation effect="zoom" end="5,5,195,250" time="500">Focus</animation>
</control>
<control type="image">
<posx>5</posx>
[color=Red][b]<posy>255</posy>[/b][/color]
<width>195</width>
<height>250</height>
<info>ListItem.Icon</info>
[color=Red][b]<aspectratio aligny="top">keep</aspectratio>[/b][/color]
<texture flipy="true" diffuse="Thumb_Mask.png">-</texture>
<colordiffuse>FFffffff</colordiffuse>
</control>
</focusedlayout>
</control>
<control type="label">
<posx>60</posx>
[color=Red][b]<posy>450</posy>[/b][/color]
<width>600</width>
<height>16</height>
<font>special18</font>
<textcolor>FFffffff</textcolor>
<align>center</align>
<info>ListItem.Label</info>
<include>selectedcolor</include>
<include>common-fade-quick</include>
<visible>Control.IsVisible(55)</visible>
</control>
joe4444 Wrote:SmokeHead, I am loving this skin more as I try out its features, particularly the Now Playing window:
One observation though...when in full screen visualization mode the Now Playing window appears and covers most of the screen, blocking the visualization. Don't get me wrong, I love this addition. However, I think rather than make it appear after 20s of inactivity (when in visualization mode), it should replace the WHITE button music info at the bottom of the screen. Then it gives the user a choice whether to display it constantly, for a few seconds when a new track starts, or only when activated manually with the WHITE button. Plus it looks much cooler than the standard music info at the bottom of the screen.