MyTrailers (1 Viewer)

armandp

Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    Sounds good. I hope to be able to work on this tomorrow. Either way, some time next week I should have the provider there.

    You may want to add to your bug list that you cannot press 'Esc' to go to a previous menu on the plugin. It takes you out of the plugin altogether.

    Thanks.. yeah i forgot to override OnAction will fix this asap ;)
     

    poktor

    Portal Member
    March 9, 2008
    8
    0
    Home Country
    Netherlands Netherlands
    Armandp, thanx for your efforts on bringing the MyTrailers-plugin back to life. You're making a lot of people, including myself and the MediaPortal-staff, very happy with this! Great job!
    :D:D:D:D:D:D:D:D:D:D
     

    sleepycol

    Portal Pro
    June 2, 2006
    540
    39
    Home Country
    United Kingdom United Kingdom
    Hi armandp,

    I think i've found a little bug in the plugin. How to reproduce:

    1) Use the VLC plugin to play trailers
    2) Select and play a trailer (large quality)
    3) Allow the trailer to completely finish - important step.
    4) Screen does not return to trailers and remains black (bug 1)
    5) Once movie has finished (at black screen), go back and browse to a completely different trailer
    6) Play this trailer, again with large quality.
    7) The original trailer is played again (bug 2).
    8) Stopping and reselecting the trailer will play the correct one.

    If you manually stop the first trailer the second trailer will play the correct stream and so I think bug 2 does not happen. I didn't try it with different quality streams, but i Know this seems to happen with the "large" streams.

    Also, have other users mentioned trailer details? I don't seem to get any details displayed. Where and how should these appear? Or have I misunderstood and this is not implimented yet?

    Cheers,
    Colin
     

    armandp

    Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    I will look into the issue.. i have changed alot since I posted my last update but i didn't recall having this bug myself (but then again i haven't used the VLC plugin when debugging)

    If you use the Aeon Skin you will get to see the trailer details. I haven't fixed the BlueTwo Wide skin to show these labels also.
     

    LRFalk01

    Portal Pro
    August 27, 2007
    257
    92
    39
    Home Country
    United States of America United States of America
    That was a bug that was in my original one as well. I am fairly sure it has something to do with the VLC external player, but what do I know? : )
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    That was a bug that was in my original one as well. I am fairly sure it has something to do with the VLC external player, but what do I know? : )

    Yes it's true. The bug is related to the VLC external player.
    You have to press the right mouse button on the black screen and all works fine... :confused:

    I've the same problem with MyShowTime plugin.
    Maybe sending a mouse pressed message to the window... ;)

    Bye,
    Nephilim
     

    sleepycol

    Portal Pro
    June 2, 2006
    540
    39
    Home Country
    United Kingdom United Kingdom
    Hi Guys,

    I've "modified" a blue two skin for this plugin by borrowing some of the code from your Aeon skin xml file. I've just added the large thumbnails and the year and age rating underneath it on the left hand side. Its suitable for a 4:3 ratio as I've repositioned some of the overlap issues I had with the 16:9 versions on my system. This may also be suitable for 16:9 aspect ratios as well.

    It won't be everyone's cup of tea but just thought a few others might want to use it....

    Cheers,
    Colin
     

    Attachments

    • MyTrailers.xml
      30.6 KB

    swe_rush

    MP Donator
  • Premium Supporter
  • July 8, 2008
    28
    0
    Home Country
    Sweden Sweden
    can anyone modify xml to work with Indigo or monochrome ? i dont know anything on how to possible do that or else i would try at least =)

    and Armandp great plugin ! love it !
     

    armandp

    Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    This is not veyr user friendly but you can copy the myvideo.xml in the indigo folder.. name it MyTrailers.xml

    replace

    Code:
      <id>6</id>
      <defaultcontrol>2</defaultcontrol>
      <allowoverlay>yes</allowoverlay>
      <define>#header.label:134</define>
      <define>#header.image:videos_logo.png</define>
      <define>#header.hover:hover_my videos.png</define>
      <controls>
        <import>common.window.xml</import>

    with

    Code:
      <id>5900</id>
      <defaultcontrol>50</defaultcontrol>
      <allowoverlay>yes</allowoverlay>
      <define>#header.label:5900</define>
      <define>#header.image:trailers_logo.png</define>
      <define>#header.hover:hover_my trailers.png</define>
      <controls>
        <import>common.window.xml</import>
        <import>common.time.xml</import>

    and you are half way there.. i'm using default imports so most of it should be indigo already ;)
     

    Users who are viewing this thread

    Top Bottom