libretime/analyzer/libretime_analyzer
Jonas L cba905e367
refactor(analyzer): improve analyzer pipeline module (#1542)
* rename steps to pipeline module

* move pipeline entrypoint to pipeline module

* rename steps test module to pipeline

* fix paths after renames

* move step protocol to pipeline

* create pipeline status enum

* use Protocol from typing extensions

* Fix linting
2022-01-28 07:09:19 +02:00
..
pipeline refactor(analyzer): improve analyzer pipeline module (#1542) 2022-01-28 07:09:19 +02:00
__init__.py chore: rename airtime_analyzer dir to libretime_analyzer 2022-01-04 09:18:58 +02:00
config.py fix(shared): type is required for default config submodel (#1536) 2022-01-24 15:24:16 +02:00
ffmpeg.py feat(analyzer): analyze cuepoint using ffmpeg 2022-01-24 12:54:31 +02:00
main.py refactor(analyzer): simplify entrypoint 2022-01-21 11:54:00 +02:00
message_listener.py refactor(analyzer): improve analyzer pipeline module (#1542) 2022-01-28 07:09:19 +02:00
status_reporter.py chore: add pyupgrade pre-commit hook 2022-01-27 10:37:48 +02:00
utils.py feat(analyzer): analyze replaygain using ffmpeg 2022-01-24 12:54:31 +02:00