google-code-export / fanart-handler

Automatically exported from code.google.com/p/fanart-handler
1 stars 0 forks source link

Fanart Visibility control (91919294) - still visible when player is stopped #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using release 1.2

Using MyRadioLastFM as an example.

I use the above control to display a default background when first 
entering Last.FM using this control

    <control>
      <description>Hover</description>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#header.hover</texture>
      <visible>!control.isvisible(91919294)</visible>
    </control>

This works fine and the deafault backdrop is display, when you start a 
stream fanart takes over and this control hidden.

If you stop the player the screen stays black, the default backdrop is not 
displayed.

Similar happens with music now playing, you stop the player and the 
backdrop is not returned, though a key press to move though the music list 
brings back the backdrop.

Question. Is the control(91919294) visibility reset when the player stops?

I have attached the skin files that make up the last.fm screen, I may have 
an error.

Thanks

Original issue reported on code.google.com by tdnemail on 3 Feb 2010 at 10:29

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

You are correct. The control is not set properly when music stops. I have fixed 
this 
and it will be part of the 1.3 version.

Thank you.

best regards
cul8er

Original comment by markus_e...@telia.com on 3 Feb 2010 at 11:06

GoogleCodeExporter commented 9 years ago
Hi,

Please test if this issue is resolved in version 1.3 RC1.

Link to 1.3 RC1:
http://code.google.com/p/fanart-handler/downloads/detail?
name=fanarthandler_1_3_RC1.MPE1

best regards
cul8er

Original comment by markus_e...@telia.com on 4 Feb 2010 at 7:11

GoogleCodeExporter commented 9 years ago
I have just installed and checked and can confirm the issue is resolved.

Thanks for the fast work

Original comment by tdnemail on 4 Feb 2010 at 8:00

GoogleCodeExporter commented 9 years ago
Thank you for your help.

Original comment by markus_e...@telia.com on 4 Feb 2010 at 8:07