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 2
General
MP2 not skipping commercials
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="ge2301" data-source="post: 1288606" data-attributes="member: 145639"><p>Hi,</p><p></p><p>everything is implemented and works here as expected. The <a href="https://www.team-mediaportal.com/wiki/display/MediaPortal2/InputDevices" target="_blank">Wiki</a> explains the remote keys. We have the input manager, that allows you to assign different keys to the preset functions.</p><p>I checked additonally the key bindings of the video player and everything is available (see below).</p><p>The buttons you press by mouse have exactly the same bindings, so there is no difference in the code between mouse and remote.</p><p></p><p>[CODE=xml] <KeyBinding Key="Info" Command="{Command ToggleOSD}"/></p><p> <KeyBinding Key="Back" Command="{Command CloseOSD}" IsEnabled="{Binding IsOSDVisible}"/></p><p> <KeyBinding Key="Escape" Command="{Command CloseOSD}" IsEnabled="{Binding IsOSDVisible}"/></p><p> <KeyBinding Key="ZoomMode" Command="{Command PlayerUIContributor.ShowZoomModeDialog}"/></p><p> <KeyBinding Key="Yellow" Command="{Command PlayerUIContributor.OpenChooseSubtitleDialog}" IsEnabled="{Binding PlayerUIContributor.SubtitlesAvailable}"/></p><p> <KeyBinding Key="Blue" Command="{Command Source={Service WorkflowManager},Path=NavigatePush,Parameters=A3F53310-4D93-4f93-8B09-D53EE8ACD829}"/></p><p> <KeyBinding Key="Red" Command="{Command Source={StaticResource GeneralPlayerModel}, Path=SwitchPipPlayers}"/></p><p></p><p> <KeyBinding Key="Up" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=InstantSkipForward}" IsEnabled="{Binding !IsOSDVisible}"/></p><p> <KeyBinding Key="Down" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=InstantSkipBackward}" IsEnabled="{Binding !IsOSDVisible}"/></p><p></p><p> <KeyBinding Key="Right" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=SkipStepForward}" IsEnabled="{Binding !IsOSDVisible}"/></p><p> <KeyBinding Key="Left" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=SkipStepBackward}" IsEnabled="{Binding !IsOSDVisible}"/></p><p></p><p> <KeyBinding Key="PageUp" Command="{Command Source={Service PlayerContextManager},Path=NextItem}"/></p><p> <KeyBinding Key="PageDown" Command="{Command Source={Service PlayerContextManager},Path=PreviousItem}"/>[/CODE]</p><p></p><p>In case it does still not work, please explain exactly with screenshot what you did. I see you mentioning "remote", but also "F8", so I'm not really sure if you use a remote or keyboard. I'm also not sure which button you press with mouse and which skin you are using in the end.</p></blockquote><p></p>
[QUOTE="ge2301, post: 1288606, member: 145639"] Hi, everything is implemented and works here as expected. The [URL='https://www.team-mediaportal.com/wiki/display/MediaPortal2/InputDevices']Wiki[/URL] explains the remote keys. We have the input manager, that allows you to assign different keys to the preset functions. I checked additonally the key bindings of the video player and everything is available (see below). The buttons you press by mouse have exactly the same bindings, so there is no difference in the code between mouse and remote. [CODE=xml] <KeyBinding Key="Info" Command="{Command ToggleOSD}"/> <KeyBinding Key="Back" Command="{Command CloseOSD}" IsEnabled="{Binding IsOSDVisible}"/> <KeyBinding Key="Escape" Command="{Command CloseOSD}" IsEnabled="{Binding IsOSDVisible}"/> <KeyBinding Key="ZoomMode" Command="{Command PlayerUIContributor.ShowZoomModeDialog}"/> <KeyBinding Key="Yellow" Command="{Command PlayerUIContributor.OpenChooseSubtitleDialog}" IsEnabled="{Binding PlayerUIContributor.SubtitlesAvailable}"/> <KeyBinding Key="Blue" Command="{Command Source={Service WorkflowManager},Path=NavigatePush,Parameters=A3F53310-4D93-4f93-8B09-D53EE8ACD829}"/> <KeyBinding Key="Red" Command="{Command Source={StaticResource GeneralPlayerModel}, Path=SwitchPipPlayers}"/> <KeyBinding Key="Up" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=InstantSkipForward}" IsEnabled="{Binding !IsOSDVisible}"/> <KeyBinding Key="Down" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=InstantSkipBackward}" IsEnabled="{Binding !IsOSDVisible}"/> <KeyBinding Key="Right" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=SkipStepForward}" IsEnabled="{Binding !IsOSDVisible}"/> <KeyBinding Key="Left" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=SkipStepBackward}" IsEnabled="{Binding !IsOSDVisible}"/> <KeyBinding Key="PageUp" Command="{Command Source={Service PlayerContextManager},Path=NextItem}"/> <KeyBinding Key="PageDown" Command="{Command Source={Service PlayerContextManager},Path=PreviousItem}"/>[/CODE] In case it does still not work, please explain exactly with screenshot what you did. I see you mentioning "remote", but also "F8", so I'm not really sure if you use a remote or keyboard. I'm also not sure which button you press with mouse and which skin you are using in the end. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
General
MP2 not skipping commercials
Contact us
RSS
Top
Bottom