iobroker-community-adapters / ioBroker.chromecast

ioBroker Chromecast Adapter
MIT License
22 stars 12 forks source link

Launch Chromecast apps instead of default media player #39

Open Xyolyp opened 5 years ago

Xyolyp commented 5 years ago

I would like the adapter to parse the given "url2play" for some supported apps (like youtube, spotify, twitch, netflix, ...) and launch the proper chromecast application (receiver) and stream within that instead of using the default media player. The default media player seems to not be able to play youtube, twitch and many more content providers.

angelnu commented 5 years ago

This would be indeed a useful feature - do you have information/examples on how the URLS would look like?

Xyolyp commented 5 years ago

I'm imagining detecting the domain could be done. I can provide some examples for Spotify tomorrow but YouTube has soo many different url formats...

angelnu commented 5 years ago

In order to implement this I would need information on what is the ID of the player to load for the URL.

raintonr commented 2 years ago

Partial fix: https://github.com/iobroker-community-adapters/ioBroker.chromecast/pull/103