Maya iFX (fanart concept) (1 Viewer)

Wbunaarf

Portal Pro
December 9, 2005
534
103
Sweden
Home Country
Sweden Sweden
do the butten (music,live tv....) work for you ? if yes , then do you add any new episod to tv seires ? if not do so ,
then open the plugin and go back to basichome ...sude work fine ...:)

OK, I got it. If I add an episode and let TV-series find it 'by itself' rather than adding it through configuration it does indeed work. I find this somewhat counter intuitive, but I guess this has more to do with TV-series than Maya. Also, those infoservice items only seem to be set if tv-series actually finds a new episode. When I added a new episode and let it find it, the information was shown while the remaining position on the home screen was empty. After a restart of mp, with no new episodes, the infoservice... is shown again (see the attached screenshot). This might also depend on tv-series, but perhaps they could be hidden if empty?

Now that I got it somewhat working, I notice that if an item in the list is too long it overlaps the images (see attached screenshot).

//Johannes
 

Attachments

  • 18-37-25.png
    18-37-25.png
    524.1 KB

mortstar

MP Donator
  • Premium Supporter
  • January 30, 2008
    414
    41
    Home Country
    England England
    Re: AW: Re: Maya iFX (fanart concept)

    ncoH: I think you can display info only if item with hyperlink to mptvseries window ID is choosen or code it to do that and make it optional in config :)

    you`re right.:) I´ll add it to our plugin later today..

    I was having a play with the visibility for BasicHome.recentlyadded.xml - I've changed the check for null value to
    Code:
    ![string.starts(#infoservice.recentlyAdded.series1.fanart,#)|string.starts(#infoservice.recentlyAdded.series1.thumb,#)]
    so that if there is no data in InfoService the blank data isn't shown.

    As the Maya Basichome plugin isn't doumented :)() I couldn't work out what string check I could add so the visibility check for if the current hyperlink is that of MPTVSeries. Would be great if this only showed when the TVSeries plugin is selected.
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #93
    AW: Re: AW: Re: Maya iFX (fanart concept)

    ncoH: I think you can display info only if item with hyperlink to mptvseries window ID is choosen or code it to do that and make it optional in config :)

    you`re right.:) I´ll add it to our plugin later today..

    I was having a play with the visibility for BasicHome.recentlyadded.xml - I've changed the check for null value to
    Code:
    ![string.starts(#infoservice.recentlyAdded.series1.fanart,#)|string.starts(#infoservice.recentlyAdded.series1.thumb,#)]
    so that if there is no data in InfoService the blank data isn't shown.

    As the Maya Basichome plugin isn't doumented :)() I couldn't work out what string check I could add so the visibility check for if the current hyperlink is that of MPTVSeries. Would be great if this only showed when the TVSeries plugin is selected.

    I`m working on it. It must be implemented in the process plugin because we don`t know where the user set the tvseries link with the editor. So please wait a bit, the solution is underway...:D
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #95
    AW: Re: AW: Re: Maya iFX (fanart concept)

    ncoH: I think you can display info only if item with hyperlink to mptvseries window ID is choosen or code it to do that and make it optional in config :)

    you`re right.:) I´ll add it to our plugin later today..

    I was having a play with the visibility for BasicHome.recentlyadded.xml - I've changed the check for null value to
    Code:
    ![string.starts(#infoservice.recentlyAdded.series1.fanart,#)|string.starts(#infoservice.recentlyAdded.series1.thumb,#)]
    so that if there is no data in InfoService the blank data isn't shown.

    As the Maya Basichome plugin isn't doumented :)() I couldn't work out what string check I could add so the visibility check for if the current hyperlink is that of MPTVSeries. Would be great if this only showed when the TVSeries plugin is selected.

    I`ve added this in svn r395. The plugin must be called and saved to work.
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,861
    837
    Seoul.
    Home Country
    South Korea South Korea
    Re: AW: Re: AW: Re: Maya iFX (fanart concept)

    you`re right.:) I´ll add it to our plugin later today..

    I was having a play with the visibility for BasicHome.recentlyadded.xml - I've changed the check for null value to
    Code:
    ![string.starts(#infoservice.recentlyAdded.series1.fanart,#)|string.starts(#infoservice.recentlyAdded.series1.thumb,#)]
    so that if there is no data in InfoService the blank data isn't shown.

    As the Maya Basichome plugin isn't doumented :)() I couldn't work out what string check I could add so the visibility check for if the current hyperlink is that of MPTVSeries. Would be great if this only showed when the TVSeries plugin is selected.

    I`ve added this in svn r395. The plugin must be called and saved to work.


    hi ncoH ! Excelet Work .... work great ...:D
     

    1stdead

    Portal Pro
    February 1, 2008
    1,089
    139
    Copenhagen
    Home Country
    Denmark Denmark
    ncoH: It seems like quite a few people want to adjust the opacity in the overlay. So maybe the plugin could handle "<colordiffuse>aaffffff</colordiffuse>" this as well - if possible?
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #98
    AW: Re: Maya iFX (fanart concept)

    ncoH: It seems like quite a few people want to adjust the opacity in the overlay. So maybe the plugin could handle "<colordiffuse>aaffffff</colordiffuse>" this as well - if possible?

    maybe... I must have a look at it.
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,861
    837
    Seoul.
    Home Country
    South Korea South Korea
    Re: AW: Re: Maya iFX (fanart concept)

    ncoH: It seems like quite a few people want to adjust the opacity in the overlay. So maybe the plugin could handle "<colordiffuse>aaffffff</colordiffuse>" this as well - if possible?

    maybe... I must have a look at it.


    this will be great option ... for sure ....:)
     

    1stdead

    Portal Pro
    February 1, 2008
    1,089
    139
    Copenhagen
    Home Country
    Denmark Denmark
    Re: AW: Re: Maya iFX (fanart concept)

    ncoH: It seems like quite a few people want to adjust the opacity in the overlay. So maybe the plugin could handle "<colordiffuse>aaffffff</colordiffuse>" this as well - if possible?

    maybe... I must have a look at it.


    this will be great option ... for sure ....:)

    I figured you'd like it :) but that may be a request for the future;)

    I think all the mods with different colours could also be handled by plugin.. But well takes time... and some are not that important.
     

    Users who are viewing this thread

    Top Bottom