Commit graph

9 commits

Author SHA1 Message Date
jo
c6940db289 feat: replace loguru with logging 2023-02-26 19:09:51 +02:00
jo
87de25052a cuepoints analyzer disabled by default 2023-02-15 10:13:32 +02:00
jo
f5e46c6f3d feat: configure cue points analysis per track type 2023-02-15 10:13:32 +02:00
jo
3a9ca109c3 refactor(analyzer): split analyze_cuepoint steps 2023-02-15 10:13:32 +02:00
jo
0e1dfaa9ff refactor: upgrade code to Python 3.8 2022-10-11 09:28:52 +02:00
Jonas L
1b93b7645e
refactor(analyzer): fix linting errors (#2029) 2022-08-09 20:49:04 +02:00
Jonas L
067b35e9bb
feat(analyzer): load callback details from config and file_id (#1993) 2022-07-26 14:19:22 +02:00
jo
7bd369f20c refactor(analyzer): fix linting 2022-07-25 21:24:47 +02:00
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
Renamed from analyzer/libretime_analyzer/pipeline.py (Browse further)