Commit graph

70 commits

Author SHA1 Message Date
7769136f3d
Don't fail build if some apidoc does 2016-08-24 11:31:58 +02:00
838e7c9c86
Make build_sphinx work on missing apidoc
of course in that case there will be no API doc
2016-08-24 11:22:12 +02:00
2bde308720
add "metadata" to song while adding them
This gives more useful logs (songs now have an "origin"), and paves way to #7
2016-08-23 18:23:49 +02:00
e64880b445
UI for upcoming events /view/status/running
fix #15
2016-08-23 17:57:03 +02:00
59741db5eb
larigira has its own reserved TMPDIR 2016-08-23 17:16:19 +02:00
4b34670557
script audiogen respects TMPDIR 2016-08-23 17:16:19 +02:00
162dac71b0
More info about audiogens on /api/debug/running 2016-08-23 17:16:18 +02:00
BoySka
06e6402163 Merge pull request #14 from leophys/13-fix-enqueue-problem
fix for issue 13
2016-07-20 12:38:43 +02:00
blallo
49b079d0e7 fix for issue 13 2016-07-20 12:34:57 +02:00
a1f0eabc50
More validation for script names 2016-07-20 11:15:12 +02:00
d132a41051
Validation errors displayed in form itself 2016-07-20 11:15:12 +02:00
e98737e549
FIX crash on file:// if MPD_HOST is not a socket
mpd allows inserting file:/// only through a unix-domain socket, not
through TCP. This was causing the player to crash when such a thing was
happening. This will now not crash, only log the error
2016-07-20 11:07:00 +02:00
0ca94d7d85 audiogen complains better 2016-07-19 17:12:36 +02:00
366c723266 dbmanage outputs JSON, too 2016-07-19 17:01:30 +02:00
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