Toxblh / samsung-tv-control

📺 Remote control your TV via JS!
https://toxblh.github.io/samsung-tv-control/
MIT License
173 stars 34 forks source link

Other custom app launches? #303

Open Neilshweky opened 3 months ago

Neilshweky commented 3 months ago

I see that you provide the following function: openYouTubeLink(url: string) which sends a POST to the TV with a video ID. My question is, how did you know about this function and how can I figure out if other apps support this kind of thing?

I'm trying to be able to launch some services to specific shows etc.

Toxblh commented 3 months ago

If I correct remember, I got mobile app youtube and sniff traffic on share action "watch to tv" Maybe other apps also open some handlers as YT, but need to sniff and test their apps

Neilshweky commented 3 months ago

Cool! I actually know how to do this. If I find anything new I can raise a PR

jaydipbvi commented 3 months ago

Direct access/open custom app like netflix, youtube command not working any idea?

And where can we get response of fetch all apps?