Skip to content

Commit

Permalink
Merge pull request #101 from digiltd/patch-1
Browse files Browse the repository at this point in the history
clarified about the UK/US issue
  • Loading branch information
stevenleeg authored Jun 12, 2017
2 parents ac35c84 + cdec89a commit eae68fd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ This project is still in its early phases and subject to a bit of change, howeve

**This Skill is not made by nor endorsed by Google.** That being said, it is based off of the wonderful [gmusicapi](https://github.com/simon-weber/gmusicapi) by [Simon Weber](https://simon.codes), which has been around since 2012, so this should work as long as Google doesn't decide to lock down its APIs in a major way.

**This Skill was developed to only work on English (US) language devices.**
This is due to the Skill using features from the [Developer Preview of the ASK Built-in Library](https://developer.amazon.com/blogs/post/Tx2EWC85F6H422/Introducing-the-ASK-Built-in-Library-Developer-Preview-Pre-Built-Models-for-Hund). Which frustratingly has only been made available to developers in the US.
### Supported Echo languages

There is a workaround for UK users if they setup the Skill slightly differently, instructions are included below.
**This Skill was developed to only work on devices (Echo, Dot, Tap etc) using English(US) on a Amazon US account**
This is due to the Skill using features from the [Developer Preview of the ASK Built-in Library](https://developer.amazon.com/blogs/post/Tx2EWC85F6H422/Introducing-the-ASK-Built-in-Library-Developer-Preview-Pre-Built-Models-for-Hund). Which frustratingly has only been made available to developers in the US (edit: six months later and there is still no access for UK/DE).

There is a workaround for English(UK) users (Amazon UK account) if they setup the Skill slightly differently, instructions are included below.

This language issue only affects the Echo/Amazon side of things and not your Google Music account [#100](https://github.com/stevenleeg/geemusic/issues/100)

## Features
What can this puppy do, you might ask? Here's a list of example phrases that you can try once you get GeeMusic up and running. Remember that each of these phrases needs to be prefixed with "Alexa, tell Geemusic to..." in order for Alexa to know that you're requesting music from GeeMusic, not the built-in music services. They're also fuzzy, so feel free to try slight variations of phrases to see if they'll work.
Expand Down Expand Up @@ -128,6 +131,10 @@ Going through the various sections

### Interaction model

This setup varies depending on the language settings your Echo device is using.

See the note at the top about supported languages.

#### US English users

On the "Interaction Model" step, paste in the contents of `speech_assets/intentSchema.json` to the intent schema field and the contents of `speech_assets/sampleUtterances.txt` to the sample utterances field.
Expand Down

0 comments on commit eae68fd

Please sign in to comment.