Jump to content

Welcome, Guest!

Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for?
   Sign In    Sign Up

Become a RedCarpet Club Member Today!

   Join Now
  • 0
MaKin

Refreh rate change issue

Question

Can you guys help me with my action to disable RefreshRateChange. My "Kodi-DisableRefreshRateSync.cvaction" looks like this:

 

unfortunately it does not seem to work. Neither do I get a http response when testing nor does the refresh rate get disabled. It still switches when playing trailers, bumpers or intros before the feature.

# Turn off refresh rate sync
http://127.0.0.1:8888/jsonrpc
{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoplayer.adjustrefreshrate", "value": 0}, "id": 1}
Edited by MaKin

Share this post


Link to post
Share on other sites

12 answers to this question

Recommended Posts

  • 0
59 minutes ago, Godi said:

Hey defcon
How did you fix the Problem?

 

see my previous post?

http://user:password@kodiip:8080

also the chrome extensions:
 Simple REST Client

to find out what port you're using properly 8080

:P

  • Upvote 1

Share this post


Link to post
Share on other sites
  • 0
On 1/30/2017 at 2:33 AM, MaKin said:

Can you guys help me with my action to disable RefreshRateChange. My "Kodi-DisableRefreshRateSync.cvaction" looks like this:

 

unfortunately it does not seem to work. Neither do I get a http response when testing nor does the refresh rate get disabled. It still switches when playing trailers, bumpers or intros before the feature.


# Turn off refresh rate sync
http://127.0.0.1:8888/jsonrpc
{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoplayer.adjustrefreshrate", "value": 0}, "id": 1}

Hey there! If you're not getting a response, you'll want to make sure that your Kodi is configured to allow remote control, and then use those settings to connect to Kodi in your Action file. You'll also want to make sure that refresh rate sync is set to enabled before running an Action that disables it.

Share this post


Link to post
Share on other sites
  • 0

Hi, could you help me out and clarify some things?

What im a doing wrong?

This is the code I'm using:

(doesnt matters if im using the real ip or 127.0.0.1 still getting the same results.

 

# Turn off refresh rate sync
http://127.0.0.1:8080/jsonrpc
{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoplayer.adjustrefreshrate", "value": 0}, "id": 1}

And I added the action file from the folder called Cinema as a source in the file browser.

At last i added the action in front of the starting intro file.

1. in Kodi settings which one are you using? or doesn't it matters?

image.png

 

2. do we need this port? cause i cant find web like you stated before other than this

image.png

 

this is the result with port 8080 (that is the default json port in kodi these days)

 

But it still doesnt change anything... it keeps refreshing between all videos... :(

less_info.png

 

Share this post


Link to post
Share on other sites
  • 0
2 hours ago, mguebert said:

Did you change the default web user from Kodi? and the password? That's the only thing I noticed in the screen grab

this was indeed the problem ty, i changed it according to the action file user:password@host:port

Share this post


Link to post
Share on other sites
  • 0

Godi,

 

Please try this

 

# Turn off refresh rate sync
http://127.0.0.1:8080/jsonrpc
{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoplayer.adjustrefreshrate", "value": 0}, "id": 1}

change to http://username:password@127.0.0.1:8080/jsonrpc

 

  • Upvote 1

Share this post


Link to post
Share on other sites
  • 0
On 13.2.2017 at 9:00 PM, mguebert said:

Godi,

 

Please try this

 


# Turn off refresh rate sync
http://127.0.0.1:8080/jsonrpc
{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoplayer.adjustrefreshrate", "value": 0}, "id": 1}

change to http://username:password@127.0.0.1:8080/jsonrpc

 

mguebert many thanks this fix the Problem ;)

  • Upvote 1

Share this post


Link to post
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
Answer this question...

×   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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines and Terms of Use.