[WiP] madVR support in MP1 (19 Viewers)

C

CypherMK

Guest
Subs are working now.
I also can adjust the subtitle delay. I cannot save the delay like with MPC HC subtitles. Would be a good feature! Also noticed that I can't select size 10 for fonts. It selects 9 instead,
 

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,523
    10,466
    France
    Home Country
    France France
    Hi :)

    I have fixed the message when it is not installed :p (the code was there but wrong detection).
    About the timing, it's tricky for ex i have set a delta of 750 ms (in config) :

    upload_2016-12-17_10-14-8.png


    So for example, if i set 10 ms in XySubfilter, the code check against both value :

    m_subtitleDelay = MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay / m_delayInterval;

    MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay = 10.
    m_delayInterval = 750.

    So the result is 10 / 750 = 0.01 = 0 for MP it's for that it act not timing reset.

    MPC-HC handle it differently or maybe the logic is wrong lol
     

    joecrow

    Test Group
  • Team MediaPortal
  • August 9, 2012
    2,721
    2,074
    Home Country
    Germany Germany
    For sure it crash but event log didn't tell us where :(
    From MP log it detect all W_DEVICECHANGE (Denon / Nvidia audio etc.) so i think it's related somehow at audio device but i'm not sure.
    The last device change before the crash is : Main: Device type is DBT_DEVTYP_DEVICEINTERFACE - Name: MG6300 series _38CC3D5EFE78
    So it crash at 15:15

    Hmm, the MG6300 is a network printer which is not typically ever used by my HTPC. Think I will try uninstalling the drivers and see if that clears it up.:unsure:
     
    C

    CypherMK

    Guest
    Hi :)

    I have fixed the message when it is not installed :p (the code was there but wrong detection).
    About the timing, it's tricky for ex i have set a delta of 750 ms (in config) :

    View attachment 184775

    So for example, if i set 10 ms in XySubfilter, the code check against both value :

    m_subtitleDelay = MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay / m_delayInterval;

    MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay = 10.
    m_delayInterval = 750.

    So the result is 10 / 750 = 0.01 = 0 for MP it's for that it act not timing reset.

    MPC-HC handle it differently or maybe the logic is wrong lol

    Do you think it is possible to save the modified subtitle delay within mediaportal? Like MPC-HC does? So when I adjust the delay within MP, and then stop the movie, it gets saved automatically/asked to save the subtitle.
     

    joecrow

    Test Group
  • Team MediaPortal
  • August 9, 2012
    2,721
    2,074
    Home Country
    Germany Germany
    Just curious to understand what advantage does XysubFilter subtittles have over the regular ones?
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,523
    10,466
    France
    Home Country
    France France
    Should talk directly to madvr ;) on my i use mpchc engine
     
    Last edited:

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,523
    10,466
    France
    Home Country
    France France
    About latest setup it should save the timing setting. Can you confirm ?

    Sent from Tapatalk
     
    Last edited:

    Users who are viewing this thread

    Top Bottom