Jump to content
View in the app

A better way to browse. Learn more.

PreShow Experience

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Posted

Hi,

pretty nice Addon!! I was also a Big Fan of Cinemavision and I do remember that there was an Option to stop adjusting refresh rate while Trailers and Bumpers were playing. 
Did I missed the setting somewhere? If not, is it planned to include this in a later Version?

 

thanks and regards

  • Replies 4
  • Views 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • You need to use an action.  Integrating it is on my to-do list.

  • suchmich1983
    suchmich1983

    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 „.pseaction“! disable "adjust refresh rate":

Featured Replies

  • Author

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 „.pseaction“!

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

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

Create an account or sign in to comment

Topics

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.