Open seizu opened 1 year ago
I have successfully managed to get any app id (Sky, Netflix, Prime, Disney+) with:
lgtv.request('ssap://com.webos.applicationManager/listApps', function(err,res) { console.log(res); });
Is there a way to retrieve information about the current stream, such as title or runtime, from any of the above apps?
I have successfully managed to get any app id (Sky, Netflix, Prime, Disney+) with:
lgtv.request('ssap://com.webos.applicationManager/listApps', function(err,res) { console.log(res); });
Is there a way to retrieve information about the current stream, such as title or runtime, from any of the above apps?