hobbyquaker / lgtv2

Control LG WebOS TV using node.js :tv:
MIT License
334 stars 44 forks source link

system.launcher/launch app id #47

Open seizu opened 1 year ago

seizu commented 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?