Commit graph

82 commits

Author SHA1 Message Date
c0de3679a4 FIX db session managing
It's not fully fixed yet, probably. This fixes the bug in generate()
that prevents filename to be added.
2014-04-14 22:38:06 +02:00
0a1b6f4392 Move to Paste as WSGI wrapper: dev/prod parity! 2014-04-14 22:37:16 +02:00
e58997a1cf AGPL license and better readme 2014-04-14 19:06:16 +02:00
c135cbf573 Closes #17: warn if ffmpeg binary is not found 2014-04-14 18:51:04 +02:00
65aad94f24 Closes #14: make ffmpeg binary configurable 2014-04-14 18:50:50 +02:00
b152b44071 Closes #8: Hide very old recordings from main page 2014-04-14 18:33:18 +02:00
4fc115c583 Debug info about ffmpeg failure 2014-04-08 18:06:58 +02:00
e42e1a3af5 FIX session usage in DB (but in the dirtier way) 2014-04-08 18:03:08 +02:00
98626b6099 FIX processqueue (sync workers still won't work) 2014-03-27 16:31:22 +01:00
2bd2f5813b add a menu to pages 2014-03-27 13:26:54 +01:00
be56c206b4 WSGI_SERVER selectable + DebugAPI 2014-03-26 13:31:57 +01:00
ddeef6ab78 theme: redder than red 2014-03-07 14:47:09 +01:00
9673af1e70 ffmpeg -nostdin is barely supported 2014-03-02 01:17:35 +01:00
f7cfb3a3e5 check if source files exist; closes #9 2014-03-02 01:17:12 +01:00
1af5393441 widget refactoring, old.html works (refs #13) 2014-03-02 00:35:36 +01:00
037e651d2a forge: ffmpeg options; file existence handling(#9) 2014-03-02 00:35:36 +01:00
fbf94eceba old.html (refs #13) + refactoring 2014-03-02 00:35:27 +01:00
2353bf7eb4 I hate print 2014-02-27 17:04:12 +01:00
511058205c FIX unit tests 2014-02-27 13:30:52 +01:00
0460f21581 FIX bug when timestamp is the exact hour 2014-02-27 13:14:36 +01:00
ab2b759959 Document how datetime should be given to forge 2014-02-27 11:59:10 +01:00
4f8bb54b56 Old show page 2014-02-24 18:40:43 +01:00
1f80488bbf output name and download disposition 2014-02-24 15:20:45 +01:00
bd8850b6a2 deploy contrib/ 2014-02-24 14:54:10 +01:00
6791d24a2c filename of input and output are customizable
the input filename can be customized, provided that the files still need
to be cut hourly
2014-02-21 18:42:25 +01:00
062f547b58 Add "cleanold" subcommand closes #11 2014-02-18 19:17:05 +01:00
73a47f4f2b Error reporting; the user can retry; fix #1 2013-12-27 02:17:12 +01:00
4100b7b60b FIX forge output paths; improve logging 2013-12-27 00:56:46 +01:00
f12124378f Avoid generation of enormously long recording 2013-12-23 22:34:24 +01:00
7e9aa219db useless files cleanup 2013-12-23 22:26:25 +01:00
166824777c FIX: timeout was not working 2013-12-23 20:37:54 +01:00
26b5548540 Add retrocompatibility behaviour to server.py 2013-12-23 20:08:15 +01:00
4c4f332f55 Forge timeout + forge from CLI
Usage is different now: you must switch to calling "cli.py serve" for
the previous "server.py" behaviour
2013-12-23 19:58:44 +01:00
19cf564aa9 Readme 2013-12-13 18:03:28 +01:00
d8d71d8b61 Some sanity check before starting the server 2013-12-13 17:54:21 +01:00
3c707bb47f Moved API to separate App 2013-12-10 03:04:52 +01:00
40413b15b2 Filename sanitized 2013-12-10 02:48:41 +01:00
466f9a0b7d ongoing recs are shown at startup 2013-12-10 02:35:53 +01:00
14521b223e "recid" removed
JS api call reorganized
2013-12-10 01:52:21 +01:00
4c6ac993a2 /api/get/ongoing (WHERE filename == NULL) 2013-12-09 17:47:52 +01:00
972fbb9430 FIX countclock always displaying "to" 2013-12-05 01:09:08 +01:00
a141beb438 ffmpeg options more backwards compatible
codec:a -> acodec
-to -> -t (which has a different meaning, anyway)

FIX filename
2013-12-05 01:09:08 +01:00
3502a72274 AUDIO_INPUT directory configurable 2013-12-04 16:48:17 +01:00
ae9d686aa1 ooops config name 2013-12-04 16:38:36 +01:00
34650682dc configurable through environment variable 2013-12-04 16:26:08 +01:00
3b33ee01f6 FIX paths (chdir to executable) 2013-12-04 15:27:25 +01:00
82f6ea926e Add endtime in countclock 2013-12-03 21:23:54 +01:00
9f31ce174f Split /update in /update + /generate; filename handled
Clearer separation of data and its representation of datetime objects in
db: now the db only handles datetime objects and the server will take
care of converting from/to strings with the browser
2013-12-03 21:07:17 +01:00
3d27c04c61 add /date application 2013-12-03 02:46:00 +01:00
6c7b6d6239 Actually run ffmpeg 2013-12-03 02:24:08 +01:00