Bluray Handler 0.9.7 (BETA) (3 Viewers)

cilla

MP Donator
  • Premium Supporter
  • April 29, 2008
    143
    8
    Lüdinghausen
    Home Country
    Germany Germany
    Re: Bluray Handler 0.9.3 (BETA)

    Hey Guys,
    I've got a little Problem. After I've Selectet a ISO-File I get a black Screen. And MP suggest me, that a file named "index" is played.

    I thinks there is a Problem with supporting index.bdmv?

    PS:I can playback other m2ts files.
     

    Attachments

    • problem.png
      problem.png
      132.1 KB

    polarie

    Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,252
    152
    52
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Bluray Handler 0.9.3 (BETA)

    could it be that it does not work with a Super-Multi-Blue
    combined BR / HD-DVD Drive ... :( build by LG (that H20 irgendwas)
     

    armandp

    Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    Re: Bluray Handler 0.9.3 (BETA)

    if your codec setup is ok then you can do everything already possible in mediaportal, switcj language, switch subtitle etc.. the only thing this plugin does is allowing you to select a playlist and use the proper splitter for it.
     

    josch.hh

    MP Donator
  • Premium Supporter
  • March 29, 2008
    476
    77
    Hamburg
    Home Country
    Germany Germany
    AW: Re: Bluray Handler 0.9.3 (BETA)

    Well the plugin doesn't even have to deal with selecting audio language so nothing is hardcoded there.

    Maybe didn't take a deeper look... just tought it was:

    Code:
    // get the bd title from the meta xml
                string metaFilePath = Path.Combine(base.DirectoryBDMV.FullName, @"META\DL\bdmt_eng.xml");
                if (!File.Exists(metaFilePath))
                    return;

    from BDInfo.cs

    Anyhow, can you implement in the plugin config a selection for default audio language?
    Maybe i can help you....
     

    armandp

    Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    Re: Bluray Handler 0.9.3 (BETA)

    that's code to lookup the bluray title (if that file is available)

    I think the tv plugin already chooses the correct language from the video stream i don't know about playing video's tho but i think it's possible to just run the code that's behind the manual audio selection ;)
     

    hoborg

    Portal Pro
    June 13, 2008
    4,413
    1,644
    Nový Jičín
    Home Country
    Czech Republic Czech Republic
    Re: Bluray Handler 0.9.3 (BETA)

    Hi.
    Becouse i do not have any BlueRay i create one from one M2TS file by using tsMuxeR.
    This process will create BlueRay structure.

    If i open "index.bdmv" in MPC-HC it play just fine, but MePo popup cannot play message.
    From LOG i locate this:

    Code:
    2010-06-24 14:49:38.578125 [Info.][MPMain(1)]: g_Player.Play(F:\MP\SAF\_videa\blueray-h.264p\BDMV\index.bdmv Video)
    2010-06-24 14:49:38.578125 [Info.][(7)]: [BDHandler] Scanning bluray structure: F:\MP\SAF\_videa\blueray-h.264p\BDMV\index.bdmv
    2010-06-24 14:49:38.703125 [Info.][MPMain(1)]: [BDHandler] Found 0 valid playlists.
    2010-06-24 14:49:38.703125 [Info.][MPMain(1)]: VideoPlayer:play F:\MP\SAF\_videa\blueray-h.264p\BDMV\index.bdmv

    "Found 0 valid playlists" - is that normal?

    Tested on MediaPortal 1.1.0 RC5.
     

    fade23

    New Member
    December 29, 2007
    4
    0
    Re: Bluray Handler 0.9.3 (BETA)

    Just installed MovingPictures SVN (1.0.4.1096) and that fixes this problem. Movies start fullscreen again ;)

    Where can I get that SVN? Or do u know a release date for it with that svn included?

    You need to compile it yourself from the source code.
    No idea when they're gonna release a new version, but that can't be too long with RC5 planned in a few days ;)

    Moving Pictures 1.05 was released today, but does not appear to have this fix. Movies still start windowed.
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    43
    Texas
    Home Country
    United States of America United States of America
    Re: Bluray Handler 0.9.3 (BETA)

    Moving Pictures 1.05 was released today, but does not appear to have this fix. Movies still start windowed.
    Sorry guys it looks like armandp may have fixed this a while back, but I think this may have gone into the Moving Pictures 1.1 source code rather than the Moving Pictures 1.0 source code. I couldn't tell you why, but because there was no issue logged on our bug tracker it never got any attention. I have created an issue on our tracker for this problem now, so please post additional comments there. If you just want to track progress, star the issue. Sorry but it is impossible for us to follow every thread on the forums; stuff will get lost if it is not posted in our issue tracker.

    I will try to create a Moving Pictures 1.0.6 Alpha this evening with the change armandp made included. Once I get this put together, I'd appreciate it if some of you could test the build.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Re: Bluray Handler 0.9.3 (BETA)

    Thx a lot fforde :)
    I'm ready to test :)
    Sorry the none of us create the ticket.
    Seb.
     

    Users who are viewing this thread

    Top Bottom