I’ve create a jellyfin integration that implement the media source interface, i.e. the interface that allows you to browse media from a Google Cast entity.
Questions are:
- Can we play a media via
media_player.play_media
by passing a media id? - If so, how can we retrieve that media id?
Thanks