Skip to content

greko6/PiAUISuite

 
 

Repository files navigation

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

About

Raspberry PI AUI Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.0%
  • Shell 28.1%
  • JavaScript 5.3%
  • Makefile 3.4%
  • Python 1.2%