Setup:
HassOS on Raspberry Pi 4
I installed MPD (https://github.com/Poeschl/Hassio-Addons/tree/master/mpd to play TTS from the 3.5mm Pi jack and everything work like a charm.
Now I would like to play some MP3 that I put into ‘/media’ folder via samba.
I can see these files if I go to Media Browser on the sidebar menu, but when I try to play them using the service in Developer Tools I got always errors.
On dev tools I set:
service: media_player.play_media
entity: media_player.mpd
then in the data field, on media_content_id
I tried any combination of paths I got searching on internet and on this page https://www.home-assistant.io/integrations/media_source/#playing-media-from-a-media-source but nothing works.
It’s weird that a basic and integrated feature like the Media Player lacks enough documentation on how to integrate it with automations, etc.
If anyone had success on this can share any information to achieve the result?