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
Support
Watch / Listen Media
MP 1.16 DVD navigation issues
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="mm1352000" data-source="post: 1220658" data-attributes="member: 82144"><p>The log file shows:</p><p>[2017-05-04 23:34:04,713] [Log ] [MPMain ] [DEBUG] - EVT<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" />vdValidUopsChange:0x80BC1</p><p></p><p>This means that the <strong>invalid</strong> operations/buttons (ie. buttons you <strong>cannot</strong> press) are:</p><ul> <li data-xf-list-type="ul">UOP_FLAG_Play_Title_Or_AtTime</li> <li data-xf-list-type="ul">UOP_FLAG_PlayPrev_Or_Replay_Chapter</li> <li data-xf-list-type="ul">UOP_FLAG_PlayNext_Chapter</li> <li data-xf-list-type="ul">UOP_FLAG_Play_Forwards</li> <li data-xf-list-type="ul">UOP_FLAG_Play_Backwards</li> <li data-xf-list-type="ul">UOP_FLAG_ShowMenu_Root</li> <li data-xf-list-type="ul">UOP_FLAG_Pause_On</li> </ul><p>By process of elimination, the operations/buttons that <strong>might</strong> be <strong>valid</strong> (there's no gurantee) are:</p><ul> <li data-xf-list-type="ul">UOP_FLAG_Play_Chapter</li> <li data-xf-list-type="ul">UOP_FLAG_Play_Title</li> <li data-xf-list-type="ul">UOP_FLAG_Stop</li> <li data-xf-list-type="ul">UOP_FLAG_ReturnFromSubMenu</li> <li data-xf-list-type="ul">UOP_FLAG_Play_Chapter_Or_AtTime</li> <li data-xf-list-type="ul">UOP_FLAG_ShowMenu_Title</li> <li data-xf-list-type="ul">UOP_FLAG_ShowMenu_SubPic</li> <li data-xf-list-type="ul">UOP_FLAG_ShowMenu_Audio</li> <li data-xf-list-type="ul">UOP_FLAG_ShowMenu_Angle</li> <li data-xf-list-type="ul">UOP_FLAG_ShowMenu_Chapter</li> <li data-xf-list-type="ul">UOP_FLAG_Resume</li> <li data-xf-list-type="ul">UOP_FLAG_Select_Or_Activate_Button</li> <li data-xf-list-type="ul">UOP_FLAG_Still_Off</li> <li data-xf-list-type="ul">UOP_FLAG_Select_Audio_Stream</li> <li data-xf-list-type="ul">UOP_FLAG_Select_SubPic_Stream</li> <li data-xf-list-type="ul">UOP_FLAG_Select_Angle</li> <li data-xf-list-type="ul">UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode</li> <li data-xf-list-type="ul">UOP_FLAG_Select_Video_Mode_Preference</li> </ul><p>Next, the log file shows:</p><p>[2017-05-04 23:34:04,716] [Log ] [MPMain ] [DEBUG] - EVT<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" />vdButtonChange: buttons:#4, focused button: 1</p><p></p><p>This means there are 4 buttons available, and the first one is focussed.</p><p></p><p></p><p>Okay, so you're sitting in a menu with 4 buttons, and it looks like you should be able to navigate because UOP_FLAG_Select_Or_Activate_Button is allowed.</p><p></p><p></p><p>I see:</p><p>[2017-05-04 23:34:07,702] [Log ] [MPMain ] [INFO ] -</p><p>HID Event, DOWN, Keyboard, Virtual Key: Down</p><p>[2017-05-04 23:34:07,713] [Log ] [MPMain ] [INFO ] - HID: try mapping virtual code 0x0028</p><p>[2017-05-04 23:34:07,724] [Log ] [MPMain ] [INFO ] - Action: WINDOW / 2005 / ACTION / 23</p><p>[2017-05-04 23:34:07,734] [Log ] [MPMain ] [INFO ] - Executing: key 0 / 0 / Action: 23 / ACTION_BIG_STEP_BACK</p><p></p><p>In other words, you are pressing the down button. Presumably you're trying to navigate to the next option/button/selection in the DVD menu. However, due to the HID config and/or key mapping MP thinks that you are trying to use skip steps. That is obviously irrelevant for the DVD menu scenario. It won't work. Nothing will happen, which will cause you to think navigation is broken.</p><p></p><p>Solution: amend the HID config and/or key mapping.</p><p>Note there may be a possibility that the [new] HID keyboard handling/profile wasn't configured properly for DVDs. However if that were the case I'd have expected the same results on all your HTPCs when you use the same configuration. We can ask [USER=140174]@Stéphane Lenclud[/USER] what he thinks about this.</p><p></p><p></p><p>My understanding is that the classic profile with HID keyboard unticked would be fine for a MCE remote. Not sure about the media keyboard... but I really do suggest you try the classic profile with HID keyboard unticked. If it works, it would at least tell us something about the cause/source of the problem.</p><p></p><p></p><p>Mmmm, something must be different to explain the different results. Either you have a different remote, different receiver, different keyboard, different driver, different HID config, different key mapping... or different <em>something</em>. Let me put it this way: the problem has nothing to do with differences between GPUs! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="mm1352000, post: 1220658, member: 82144"] The log file shows: [2017-05-04 23:34:04,713] [Log ] [MPMain ] [DEBUG] - EVT:DvdValidUopsChange:0x80BC1 This means that the [B]invalid[/B] operations/buttons (ie. buttons you [B]cannot[/B] press) are: [LIST] [*]UOP_FLAG_Play_Title_Or_AtTime [*]UOP_FLAG_PlayPrev_Or_Replay_Chapter [*]UOP_FLAG_PlayNext_Chapter [*]UOP_FLAG_Play_Forwards [*]UOP_FLAG_Play_Backwards [*]UOP_FLAG_ShowMenu_Root [*]UOP_FLAG_Pause_On [/LIST] By process of elimination, the operations/buttons that [B]might[/B] be [B]valid[/B] (there's no gurantee) are: [LIST] [*]UOP_FLAG_Play_Chapter [*]UOP_FLAG_Play_Title [*]UOP_FLAG_Stop [*]UOP_FLAG_ReturnFromSubMenu [*]UOP_FLAG_Play_Chapter_Or_AtTime [*]UOP_FLAG_ShowMenu_Title [*]UOP_FLAG_ShowMenu_SubPic [*]UOP_FLAG_ShowMenu_Audio [*]UOP_FLAG_ShowMenu_Angle [*]UOP_FLAG_ShowMenu_Chapter [*]UOP_FLAG_Resume [*]UOP_FLAG_Select_Or_Activate_Button [*]UOP_FLAG_Still_Off [*]UOP_FLAG_Select_Audio_Stream [*]UOP_FLAG_Select_SubPic_Stream [*]UOP_FLAG_Select_Angle [*]UOP_FLAG_Select_Karaoke_Audio_Presentation_Mode [*]UOP_FLAG_Select_Video_Mode_Preference [/LIST] Next, the log file shows: [2017-05-04 23:34:04,716] [Log ] [MPMain ] [DEBUG] - EVT:DvdButtonChange: buttons:#4, focused button: 1 This means there are 4 buttons available, and the first one is focussed. Okay, so you're sitting in a menu with 4 buttons, and it looks like you should be able to navigate because UOP_FLAG_Select_Or_Activate_Button is allowed. I see: [2017-05-04 23:34:07,702] [Log ] [MPMain ] [INFO ] - HID Event, DOWN, Keyboard, Virtual Key: Down [2017-05-04 23:34:07,713] [Log ] [MPMain ] [INFO ] - HID: try mapping virtual code 0x0028 [2017-05-04 23:34:07,724] [Log ] [MPMain ] [INFO ] - Action: WINDOW / 2005 / ACTION / 23 [2017-05-04 23:34:07,734] [Log ] [MPMain ] [INFO ] - Executing: key 0 / 0 / Action: 23 / ACTION_BIG_STEP_BACK In other words, you are pressing the down button. Presumably you're trying to navigate to the next option/button/selection in the DVD menu. However, due to the HID config and/or key mapping MP thinks that you are trying to use skip steps. That is obviously irrelevant for the DVD menu scenario. It won't work. Nothing will happen, which will cause you to think navigation is broken. Solution: amend the HID config and/or key mapping. Note there may be a possibility that the [new] HID keyboard handling/profile wasn't configured properly for DVDs. However if that were the case I'd have expected the same results on all your HTPCs when you use the same configuration. We can ask [USER=140174]@Stéphane Lenclud[/USER] what he thinks about this. My understanding is that the classic profile with HID keyboard unticked would be fine for a MCE remote. Not sure about the media keyboard... but I really do suggest you try the classic profile with HID keyboard unticked. If it works, it would at least tell us something about the cause/source of the problem. Mmmm, something must be different to explain the different results. Either you have a different remote, different receiver, different keyboard, different driver, different HID config, different key mapping... or different [I]something[/I]. Let me put it this way: the problem has nothing to do with differences between GPUs! ;) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
MP 1.16 DVD navigation issues
Contact us
RSS
Top
Bottom