@@ -11,24 +11,24 @@ adding translations, please do not modify (.*), $1, ([0-9]+), etc.
11
11
-->
12
12
<item name =" pattern_recognition" type =" string" >^(((watch|resume watching|listen to|watch movie) (.+))|((offset|timecode) (.+))|((pause|stop|resume) playback))(on (.+))?</item >
13
13
14
- <item name =" pattern_resume_watching" type =" string" >^resume watching (.* )</item >
14
+ <item name =" pattern_resume_watching" type =" string" >^resume watching (.+ )</item >
15
15
<item name =" pattern_watch" type =" string" >watch $1</item >
16
- <item name =" pattern_watch_movie" type =" string" >watch movie (.* )</item >
17
- <item name =" pattern_watch_season_episode_of_show" type =" string" >watch season ([0-9]+) episode ([0-9]+) of (.* )</item >
18
- <item name =" pattern_watch_show_season_episode" type =" string" >watch (.* ) season ([0-9]+) episode ([0-9]+)</item >
19
- <item name =" pattern_watch_episode_of_show" type =" string" >watch episode (.* ) of (.* )</item >
20
- <item name =" pattern_watch_next_episode_of_show" type =" string" >watch the next episode of (.* )</item >
21
- <item name =" pattern_watch_latest_episode_of_show" type =" string" >watch( the)? latest episode of (.* )</item >
22
- <item name =" pattern_watch_show_episode_named" type =" string" >watch (.* ) episode (.* )</item >
23
- <item name =" pattern_watch2" type =" string" >watch (.* )</item >
16
+ <item name =" pattern_watch_movie" type =" string" >watch movie (.+ )</item >
17
+ <item name =" pattern_watch_season_episode_of_show" type =" string" >watch season ([0-9]+) episode ([0-9]+) of (.+ )</item >
18
+ <item name =" pattern_watch_show_season_episode" type =" string" >watch (.+ ) season ([0-9]+) episode ([0-9]+)</item >
19
+ <item name =" pattern_watch_episode_of_show" type =" string" >watch episode (.+ ) of (.+ )</item >
20
+ <item name =" pattern_watch_next_episode_of_show" type =" string" >watch the next episode of (.+ )</item >
21
+ <item name =" pattern_watch_latest_episode_of_show" type =" string" >watch( the)? latest episode of (.+ )</item >
22
+ <item name =" pattern_watch_show_episode_named" type =" string" >watch (.+ ) episode (.+ )</item >
23
+ <item name =" pattern_watch2" type =" string" >watch (.+ )</item >
24
24
25
25
<!--
26
26
The following pattern lets the user say "listen to <album> by <artist>" or
27
27
"listen to the album <album> by <artist>".
28
28
-->
29
- <item name =" pattern_listen_to_album_by_artist" type =" string" >listen to( the album)? (.* ) by (.* )</item >
29
+ <item name =" pattern_listen_to_album_by_artist" type =" string" >listen to( the album)? (.+ ) by (.+ )</item >
30
30
31
- <item name =" pattern_listen_to_album" type =" string" >listen to the album (.* )</item >
31
+ <item name =" pattern_listen_to_album" type =" string" >listen to the album (.+ )</item >
32
32
<item name =" pattern_pause_playback" type =" string" >pause playback</item >
33
33
<item name =" pattern_resume_playback" type =" string" >resume playback</item >
34
34
<item name =" pattern_stop_playback" type =" string" >stop playback</item >
0 commit comments