Custom InputMaps

I’ve been over this page, but couldnt find what I was looking for…

is there an input for “Marked Watched” there must be to set it as watched or unwatched

bump - Anyone?

In OpenPHT it’s the W key.

Not sure you want to be using PMP unless you love being frustrated by bad software.

@wwwizzarrdry said:
In OpenPHT it’s the W key.

Not sure you want to be using PMP unless you love being frustrated by bad software.

My Experience with PMP is mostly good ( and the bad is limited to my NUC7i3) what in particular don’t you like? or is going wrong for you?

On Windows, it is becomes unresponsive.after every page reflow and will often crash/freeze on repaint.

It doesn’t remember fullscreen settings, so it always launches into PMS view on launch instead of PMP view.

The app honors your system DPI settings, so when I set Windiws DPI to 150% for my TV display, PMP becomes this unusable 640x480-like window of zoomed-in rubbish.

Other issues, are that it scrolls your libraries horizontally not vertically (and doesn’t allow you the option to switch

There is no Audio Sync capabilities

@wwwizzarrdry said:
There is no Audio Sync capabilities

    "Alt\\+A": "increase_audio_delay",
    "Alt\\+Shift\\+A": "decrease_audio_delay",
    "Alt\\+S": "increase_subtitles_delay",
    "Alt\\+Shift\\+S": "decrease_subtitles_delay",

@wwwizzarrdry said:
On Windows, it is becomes unresponsive.after every page reflow and will often crash/freeze on repaint.

It doesn’t remember fullscreen settings, so it always launches into PMS view on launch instead of PMP view.

The app honors your system DPI settings, so when I set Windiws DPI to 150% for my TV display, PMP becomes this unusable 640x480-like window of zoomed-in rubbish.

Other issues, are that it scrolls your libraries horizontally not vertically (and doesn’t allow you the option to switch

There is no Audio Sync capabilities

Hmm, I have never had any of those problems, other than the scrolling horizontally, which I don’t mind.

Are you using Windows 10 or 7?
What version of PMP?

Mine is utterly unusable on Windows 10. Not sure of the version at the moment.

Windows 10 and the Most recent version.
1.2.2.555-d1355001
published - December 21, 2016

I have it on a NUC7i3 which is set to never turn off.
(only because when it does the remote IR doesn’t always come back - Well documented Windows issue)

I also use a Harmony Elite Remote.

At times when I come back to the room, the PMP is not in fullscreen mode, but I have a button mapped to toggle fullscreen. A couple presses of the button and it’s right. (its always 3 presses, I could have remote do that during the startup. just to lazy to set it up)

Everything else works perfectly. Well except HD Audio, which works perfectly in Windows 10 (Thanks to the update) but not in the embedded version (which I would use if I could)

So, yeah, love it… Been playing around with Plex for Kodi (LIB8Kodi17) and its working too but honestly, i prefer the Regular Plex layout and controls.

The only thing I am really missing right now is the “Mark Watched” key… I tried mapping “W” to in the Keyboard.jsom but it didn’t work… not sure why

I’ll try a fresh install and see how it goes.

@wesman said:
The only thing I am really missing right now is the “Mark Watched” key… I tried mapping “W” to in the Keyboard.jsom but it didn’t work… not sure why

Weird, this is even already in the examples folder.

"W": "toggle_watched",

It works by default (without any customized keyboard.json)
but it reacts to a lower case w, not an upper case W

Does the command “toggle_watched” appear twice in your customized keyboard.json ?

@OttoKerner said:

@wesman said:
The only thing I am really missing right now is the “Mark Watched” key… I tried mapping “W” to in the Keyboard.jsom but it didn’t work… not sure why

Weird, this is even already in the examples folder.

"W": "toggle_watched",

It works by default (without any customized keyboard.json)
but it reacts to a lower case w, not an upper case W

Does the command “toggle_watched” appear twice in your customized keyboard.json ?

Thanks - Thats a step in the right direction. I have that working, just had to adjust mappings.

BUT is there a “SetWatched”? rather than toggle? here is my use case.

I am at the end (where the credits start rolling) of a Movie or TV Show and I just want to go back to HOME, but before I can, I need to set the Movie or TV Show to “Watched” otherwise it leave the Item as “Unwatched” with just a smiggen left to go. (BUT ONLY sometimes) Other times, as the credits start to role, hitting back, will mark it as watched.

I assume this has something to do with how much of the content is left…

so, automating a process like “Make Watched, Go Home” would always work…
where “Toggle Watched, Go Home” does not…

does that make sense?

@wesman said:
I assume this has something to do with how much of the content is left…

It has (the threshold is at 10% playtime left). (I think)
I think letting it ‘seek’ forward a few times should achieve crossing that threshold in most cases.
"PgDown": "seek_forward",

Then you don’t have to set it to ‘watched’ explicitly.

@OttoKerner said:

@wesman said:
I assume this has something to do with how much of the content is left…

It has (the threshold is at 10% playtime left). (I think)
I think letting it ‘seek’ forward a few times should achieve crossing that threshold in most cases.
"PgDown": "seek_forward",

Then you don’t have to set it to ‘watched’ explicitly.

So, on “arrow up” it jumps 10 minutes or to the next chapter if there is one.
if the file has chapters “arrow up” after the last chapter mark does nothing.

how far does “Seek_forward” jump, and is that the same as “next chapter”?

@wesman said:
how far does “Seek_forward” jump, and is that the same as “next chapter”?

30 seconds, I think.
(Originally, i was hoping that the ‘10 minute jump’ was available, but it doesn’t seem that way.)
I did not know about the ‘arrow up’ jump either, so just use whatever works for you.

@OttoKerner is it possible to use a mpv.conf do do what I want? IE (4), rapid “Direction Pad right” would result in that last “right” being 10 minutes?

I can’t tell you that. while mpv.conf supports a lot of dials and levers, some of them are not cooperating within PMP.
Just try it. It may work or not.
(and of course please report your experiences back here) :wink:

By Adding the below command and setting that to a button on my remote, I was able to achieve the results I was looking for.

“KEY_NUMERIC_4”: “host:player seek 100 absolute-percent”