Jump to content

Adjust refresh rate during PSE playback

Recommended Posts

OK, got it working. Just add the following two files into your PSE Folder under Actions! Name you can choose whatever you like, but the extension must be „.cvaction“!

disable "adjust refresh rate":

# disable "adjust refresh rate" in KODI for now
http://IPtoKODI:PORT/jsonrpc
POST: { "jsonrpc": "2.0", "id": 1, "method": "Settings.SetSettingValue", "params": { "setting": "videoplayer.adjustrefreshrate", "value": 0 } }

enable "adjust refresh rate" again:

# enable "adjust refresh rate" in KODI again
http://IPtoKodi:PORT/jsonrpc
POST: { "jsonrpc": "2.0", "id": 1, "method": "Settings.SetSettingValue", "params": { "setting": "videoplayer.adjustrefreshrate", "value": 2 } }

The "disable" Action should be placed directly in the begging of PSE Setup/Sequence.
The "enable" Action should be placed directly in front of the Feature (the main movie)

Thats it. Make sure that you have enabled "Allow remote control via HTTP" in KODI Settings as described here:
https://kodi.wiki/view/Settings/Services/Control#Allow_remote_control_via_HTTP

reg
ards

Edited by suchmich1983
  • Like 1
Link to comment
Share on other sites

  • PreShow Supporter

I now use an external player (MPC-BE for madVR and with refresh rate switching enabled) to play all MKV files (my entire movie library is MKV only). I have Kodi set up to play all other file types and since trailers I've downloaded have always been MOV or MP4 the internal Kodi player would play those (with refresh rate switching disabled in the settings). Works perfectly for my setup.

Edited by MidnightWatcher
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share


 Share

×
×
  • Create New...