Commit graph

56 commits

Author SHA1 Message Date
9b35dd5fdc show event in JSON when editing 2016-07-19 16:58:10 +02:00
354842841c FIX apidoc generation 2016-07-19 16:52:49 +02:00
3e0ea06172 document audiogen script interface 2016-07-19 16:12:25 +02:00
a829838bd2 some more debug info about running audiogens 2016-07-19 15:37:06 +02:00
135740b437 celery is not used anymore 2016-07-19 15:19:03 +02:00
93833cb29e greenlets are now debugged as a tree (well, mostly) 2016-07-18 16:24:52 +02:00
3229330cfc Improve doc and debug about greenlets hell 2016-07-18 15:54:22 +02:00
bae09d70f7 logging on validation errors 2016-07-18 14:38:19 +02:00
facde97f80 WebUI supports frequency timegen 2016-07-18 14:38:03 +02:00
57b7586c0a
New audiogen: script
closes #9
2016-07-18 12:27:21 +02:00
52cf40b780
Retry on MPD ConnectionError 2016-07-18 12:15:28 +02:00
0036750004
minor doc/debug improvement 2016-07-18 12:14:01 +02:00
69cdb83bd1
FIX enqueue position when playing track @ pos != 0
fix #6
2015-05-23 16:24:22 +02:00
0da68e9b9e
More informative monitor messages 2015-05-23 14:03:38 +02:00
c04afbbbfb
slightly nicer ~/.config/larigira creation 2015-05-22 16:45:46 +02:00
27ca7fac03
default DB_URI = ~/.config/larigira/db.json
fixes #8
2015-05-22 16:27:29 +02:00
e0eeceb31a FIX file:// in audiogen_static
875dc9876f was not enough!
2015-05-22 14:17:56 +02:00
423be1333f
At start, run a check
fixes #1
2015-05-12 18:09:37 +02:00
be23532cda
Calculate length even if song is in the middle
fixes #3
2015-05-12 17:57:20 +02:00
066377e589 Wait for MPD to be ready before starting 2015-05-12 17:40:47 +02:00
16383cf777
read MPD_* envvar 2015-04-20 13:19:19 +02:00
ae9cb38bbe
FIX timestamp handling 2015-02-24 15:53:14 +01:00
b5a100f9e7
Add "edit" button on list page 2015-02-24 12:22:46 +01:00
08b4687309
edit event: actions can be added to alarms! 2015-02-23 23:34:29 +01:00
e85b560508
Minor improvement in dbadmin UI 2015-02-23 21:33:47 +01:00
bf7927b0e4
doc about mpd socket configuration 2015-02-23 21:31:47 +01:00
40cf86795a
FIX bug adding alarm from webui 2015-02-23 16:07:48 +01:00
be2c99391c
FIX form receivers (missing kind) 2015-02-23 16:06:59 +01:00
875dc9876f
FIX localfile in randomdir 2015-02-23 16:06:05 +01:00
bf557d789b
FIX larigira.dbadmin packaging 2015-02-19 20:29:54 +01:00
09ccf0a2a2
add audio static web form 2015-02-18 18:15:53 +01:00
ab21f6626a
Some more documentation 2015-02-02 11:42:07 +01:00
9ccb954d97
Sphinx documentation added 2015-02-02 10:52:43 +01:00
9e13105bba
DBAdmin can add alarms of kind 'single' to db
The entrypoint infrastructure is ready.
2015-02-01 21:47:12 +01:00
30eda39a7c
refactor entrypoints-related code 2015-02-01 19:57:50 +01:00
8cea5b6059
FIX unit test regression! 2015-02-01 19:54:51 +01:00
2c7e0bdf70
Nicer DB list, bootstrap 2015-02-01 19:41:19 +01:00
a09c4bcd73
Start a first, simple, db interface
by now, it's just a very raw "list" of db events.
Needs to be "bootstrapped", and of course forms are still missing!
2015-02-01 00:57:01 +01:00
d973474a37
ignore files 2015-02-01 00:11:00 +01:00
785a2c78fe
/api/debug/running has audiogens 2015-02-01 00:08:56 +01:00
24cda62c5f
Move main logic to larigira.py 2015-02-01 00:08:13 +01:00
05144d0c2f
audiogen has default howmany=1 2015-01-31 23:09:55 +01:00
74579a20a9
Get conf from envvars 2015-01-31 22:59:48 +01:00
22bb84d1d4
event db handling slightly more robust
now there is larigira-dbmanage: a simple CLI to add/list events (atm
it's too simple to be really good; but can be useful for testing)
2015-01-24 02:54:07 +01:00
6f0c335d2d
s/ejdb/tinydb, clear eventmodel, some testing
towards a better db!
2015-01-24 00:33:09 +01:00
b6e9fa8492
FIX pyejdb dependencies 2014-12-02 11:26:08 +01:00
1008ca1e42
event db integrated with player 2014-12-02 01:56:08 +01:00
2bd8f56aa3
timegenerators introduced, and some cleanup 2014-12-02 01:56:08 +01:00
241eb30c7c No more celery, audiogen used for continous, too
readme is now rst, and included in setup.py
2014-11-03 00:26:32 +01:00
aa71f61425 audiogen starts working
a decoupled part that will prepare audio. It has a modular design based
on standard python entrypoints.
This allows "kinds" to be registered.
2014-11-02 02:09:58 +01:00