StreamedMP Music files using Fanart Handler (1 Viewer)

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
  • Thread starter
  • Moderator
  • #61
You do have the fanart handler plugin installed and it scraped your music db correct?

yes - it's displaying correctly on the 'now playing' screen, but not on the 'my lyrics' screen...

cheers,

dh.

This is odd, just double checked the file and it is the correct one. I wonder if this another skin version issue. Can you let me you the skin version, MP and Lyrics versions you are running, will try and reproduce.

:D
 

dihoff

Portal Pro
October 29, 2009
89
5
Home Country
Australia Australia
This is odd, just double checked the file and it is the correct one. I wonder if this another skin version issue. Can you let me you the skin version, MP and Lyrics versions you are running, will try and reproduce.

thanks for the quick reply:
MP 1.0.2
StreamedMP 0.9.601
MyLyrics 1.35

hopefully it's something obvious - i have overwritten the files a couple of times, and restarted MP.

cheers,

dh.
 

kiwijunglist

Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    trevor you have an error in the fanart controls that causes the background image to be visible between fades.
    SkinnersGuide - fanart-handler - Use Fanart Handler Plugin In Your Skin. - Project Hosting on Google Code
    Issue 31 - fanart-handler - DEFECT: Default fanart image visible between artist fanart fades - Project Hosting on Google Code

    [collapse]
    my musicnowplay.autofanart.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- 
    This file should contain the details view
    -->
    <window>
      <controls>
    <control>
      <description>DUMMY CONTROL FOR PLAYING FANART 1 VISIBILITY CONDITION</description>
      <type>label</type>
      <id>91919295</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1</width>
    </control>
      
    <control>
      <description>DUMMY CONTROL FOR PLAYING FANART 2 VISIBILITY CONDITION</description>
      <type>label</type>
      <id>91919296</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1</width>
    </control>
    
    <control>
      <description>DUMMY CONTROL FOR PLAYING FANART AVAILABILITY CONDITION</description>
      <type>label</type>
      <id>91919294</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1</width>
    </control>
    
    <control>
      <description>DEFAULT BACKGROUND WHEN FANART NOT AVAILABLE</description>
      <id>0</id>
      <type>iimage</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>hover_my music.png</texture>
      <visible>!control.isvisible(91919294)</visible>
      <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
      <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
    </control>      
    
    <control>
      <description>FANART IMAGE 1</description>
      <id>897688</id>
      <type>image</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#fanarthandler.music.backdrop1.play</texture>
      <visible>control.isvisible(91919295)+control.isvisible(91919294)</visible>
      <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
      <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
    </control>
    
    <control>
      <description>FANART IMAGE 2</description>
      <id>897689</id>
      <type>image</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#fanarthandler.music.backdrop2.play</texture>
      <visible>control.isvisible(91919296)+control.isvisible(91919294)</visible>
      <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
      <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
    </control>
    
      </controls>
    </window>
    [/collapse]
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #64
    @TREVOR you have an error in the fanart controls that causes the background image to be visible between fades.
    SkinnersGuide - fanart-handler - Use Fanart Handler Plugin In Your Skin. - Project Hosting on Google Code
    Issue 31 - fanart-handler - DEFECT: Default fanart image visible between artist fanart fades - Project Hosting on Google Code

    [collapse]
    my musicnowplay.autofanart.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- 
    This file should contain the details view
    -->
    <window>
      <controls>
    <control>
      <description>DUMMY CONTROL FOR PLAYING FANART 1 VISIBILITY CONDITION</description>
      <type>label</type>
      <id>91919295</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1</width>
    </control>
     
    <control>
      <description>DUMMY CONTROL FOR PLAYING FANART 2 VISIBILITY CONDITION</description>
      <type>label</type>
      <id>91919296</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1</width>
    </control>
     
    <control>
      <description>DUMMY CONTROL FOR PLAYING FANART AVAILABILITY CONDITION</description>
      <type>label</type>
      <id>91919294</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1</width>
    </control>
     
    <control>
      <description>DEFAULT BACKGROUND WHEN FANART NOT AVAILABLE</description>
      <id>0</id>
      <type>iimage</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>hover_my music.png</texture>
      <visible>!control.isvisible(91919294)</visible>
      <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
      <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
    </control>      
     
    <control>
      <description>FANART IMAGE 1</description>
      <id>897688</id>
      <type>image</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#fanarthandler.music.backdrop1.play</texture>
      <visible>control.isvisible(91919295)+control.isvisible(91919294)</visible>
      <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
      <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
    </control>
     
    <control>
      <description>FANART IMAGE 2</description>
      <id>897689</id>
      <type>image</type>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#fanarthandler.music.backdrop2.play</texture>
      <visible>control.isvisible(91919296)+control.isvisible(91919294)</visible>
      <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
      <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
    </control>
     
      </controls>
    </window>
    [/collapse]

    I take it you are refering to the Fullscreen version, just checked and the wrong id (91919293 not 91919294) in the fullscreen version but std versions look ok. Missed it as been useing the std versions to test with.

    :D
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #66
    Update: StreamedMP Music files using Fanart Handler

    As per the previous post there was an error on the fanart handler import file for the Full Screen version on the Now Playing screen.

    I will not update the archive just yet so I attach the modified xml file.

    :D
     

    Attachments

    • mymusicnowplaying.autofanart.xml
      30.7 KB

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #67
    i assumed they both had the problem, but I've currently been testing fullscreen version.

    Was a typo (or maybe a hangover from pre 1.0) in the fullscreen import file...

    Additional: As you are using RC2 to test with I will send you the skin files for that version later, the files in this thread are still based around the current 1.0 release as that what everyone else is using.
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #68
    Update to V1.6 - StreamedMP Music files using Fanart Handler

    All,

    I have updated the main archive to version 1.6, this support the soon to be released Fanart Handler 1.1, please see first post.

    Please Note: As this is for version 1.1 of Fanart Handler it will show a black or default screen is artist fanart is not found as the multiimage control has been removed.

    For random fanart to function correctly 1.1 is required and the 'Default Backdrop When Fanart Not Available' section 'Enable Default Backdrop' should be ticked and either a single image selected or a directory of music backdrops, I use the defualt location for fanart files - 'C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\Skin Fanart\music'


    Update to V1.6 (01/02)

    • Updated to support the upcoming release of Fanart Handler 1.1
    • Removed multiimage control for random fanart when fanart is not found, now uses built in random.
    • Control issue fixed for fullscreen fanart
    Thanks
     

    dihoff

    Portal Pro
    October 29, 2009
    89
    5
    Home Country
    Australia Australia
    I've just installed 1.5 (replacing existing 1.4 FullScreen files (twice)) and the background in MyLyrics still has the default... Even though the background images appear in Now Playing...

    This is odd, just double checked the file and it is the correct one. I wonder if this another skin version issue. Can you let me you the skin version, MP and Lyrics versions you are running, will try and reproduce.

    thanks for the quick reply:
    MP 1.0.2
    StreamedMP 0.9.601
    MyLyrics 1.35

    just checking if anyone has any thoughts on this, or if anyone has experienced the same behaviour?

    thanks,

    dh.
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #70
    I've just installed 1.5 (replacing existing 1.4 FullScreen files (twice)) and the background in MyLyrics still has the default... Even though the background images appear in Now Playing...

    This is odd, just double checked the file and it is the correct one. I wonder if this another skin version issue. Can you let me you the skin version, MP and Lyrics versions you are running, will try and reproduce.

    thanks for the quick reply:
    MP 1.0.2
    StreamedMP 0.9.601
    MyLyrics 1.35

    just checking if anyone has any thoughts on this, or if anyone has experienced the same behaviour?

    thanks,

    dh.

    Sorry, have not had chance to got back to 0.9.601 to check and since I upgraded to the latest MP SVN mylyrics crashes so can't test anything till the w/e when I get back home.

    Thanks
     

    Users who are viewing this thread

    Top Bottom