You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addon uses the API call /web/signal to check the current signal quality every second.
On my box (Gigablue UHD UE 4k running OpenAtv and openwebif-1.3.9+git3732+a8eac35-r0), this call yields the signal status of the tuner that the box currently displays on the attached TV, not the status of the current stream that is transferred to kodi. If the box is in standby, /web/signal returns no data, even though a stream is currently playing in kodi:
There is no way to specify the tuner I'm afraid. I only realised this after I implemented the feature. I asked the openwebif guys could this be added but they said to it would be very difficult to do this so it would work for all images. It would be need to be supported in the OE core and I didn't think that would ever be implemented.
The addon uses the API call
/web/signal
to check the current signal quality every second.On my box (Gigablue UHD UE 4k running OpenAtv and openwebif-1.3.9+git3732+a8eac35-r0), this call yields the signal status of the tuner that the box currently displays on the attached TV, not the status of the current stream that is transferred to kodi. If the box is in standby,
/web/signal
returns no data, even though a stream is currently playing in kodi:This results in three kodi.log error lines every second:
Unfortunately I could not find any info how to specify the tuner for which the signal info should be returned using the openwebif API.
P.S.: I am aware that display signal quality can be turned off in kodi PVR settings.
The text was updated successfully, but these errors were encountered: