MediaStream by pilehave - upd. 22/08/09 (1 Viewer)

robyf

Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    55
    Bolzano
    Home Country
    Italy Italy
    I have another strange problem with tvseries that I didn't had before: the first time I enter tvseries, there is no description of the series under the banners. If I select a serie and the back to the banner list, the description is there. I use the last SVN of TVSeries, I'm not sure if it's a skin problem or a plugin problem...
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    I have another strange problem with tvseries that I didn't had before: the first time I enter tvseries, there is no description of the series under the banners. If I select a serie and the back to the banner list, the description is there. I use the last SVN of TVSeries, I'm not sure if it's a skin problem or a plugin problem...

    I have the same weird problem myselft, was just trying to figure out what was wrong. Then I checked with a similar skin (StreamedMP) and the issue was there to...

    Sorry, but this will probably not be fixed until christmas is over :)
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    There was a change in MediaPortal after the last SVN in RC4 which broke this (Sorry, couldn't convince them to change it. Apparently there would be issues elsewhere but im not sure how serious compared to this!).

    I have a modified version of core.dll which I will post that fixes this problem but you should backup your existing one if you need to roll back.

    Issue was introduced in r21030:

    "reverting fix for 1755, because it is creating a nonfocused status, when focus is switching from one control to the other"

    Line 1415 in GUIWindow.cs:

    //UpdateVisibility(); //Bav: reverting change, because it is creating a nonfocused status, when a focus is switching from one control to the other

    If you un-comment this the problem goes away.

    You can download here: https://forum.team-mediaportal.com/...ix-tvseries-issues-mp-1-0-a-50868/#post347969
     

    Henkie Flits

    Portal Pro
    November 1, 2008
    210
    44
    Home Country
    Netherlands Netherlands
    Thanks, I now got backgrounds. For some reason I had to UPDATE and SAVE per item. When I did more then one they wouldn't show up. Took me a little longer but now I have it working. I like the skin a LOT! Excellent!
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Thanks, I now got backgrounds. For some reason I had to UPDATE and SAVE per item. When I did more then one they wouldn't show up. Took me a little longer but now I have it working. I like the skin a LOT! Excellent!

    Yeah...I know it's not that user-friendly, and I'll probably have a look at the menu-generator after christmas.

    There was a change in MediaPortal after the last SVN in RC4 which broke this (Sorry, couldn't convince them to change it. Apparently there would be issues elsewhere but im not sure how serious compared to this!).

    I have a modified version of core.dll which I will post that fixes this problem but you should backup your existing one if you need to roll back.

    Issue was introduced in r21030:

    "reverting fix for 1755, because it is creating a nonfocused status, when focus is switching from one control to the other"

    Line 1415 in GUIWindow.cs:

    //UpdateVisibility(); //Bav: reverting change, because it is creating a nonfocused status, when a focus is switching from one control to the other

    If you un-comment this the problem goes away.

    You can download here: https://forum.team-mediaportal.com/...ix-tvseries-issues-mp-1-0-a-50868/#post347969

    Damn...I hate these "bugfixes" that introduces other bugs :(

    Well, I can confirm that this Core.dll will fix the problem with TV-Series. What I don't understand is why Moving Pictures is not affected, or some of my other plugins...I guess all the visibility juggling in TV-Series is using more complicated code that Moving Pictures.
     

    Colin_

    Portal Member
    October 13, 2007
    24
    1
    Home Country
    Germany Germany
    I found a workaround: When you're on the tv-series plugin in the main menu, press left (the words disappear) and then press enter and you get the tv-series plugin working as it should.

    Does anybody know if there has been a change in the "play dvd" id with mediaportal 1.0? The old id doesn't work for me anymore.
     

    ddlooping

    MP Donator
  • Premium Supporter
  • November 23, 2008
    80
    5
    Home Country
    United Kingdom United Kingdom
    Merry Christmas everybody and Best Wishes for 2009!! :)

    A quick question to all of you experts. ;)

    I'm trying to "tweak" the movingpictures.xml and would need to know how you check if a variable has a certain value.

    For example, so a control (image type) appears when the user score for a movie equals 6, what code do you need to use?

    I've tried ...
    <visible>facadeview.filmstrip+Control.IsVisible(50)+#MovingPictures.SelectedMovie.user_score(6)</visible>
    ... and ...
    <visible>facadeview.filmstrip+Control.IsVisible(50)+#MovingPictures.SelectedMovie.user_score==6</visible>
    but neither are working.

    Hardly surprising, I know, as it is only guess work. :D

    TIA. ;)
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Merry Christmas everybody and Best Wishes for 2009!! :)

    A quick question to all of you experts. ;)

    I'm trying to "tweak" the movingpictures.xml and would need to know how you check if a variable has a certain value.

    For example, so a control (image type) appears when the user score for a movie equals 6, what code do you need to use?

    I've tried ...
    <visible>facadeview.filmstrip+Control.IsVisible(50)+#MovingPictures.SelectedMovie.user_score(6)</visible>
    ... and ...
    <visible>facadeview.filmstrip+Control.IsVisible(50)+#MovingPictures.SelectedMovie.user_score==6</visible>
    but neither are working.

    Hardly surprising, I know, as it is only guess work. :D

    TIA. ;)

    I'm pretty sure that what you're trying to achieve is not possible...unfortunately.
     

    Users who are viewing this thread

    Top Bottom