home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Area 51 - Testing Area
madVR support in MP1
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sebastiii" data-source="post: 1204414" data-attributes="member: 60104"><p>Hi <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>I have fixed the message when it is not installed <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" /> (the code was there but wrong detection).</p><p>About the timing, it's tricky for ex i have set a delta of 750 ms (in config) :</p><p></p><p>[ATTACH=full]184775[/ATTACH]</p><p></p><p>So for example, if i set 10 ms in XySubfilter, the code check against both value : </p><p></p><p>m_subtitleDelay = MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay / m_delayInterval;</p><p></p><p>MediaPortal.Player.Subtitles.SubEngine.GetInstance().Delay = 10.</p><p>m_delayInterval = 750.</p><p></p><p>So the result is 10 / 750 = 0.01 = 0 for MP it's for that it act not timing reset.</p><p></p><p>MPC-HC handle it differently or maybe the logic is wrong lol</p></blockquote><p></p>
[QUOTE="Sebastiii, post: 1204414, member: 60104"] 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) : [ATTACH=full]184775[/ATTACH] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Area 51 - Testing Area
madVR support in MP1
Contact us
RSS
Top
Bottom