forked from StevenHickson/PiAUISuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (35 loc) · 2.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Alternative User Interface
Includes voicecommand, download, playvideo, and textcommand scripts
this Requires boost, curl, xterm, espeak, and some other things
If you don't have dependencies installed (you may need to find a different version of boost)
try running sudo apt-get install libboost-dev libboost-regex-dev youtube-dl axel curl xterm libcurl4-gnutls-dev mpg123 flac sox
To install:
cd Install; ./InstallAUISuite.sh
It will ask you if you want to install the dependencies and then will ask to install each script.
playvideo:
Uses a special locate database and omxplayer to quickly locate and play videos.
http://stevenhickson.blogspot.com/2013/03/playing-videos-intelligently-with.html
downloader:
Uses curl and transmission to find the best torrent based on your input and then starts downloading it.
http://stevenhickson.blogspot.com/2013/03/automatically-downloading-torrents-with.html
gvapi:
Uses curl and my google voice api. It can check, send, and delete SMS messages. See the man page for more by typing man gavpi
http://stevenhickson.blogspot.com/2013/05/using-google-voice-c-api.html
gtextcommand:
Uses curl and my google voice api in order to make the computer check for text messages every minute and run a command that you send.
http://stevenhickson.blogspot.com/2013/03/controlling-raspberry-pi-via-text.html
youtube:
Uses youtube-dl and other scripts to stream youtube files.
http://stevenhickson.blogspot.com/2013/06/playing-youtube-videos-in-browser-on.html
http://stevenhickson.blogspot.com/2013/04/using-youtube-on-raspberry-pi-without.html
youtube-safe:
Uses youtube-dl, get_flash_videos, and other scripts to stream other video files (The Daily Show, Hulu, etc.).
http://stevenhickson.blogspot.com/2013/06/getting-huluvimeo-to-work-on-raspberry.html
http://stevenhickson.blogspot.com/2013/06/streaming-other-hd-video-sites-on.html
voicecommand:
Uses googles api and a special config to run commands based on what you say.
http://stevenhickson.blogspot.com/2013/05/voice-command-v20-for-raspberry-pi.html
http://stevenhickson.blogspot.com/2013/04/voice-control-on-raspberry-pi.html
Copyright
GPLv3
Steven Hickson