Skip to content

Releases: josephschmitt/alexa-couchpotato

Include interaction model in packaged zip

04 Jun 20:15
Compare
Choose a tag to compare
v1.3.1

Include interaction model in packaged zip

Move to new config system

31 May 02:57
Compare
Choose a tag to compare

The old system was confusing for new users, especially since dotfiles are hidden by the OS by default. I've instead moved to using a JSON-based system. Should hopefully be much easier.

The new config exists in config/default.json. You can edit the relevant keys in there directly, or make a copy of it named local.json which is ignored by git so you don't accidentally commit it.

If you were previously using .env to configure your server, a script will try to upgrade you to the new system and add a local.json file for you with your previous configuration. If it does so successfully, please update the .env file and remove the CP settings (and leave the rest there!) so the script doesn't have to run again.

Updated interaction model generator to work with AMAZON.Movie slot type

30 May 02:10
Compare
Choose a tag to compare

No longer need to define movies for the slot type since we're using AMAZON.Movie instead of an AMAZON.LITERAL. Yay!

Also, I'll now be including the packaged zip file in the releases. If you don't want to build this project from source, you can just download the zip, update the .env file, and then upload to lambda without doing anything else.

Moved to new API library, fixed a few API responses, and using new AMAZON.Movie slot type

29 May 02:34
Compare
Choose a tag to compare
v1.2.2

Handle utterance parsing not being able to pick up a movie title.

v1.2.1

27 May 02:32
Compare
Choose a tag to compare
Add more details on setting up the Lambda function to README.

v1.2.0: Fix broken build.

27 May 00:04
Compare
Choose a tag to compare
Finally got back around to this project and fixed the broken build. This shoud fix #26 #25.