Hello, I have went through the search results, but nothing worked…
I have made a fake fireplace using an old screen and kodi. Now I want to integrate it into a scene or something like that, but I can not, for the life of me, figure out how to run it.
Resurrecting this old thread since it is very similar to what I’m trying to do.
My goal is to have HA trigger different large files from the local Kodi storage and avoid streaming large files over the network.
I’ve got Kodi setup on a Raspberry Pi and fully integrated in HA. I’m able to play the files from the Kodi UI and I’m even able to play media from my home assistant media library on the Kodi Pi.
Here’s my service call:
service: media_player.play_media
data:
media_content_id: /home/osmc/Videos/mermaid-clip.mp4
media_content_type: video
target:
entity_id: media_player.tinytest
When I call this, the Kodi UI blinks for a split second but never plays the file.
Is this possible? Does anyone know what the path is? I’m on Kodi 18.9 Leia (because I’m using a Pi Zero W)
Hmmm, this seems related to my issue so I’ll give it a go.
For my evening routine I’d like Kodi to start playing some yoga and meditation video’s.
I’ve put these in their own folder on my NAS, the same nas that KODI uses to play my TV Shows and Movies over the network.
My issue is this: The folder I made named “Other Media” has been added as a video source. It plays the downloaded movies just fine on Kodi itself. The problem is this folder doesn’t show up when I try to select the media I want to play in the home assistant dashboard. Only the standard KODI folders like Music, Movies & TV shows show up. Together with the local HASS media folder, DLNA servers, etc. But not the folder I added. I checked share my libraries in KODI’s settings, so I’d imagine this folder should just be browsable. Any ideas? Google did not yield a solution to the specific issue I’m running into.