|
964770f9b4
|
version bump
|
2020-04-23 16:11:02 +02:00 |
|
|
4401a29f04
|
FIX import issues (deprecated stuff)
|
2020-04-23 15:28:28 +02:00 |
|
|
9769717e11
|
black formatting
|
2020-04-23 15:27:17 +02:00 |
|
|
29bd88175c
|
version bump again
I did it wrong, earlier
|
2019-11-08 15:19:34 +01:00 |
|
|
97b38e1a49
|
version bump to 1.3.0
|
2019-11-08 15:18:13 +01:00 |
|
|
c74fe21b33
|
fix content type in setup.py
|
2019-08-10 21:57:41 +02:00 |
|
|
e8c415e27c
|
version bump
|
2019-08-10 21:54:39 +02:00 |
|
|
19c93125dd
|
UI for cron timegen
|
2019-08-06 23:09:10 +02:00 |
|
|
72c4de38af
|
add new timegen: cron
|
2019-08-06 22:53:03 +02:00 |
|
|
3319502087
|
FIX missing dependencies for date locale
|
2019-02-09 23:44:49 +01:00 |
|
|
55b03841b0
|
add HTTP audiogen; download with HTTP
it does support multiple URLs with the _undocumented_ ";" separator
fixes #8
|
2018-02-04 23:55:47 +01:00 |
|
|
165c4aeced
|
EventFilters: address the stacking of jingles
|
2017-08-08 01:29:24 +02:00 |
|
|
6eae204b4b
|
Explicit python dependency in setup.py
|
2017-08-08 01:27:51 +02:00 |
|
|
434a968bbd
|
Release 1.1.0
|
2017-03-07 11:44:53 +01:00 |
|
|
b6e9875977
|
Merge branch 'hotfix/1.0.1'
|
2017-01-09 17:43:43 +01:00 |
|
|
3718649cd3
|
WEBUI: HTML5 datetime for all timeforms
refs #35
|
2017-01-09 17:20:20 +01:00 |
|
|
eec9ecee8c
|
Hotfix release: 1.0.1
|
2017-01-09 17:04:56 +01:00 |
|
|
3b49ae0679
|
Release 1.0
|
2017-01-09 16:39:13 +01:00 |
|
|
a154350b1b
|
bump version: 1.0b1
|
2016-12-11 14:18:19 +01:00 |
|
|
1f5fbe05a0
|
travis
|
2016-12-11 14:11:44 +01:00 |
|
|
eacba7d42d
|
bump version: 0.4.2
|
2016-12-11 02:26:08 +01:00 |
|
|
81e08fb841
|
bump version: 0.4.1
HOTFIX: files out of TMPDIR should not have been deleted
|
2016-12-11 01:19:36 +01:00 |
|
|
d525fbf20a
|
bump version to 0.4
|
2016-09-30 14:38:21 +02:00 |
|
|
529029bd97
|
NEW audiogen: mostrecent
fix #19
|
2016-09-15 16:36:18 +02:00 |
|
|
24a8c1612f
|
bump version: 0.3
|
2016-09-15 10:05:31 +02:00 |
|
|
556783c2ab
|
add WebUI for randomdir audiogen
fix #25
|
2016-09-15 09:44:44 +02:00 |
|
|
e54e5f4e2c
|
bump version: 0.2
|
2016-09-14 21:54:28 +02:00 |
|
|
aa799c15ef
|
workaround setuptools "flask not found" bug
|
2016-09-11 11:15:29 +02:00 |
|
|
6977608c7e
|
make human time intervals available in timegens
Note that the WebUI is still not aware of this functionality
refs #20
|
2016-09-09 12:39:47 +02:00 |
|
|
7cc772163f
|
[PY3]: state python3-only compatibility in setuptools
|
2016-08-29 20:32:03 +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 |
|
|
27ca7fac03
|
default DB_URI = ~/.config/larigira/db.json
fixes #8
|
2015-05-22 16:27:29 +02: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 |
|
|
9e13105bba
|
DBAdmin can add alarms of kind 'single' to db
The entrypoint infrastructure is ready.
|
2015-02-01 21:47:12 +01:00 |
|
|
2c7e0bdf70
|
Nicer DB list, bootstrap
|
2015-02-01 19:41:19 +01:00 |
|
|
24cda62c5f
|
Move main logic to larigira.py
|
2015-02-01 00:08:13 +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 |
|
|
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 |
|
|
b1f597deae
|
proper setup.py setup & test
|
2014-10-29 00:39:43 +01:00 |
|