Commits on Source (63)
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
code quality enhanced, timer management improved, started to implement methods for manual playlist editing
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
implemented manual inserting of a ScheduleEntry. Manual radio control is not far away. Found a - at least for me - hard to track bug coming from sqlalchemy session. not fixed
-
Gottfried Gaisbauer authored
started to implement trackservice. removed unused (comba)methods from scheduler.py&calender.py. minor beautyness improvements
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
fixed the commit bug. one does not have to add a already existing object in the database to the session.
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
several things: critical socket threading bug from comba resolved. adapted interfaces to pv / tank / database
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
-
Gottfried Gaisbauer authored
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yml 16 additions, 0 deletions.gitlab-ci.yml
- README.md 88 additions, 0 deletionsREADME.md
- aura.py 71 additions, 0 deletionsaura.py
- configuration/blank.flac 0 additions, 0 deletionsconfiguration/blank.flac
- configuration/engine.ini 93 additions, 0 deletionsconfiguration/engine.ini
- configuration/scheduler.xml 31 additions, 0 deletionsconfiguration/scheduler.xml
- errormessages/communicator_error.js 3 additions, 0 deletionserrormessages/communicator_error.js
- errormessages/controller_error.js 208 additions, 0 deletionserrormessages/controller_error.js
- errormessages/scheduler_error.js 67 additions, 0 deletionserrormessages/scheduler_error.js
- guru.py 143 additions, 0 deletionsguru.py
- libraries/base/config.py 23 additions, 0 deletionslibraries/base/config.py
- libraries/base/logger.py 47 additions, 0 deletionslibraries/base/logger.py
- libraries/database/broadcasts.py 263 additions, 0 deletionslibraries/database/broadcasts.py
- libraries/database/database.py 55 additions, 0 deletionslibraries/database/database.py
- libraries/database/statestore.py 308 additions, 0 deletionslibraries/database/statestore.py
- libraries/enum/consolecolor.py 21 additions, 0 deletionslibraries/enum/consolecolor.py
- libraries/enum/redischannel.py 20 additions, 0 deletionslibraries/enum/redischannel.py
- libraries/enum/scheduleentrytype.py 7 additions, 0 deletionslibraries/enum/scheduleentrytype.py
- libraries/exceptions/auraexceptions.py 13 additions, 0 deletionslibraries/exceptions/auraexceptions.py
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
README.md
0 → 100644
aura.py
0 → 100755
configuration/blank.flac
0 → 100644
File added
configuration/engine.ini
0 → 100644
configuration/scheduler.xml
0 → 100644
errormessages/communicator_error.js
0 → 100644
errormessages/controller_error.js
0 → 100644
errormessages/scheduler_error.js
0 → 100644
guru.py
0 → 100755
libraries/base/config.py
0 → 100644
libraries/base/logger.py
0 → 100644
libraries/database/broadcasts.py
0 → 100644
libraries/database/database.py
0 → 100644
libraries/database/statestore.py
0 → 100644
libraries/enum/consolecolor.py
0 → 100644
libraries/enum/redischannel.py
0 → 100644
libraries/enum/scheduleentrytype.py
0 → 100644
libraries/exceptions/auraexceptions.py
0 → 100644