-
Feature is being skipped
Hi, many thanks for reverting back. I tried disabling DXVA but the issue still happens. Please find a debug log attached. Sorry for sending a ZIP Archive, but pastebin doesnt seem to allow more than 512KB. The problem happened when the TRON Ares Trailer started. It started for a second or two and than was skipped to the next trailer (Fantastic Four). Hope this helps a little bit. Let me know if I can do more! REgardskodi.zip
-
Feature is being skipped
Hi, any News regarding this? I seem to have the same issue. Features are skipping randomly no matter which content is played. SDR, HDR etc can happen with any content. I am using HTPC on Windows 10 with latest Kodi 21.2 version. Anything I can share to help fixing this? Thanks 🙏
-
Adjust refresh rate during PSE playback
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 regards
-
Adjust refresh rate during PSE playback
I guess its possible via actions. I will investigate here as well...
-
Adjust refresh rate during PSE playback
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