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
Development
General Development (no feature request here!)
Integration of MPC-HC subtitle's engine
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="damaster" data-source="post: 373686" data-attributes="member: 60795"><p>Absolutely no errors in my log file. From the log messages it appears the MediaPortal OnExit method is executing just fine. </p><p></p><p>I added the following line of code at the very end of the OnExit method in MediaPortal.cs to solve the problem, although it's not an elegant fix, but quite acceptable as long as it's the very <strong>last</strong> line of code that executes:</p><p>[code]Process.GetCurrentProcess().Kill();[/code]</p><p></p><p>There's also another bug to report and here's how to reproduce it:</p><p>1) Enable subtitles in MediaPortal Configuration Videos section or from the settings menu in the UI.</p><p>2) Play a video with subtitles, and select one of the subtitle languages from the OSD.</p><p>3) Now open up the subtitles OSD menu while playing a video again and select "Subtitles Off".</p><p>4) Now in MediaPortal Configuration or the settings menu in the UI, the subtitles will be disabled.</p><p>5) Exit MediaPortal.</p><p>6) Restart MediaPortal and play a video. Now you don't even get the "Subtitles" option in the OSD because they've been disabled. You have to go back to Settings and re-enable them. </p><p></p><p>To solve this issue, I think choosing "Subtitles Off" while playing a video SHOULD NOT disable the subtitles configuration flag but should only turn off subtitles for that particular video. The configuration subtitles flag should only be toggled from MP Configuration or from the settings menu in the UI.</p></blockquote><p></p>
[QUOTE="damaster, post: 373686, member: 60795"] Absolutely no errors in my log file. From the log messages it appears the MediaPortal OnExit method is executing just fine. I added the following line of code at the very end of the OnExit method in MediaPortal.cs to solve the problem, although it's not an elegant fix, but quite acceptable as long as it's the very [B]last[/B] line of code that executes: [code]Process.GetCurrentProcess().Kill();[/code] There's also another bug to report and here's how to reproduce it: 1) Enable subtitles in MediaPortal Configuration Videos section or from the settings menu in the UI. 2) Play a video with subtitles, and select one of the subtitle languages from the OSD. 3) Now open up the subtitles OSD menu while playing a video again and select "Subtitles Off". 4) Now in MediaPortal Configuration or the settings menu in the UI, the subtitles will be disabled. 5) Exit MediaPortal. 6) Restart MediaPortal and play a video. Now you don't even get the "Subtitles" option in the OSD because they've been disabled. You have to go back to Settings and re-enable them. To solve this issue, I think choosing "Subtitles Off" while playing a video SHOULD NOT disable the subtitles configuration flag but should only turn off subtitles for that particular video. The configuration subtitles flag should only be toggled from MP Configuration or from the settings menu in the UI. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Integration of MPC-HC subtitle's engine
Contact us
RSS
Top
Bottom