Go to file
Keith Edmunds e498457395 Add option to force DEBUG message to stderr
If the default log level for stderr is greater than DEBUG, DEBUG
message won't be shown. The DEBUG(msg) function now takes an optional
Boolean second parameter. If that is True, the DEBUG message is always
sent to stderr.
2021-06-06 10:50:40 +01:00
app Add option to force DEBUG message to stderr 2021-06-06 10:50:40 +01:00
archive Tidy directory, establish requirements 2021-03-24 21:14:35 +00:00
migrations Migration for playlist dates 2021-05-02 16:58:35 +01:00
.envrc Use direnv to manage venv 2021-04-21 18:20:49 +01:00
.gitignore Use direnv to manage venv 2021-04-21 18:20:49 +01:00
.python-version Add penv files 2021-04-17 14:28:09 +01:00
alembic.ini Update database name for Alembic 2021-04-29 22:14:16 +01:00
analyse_tracks.py Add volume and stop, improve fading 2021-04-21 08:39:49 +01:00
requirements.txt Update requirements.txt 2021-05-27 16:50:21 +01:00
run_debug.sh Update run_debug.sh to run Python 3.9 2021-05-30 19:29:29 +01:00