alexa-remote-control/README.md

42 lines
1.5 KiB
Markdown
Raw Normal View History

2017-12-08 10:23:10 +01:00
# alexa-remote-control
control Amazon Alexa from command Line
2017-12-08 10:25:30 +01:00
```
2017-12-08 10:23:10 +01:00
alexa-remote-control [-d <device>|ALL] -e <pause|play|next|prev|fwd|rwd|shuffle|vol:<0-100>> |
2018-06-18 17:48:47 +02:00
-b [list|<"AA:BB:CC:DD:EE:FF">] | -q | -r <"station name"|stationid> |
-s <trackID|'Artist' 'Album'> | -t <ASIN> | -u <seedID> | -v <queueID> |
-w <playlistId> | -i | -p | -P | -S | -a | -l | -h |
-m <multiroom_device> [device_1 .. device_X] | -lastalexa
-e : run command, additional SEQUENCECMDs:
weather,traffic,flashbriefing,goodmorning,singasong,tellstory,speak:'<text>'
2018-01-10 08:25:35 +01:00
-b : connect/disconnect/list bluetooth device
2018-06-18 17:48:47 +02:00
-q : query queue
2017-12-08 10:23:10 +01:00
-r : play tunein radio
2018-06-18 17:48:47 +02:00
-s : play library track/library album
2017-12-08 10:23:10 +01:00
-t : play Prime playlist
-u : play Prime station
-v : play Prime historical queue
-w : play library playlist
-i : list imported library tracks
-p : list purchased library tracks
-P : list Prime playlists
-S : list Prime stations
-a : list available devices
-m : delete multiroom and/or create new multiroom containing devices
2018-03-01 22:37:14 +01:00
-lastalexa : print device that received the last voice command
2017-12-08 10:23:10 +01:00
-l : logoff
-h : help
2017-12-08 10:25:30 +01:00
```
2017-12-08 10:23:10 +01:00
2017-12-20 18:58:03 +01:00
There's also a "plain" version, which lacks some functionality (-i, -p, -P, -S and no radio station names) but doesn't require 'jq' for JSON processing.
2017-12-08 10:23:10 +01:00
http://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html