PrincessClevage 175 Posted October 11, 2019 Author Posted October 11, 2019 You don’t need Vera to control emby using voice. There is an emby skill for Alex
wbravin 3 Posted October 11, 2019 Posted October 11, 2019 Hi Thanks Yes i understand however can i issue a command to alexa to play a playlist in Kodi or ask alexa to play a movie in kodi. Since kodi has the emby plugin I would imagine that this could be a future development
PrincessClevage 175 Posted October 11, 2019 Author Posted October 11, 2019 Hi Thanks Yes i understand however can i issue a command to alexa to play a playlist in Kodi or ask alexa to play a movie in kodi. Since kodi has the emby plugin I would imagine that this could be a future development i Believe the emby skill for Alexa can do this now
PrincessClevage 175 Posted October 12, 2019 Author Posted October 12, 2019 I now have this fully automated. If your interested how (also can be use to call any local .exe on a pc from a simple http://URL call) see this thread on Vera forums: https://community.getvera.com/t/running-windows-bat-file-from-vera-initiated-http-call/210513/17
wbravin 3 Posted October 12, 2019 Posted October 12, 2019 Hello Thank you for responding an a saturday sorry for my ignorance but what does this code do? local dID = 595 local status = luup.variable_get("urn:upnp-org:serviceId:VSwitch1", "Status", dID) if status ~= “1” then return false end luup.inet.wget "http://i.p.address:8010/dson" return true I see it to simple to do what i am looking for example alexa play die hard on HTPC1 alexa stop die hard on htpc1 alexa play afternoon.m3u on htpc
PrincessClevage 175 Posted October 12, 2019 Author Posted October 12, 2019 Hello Thank you for responding an a saturday sorry for my ignorance but what does this code do? local dID = 595 local status = luup.variable_get("urn:upnp-org:serviceId:VSwitch1", "Status", dID) if status ~= “1” then return false end luup.inet.wget "http://i.p.address:8010/dson" return true I see it to simple to do what i am looking for example alexa play die hard on HTPC1 alexa stop die hard on htpc1 alexa play afternoon.m3u on htpc You can achieve this in two ways as I see it an easy way and a hard way.1. Use emby app for Alexa 2. Use a combination of Rigpapa’s emby plugin for Vera, several scenes exposed to Alexa and a voice Routine in Alexa for each
Luke 40078 Posted October 22, 2019 Posted October 22, 2019 I can't find any info on webhooks in Emby. I found a reference to a plugin, but don't see anything in the catalog. @@Luke how do Emby webhooks work? Is it in the released Windows server or only in beta at this point? There will be a new webhooks plugin with the upcoming Emby Server 4.3: https://emby.media/community/index.php?/topic/77969-new-webhooks-plugin/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now