#Finding content id for single mp3/wav in My Media

2 messages · Page 1 of 1 (latest)

unkempt tide
#

Hi all. I'm trying to use an mp3 or wav file that I have hosted on Media --> My Media in an automation. I currently have:

action: media_player.play_media
data:
media_content_type: music
media_content_id: /local/My media/Wings Goal.wav
target:
entity_id: media_player.wiim_living_room

...but that media_content_id clearly isn't working, since no sound is happening when I run the action. I can't for the life of me figure out how to find the exact media_content_id, and web searches have yielded nothing helpful. Does anyone know if/where I can definitively find the id for a music filed I have hosted on My Media?

Thanks in advance.

unkempt tide
#

I'll mention that I also tried the Developer Tools --> States route. I got a very long 'media_title' but putting that in media_content_id didn't work, either.