mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-27 23:31:54 +00:00
The 14 /api/enrichment/* routes — status, kick/cancel, per-song state, the Match-Review queue (accept/reject/pick/search/rematch/refresh/states), and the AcoustID fingerprint identify endpoints — plus the route-exclusive candidate sanitizer move to lib/routers/enrichment.py. Bodies verbatim except @app->@router and the seam reads (meta_db->appstate.meta_db, CONFIG_DIR->appstate.config_dir). The enrichment engine (transport, matcher, worker, upload caps) already lives in lib/enrichment.py from the earlier subsystem move and is reached as enrichment.X. No new seams. server.py: 2,925 -> 2,638 (-287). Verified: pyflakes clean; route set identical (143); full pytest 2396 passed (the enrichment route + Match-Review + identify cases, which fake the network on the enrichment module). eslint 0. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| art.py | ||
| artist_aliases.py | ||
| audio_effects.py | ||
| chart.py | ||
| diagnostics.py | ||
| enrichment.py | ||
| library_extras.py | ||
| library.py | ||
| loops.py | ||
| playlists.py | ||
| profile.py | ||
| progression.py | ||
| settings.py | ||
| shop.py | ||
| song.py | ||
| stats.py | ||
| tunings.py | ||
| version.py | ||
| wanted.py | ||
| ws_highway.py | ||