Skip to content

Commit 466579e

Browse files
author
Chris Bellew
committed
Finished renaming of app; added another syntax example.
1 parent 30304a3 commit 466579e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
53
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
64
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
75
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
6+
<classpathentry kind="src" path="src"/>
7+
<classpathentry kind="src" path="gen"/>
88
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>GoogleSearchPlexControl</name>
3+
<name>VoiceControlForPlexHomeTheater</name>
44
<comment></comment>
55
<projects>
66
</projects>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Below are examples of what to say to Google Now to trigger playback. Sentence fr
2222
### For TV Shows:
2323
"**Watch Season** *1* **Episode** *1* **of** *Homeland*"
2424

25+
"**Watch** *Homeland* **Season** *1* **Episode** *1*"
26+
2527
"**Watch** *Orange Is The New Black* **Season** *1* **Episode** *5*"
2628

2729
"**Watch episode** *Once More With Feeling* **of** *Buffy The Vampire Slayer*"

0 commit comments

Comments
 (0)