Anyone know of a way to get Google Home to play music from my local Subsonic server? I've searched for a few months and not been able to come up with anything. Any help or suggestions would be greatly welcomed!
Here we go: https://github.com/ctrlaltca/google-home-subsonicI'd be interested to see what you've done, even if it's rough. Can you put it on github, by chance?
The make_query intent should have no response set, but have the "Set this intent as end of the conversation" flag enabled.Is there supposed to be anything set in the Responses section of the make_query intent? It seems that when that is blank, I get a "MalformedResponse: 'final_response' must be set." from the simulator and the integration crashes.
This can be a valid symptom of problems.Sorry; one more thing. I am not seeing any traffic on my webserver, so I have a feeling I might be missing something on the fulfillment configuration.
{"source":"subsonic","fulfillmentText":"Problema nella richiesta: nessuna azione"}
Yeah, I'm going back and forth on that. I think I'm going to add intents for some other use cases (shuffle {artist}, e.g.) but I'm still deciding how I want to do that.I had a look at your commits, I've tried using search3 in the past but found out it to be more confusing when searching big libraries, as it tends to mix up artist and song names.
Eg. if i want to play "like a rolling stone" by Bob Dylan, sometimes i get a random song from the "Rolling Stones" band or a song from an album called "Rolling Stone Magazine's 500 Greatest Songs Of All Time".
But i have to admin that sometimes it's easier to just search on all fields.. maybe a different intent can be added.
Have you made any progress in the last few months? This sounds like an interesting idea.Yeah, I'm going back and forth on that. I think I'm going to add intents for some other use cases (shuffle {artist}, e.g.) but I'm still deciding how I want to do that.
Thanks again for putting this together!
Mark