aboutsummaryrefslogtreecommitdiffstats
path: root/aataaj.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Zita claims these are higher quality, but I'm getting some crap sound, and ↵HEADmasterdvs112 days1-2/+2
| | | | not compatible with everything.
* TODO++dvs112 days1-0/+1
|
* Yet another failed attempt to get ALSA sub devices to work at boot time.dvs113 days1-11/+43
|
* Shut up some spam.dvs12024-11-061-1/+3
|
* Another failure at boot subdevices. Works in terminal, dammit.dvs12024-11-041-7/+10
|
* Install / uninstall aataaj docs.dvs12024-11-041-0/+3
|
* No need for Help here now that it can find it's README.dvs12024-11-041-64/+0
|
* Oops--dvs12024-11-041-1/+1
|
* Refactor aataaj.lua uninstall / purge as well.dvs12024-11-041-12/+12
|
* The command might not be the first argument.dvs12024-11-041-6/+6
|
* Copy paste error, actually name it purging.dvs12024-11-041-3/+3
|
* Add uninstall and purge subcommands for PolygLua and aataaj.dvs12024-11-041-5/+42
|
* Install the aataaj symlink correctly.dvs12024-11-041-1/+1
|
* Update docs.dvs12024-11-031-6/+2
|
* Install command for aataaj.dvs12024-11-031-1/+21
|
* Various failed attempts to get ALSA stuff to talk to a particular sub device.dvs12024-10-311-10/+16
|
* Filter out non audio devices and Loopback type things.dvs12024-10-311-22/+26
|
* Language cleanup.dvs12024-10-311-2/+2
|
* Move the espeak stuff into it's own function, might help get it to behave.dvs12024-10-311-12/+20
| | | | | So far, got partial behaviour, seems to have stopped pausing rest of scripts text output until script end.
* Shut up more things.dvs12024-10-311-1/+1
|
* Move the "decide which card" bit to "start".dvs12024-10-281-31/+30
|
* Let the user pick the best sound device.dvs12024-10-281-26/+51
|
* More clean ups.dvs12024-10-281-5/+5
|
* Minor tweaks.dvs12024-10-281-1/+1
|
* This is documenting STOP not stop.dvs12024-10-281-2/+2
|
* Consistantly use single quotes for Lua strings, unless otherwise needed.dvs12024-10-281-46/+46
| | | | Old habits die hard. lol
* TODO+=2.5dvs12024-10-271-1/+3
|
* Rename _ to PolygLua externally.dvs12024-10-271-1/+1
| | | | Next it'll want it's own package. Oh wait....
* Move aataaj.lua configuration options to a conf file.dvs12024-10-261-28/+16
|
* Help command now prints out full usage as well.dvs12024-10-251-1/+1
|
* Comment++dvs12024-10-251-1/+1
|
* Moved common stuff like --help, --version to an internal options table we ↵dvs12024-10-251-12/+3
| | | | scan as well.
* Just discovered the arg variable, use it and rename parseArgs() to just parse().dvs12024-10-251-5/+4
|
* Some more tidying up.dvs12024-10-241-59/+0
|
* Split up the audio output a little nicer.dvs12024-10-241-5/+34
|
* Add options[] to aataaj.lua.dvs12024-10-241-1/+69
|
* If espeak has something to say, it should just speak it.dvs12024-10-231-1/+1
|
* Rearrange those logging globals and a few other things in _.dvs12024-10-221-7/+0
|
* Make the user command STOP, so stop is for SysV.dvs12024-10-221-2/+3
|
* Lots of little tweaks about how _ works.dvs12024-10-221-35/+33
|
* Restructure the APT.exe stuff.dvs12024-10-211-187/+75
|
* Tweak the "didn't die" sleep.dvs12024-10-201-1/+1
|
* Tweak APT.exe status return code to be more reliable.dvs12024-10-201-11/+11
|
* Make APT.exe status return more robust.dvs12024-10-191-12/+10
| | | | Lua sucks at this.
* Add users script for post JACK setup, like starting music stuff.dvs12024-10-191-0/+5
|
* Bit of code clean up.dvs12024-10-191-13/+4
|
* Use the new exists function to decide what to do, and how.dvs12024-10-191-30/+41
|
* If it doesn't want to TERM, wait an ever increasing time before escelating.dvs12024-10-191-1/+1
|
* New function for killing a bunch of exes.dvs12024-10-191-0/+5
|
* Update comment.dvs12024-10-191-1/+1
|