-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDR Tone Remapping control? #40
Comments
Use the Or here is a script example script:
dreamscreen_hdr_off:
alias: "DreamScreen - Turn off HDR Tone Mapping"
sequence:
- service: dreamscreen.set_hdr_tone_remapping
data:
entity_id: dreamscreen.living_room
hdr_tone_remapping: 0
dreamscreen_hdr_on:
alias: "DreamScreen - Turn on HDR Tone Mapping"
sequence:
- service: dreamscreen.set_hdr_tone_remapping
data:
entity_id: dreamscreen.living_room
hdr_tone_remapping: 1 |
Thank you so much I will try later |
I just noticed you asked if it can be toggled in Kodi. This integration is for Home Assistant but the underlying python is a more generic library (https://github.com/J3n50m4t/pydreamscreen) |
hmm I am getting this error:
Here is the entry in my scripts.yaml file:
Not sure what I am doing wrong here, any ideas? |
Looks like "remapping" is not the right attribute. |
That fixed it, thanks! I don't think I can get it to work on Kodi since I would need the Kodi HA plugin to know when HDR content is being played to function right and switch it. This is still way better than the Dreamscreen app I can just create a tasker shortcut on my phone or hit it from the HA website. Thanks for adding this! |
I just took a quick look at the Kodi API and I don't see an obvious way to get if the current video is HDR Alternatively, if the title of the currently playing video has something like |
Kodi doesn't even natively support all HDR right now so most people have to use an external player like madvr and integrate it, maybe in the future. |
I guess this is more of a question/feature request but is there a way to turn on and off the HDR Tone Remapping from Kodi? Can't figure out how to do it if it is possible.
The text was updated successfully, but these errors were encountered: