macsome_18 #58
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WulfScience-FOSS/ha-music-own!58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "macsome_18"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pure reorganization, no behavior change: every function/constant moved verbatim (verified via a normalized line-diff against the pre-split file — only difference found was a docstring wording tweak and one dropped type hint on a function signature) and via a real import + functional smoke test of the split module graph (Track/MAPlaylist construction, _key(), _buylist() against a throwaway sqlite db, MusicBrainz artist-credit flattening). debug_log.py — per-run diagnostic log files (_open_debug_log, _debug, _MemDebugLog, _write_debug_log) models.py — Track, MAPlaylist store.py — the "wanted" SQLite store and buy-list derivation plex_match.py — matching a Track against the Plex library qobuz.py — Qobuz catalogue search and wishlist push musicbrainz.py — album gap-fill via MusicBrainz release tracklists ma_client.py — Music Assistant websocket client (async) engine.py — match_and_build (the orchestrator) + a facade re-exporting every submodule's public API, so coordinator.py/button.py/__init__.py keep working unchanged via `engine.whatever(...)` engine.py: 1766 lines -> 200. Every external call site (grepped for every `engine.X` reference across the integration) still resolves through the facade — no caller needed to change. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>