E2OpenPlugins / e2openplugin-OpenWebif

GPL Web Interface for e2stabs
GNU General Public License v3.0
204 stars 227 forks source link

HbbTV #1204

Open Joey-1970 opened 3 years ago

Joey-1970 commented 3 years ago

Hello!

Is it possible to get informations with this API, when the user use HbbTV (for example "ARD Mediathek") on a Enigma2-Receiver?

Joachim

jbleyel commented 3 years ago

What information do you want?

Joey-1970 commented 3 years ago

Hello jbleyel,

first: thank you for your reply!

Short: The more, the better! ;-)

A good minimum informations would be, that the receiver is in "HbbTV-Mode", second maybe what kind of provider is running (like in display) f.e. "ARD Mediathek".

Is this possible?

Joachim

jbleyel commented 3 years ago

The HbbTV link/url from the current playing service on the box can be easy detect. But the info if HbbTV is active or not needs to implement in enigma2 code and in the HbbTV plugin.

Joey-1970 commented 3 years ago

Hello jbleyel,

again thanks for your answer!

I don't no if I unterstood it very well: To get more information is not possible without changes in the HbbTV-Plugin and the enigma2-code - sad but true.

But how can I detect the current playing service?

Joachim

jbleyel commented 3 years ago

No you don't understand. The current info is already there -> /api/getcurrent It's possible to make something like this. -> /api/getcurrenthbbtv This new request can have the HbbTV link info. But this is only the info if the current channel has HbbTV and not what you want.