Trigger Audible audio books on Sonos

Hi!

I’ve just got my first tag reader soldered together and can successfully trigger spotify albums on my daughter’s Sonos One SL, now I’m wondering if it’s possible to trigger an audio book on Audible? I guess it must be possible but I can’t find any examples of how the content id would look for this. Has anyone done this before? Any ideas where I should look? Or should I find downloadable content and host it locally for simplicity?

1 Like

I have the same issue. I cannot find any solution. @jonnyshare Did you find anything?

I found a solution:

service: media_player.play_media
data:
  media_content_type: custom
  media_content_id: Play Der kleine Bruder on Audible
target:
  entity_id: media_player.echo_dot

https://github.com/custom-components/alexa_media_player/wiki#run-custom-command

I have the same issue. I cannot find any solution. @jonnyshare Did you find anything?

Nope, I didn’t spend much time on it and just found an alternative source for the audio files that I could upload to my Plex server.

I found a solution:

Interesting, thanks for sharing, maybe it will help someone, but I don’t use Alexa or any other speech driven devices.