diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_audio_root_gates_enrichment.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_audio_root_gates_enrichment.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/meshbay-node/tests/test_audio_root_gates_enrichment.py b/packages/meshbay-node/tests/test_audio_root_gates_enrichment.py index d353d27..251617c 100644 --- a/packages/meshbay-node/tests/test_audio_root_gates_enrichment.py +++ b/packages/meshbay-node/tests/test_audio_root_gates_enrichment.py @@ -1,12 +1,11 @@ """ -Music-app enrichment (tag/cover extraction, docs/musicbay.md §2.1/§6) only +Music-app enrichment (tag/cover extraction, docs/MESHBAY_DESIGN.md §9.8) only ever runs for a group that has an audio_root configured, and only for files under it — see daemon.py's _enrich_new_audio_entries. Same reasoning as Videos' video_root gate (test_video_root_gates_enrichment.py), added later: -musicbay.md's original "no root, whole shared tree" call turned out wrong -against a real messy library, where everything under every shared folder -got mixed together with no way to scope Music down to just the actual -music library. +the original "no root, whole shared tree" call turned out wrong against a +real messy library, where everything under every shared folder got mixed +together with no way to scope Music down to just the actual music library. Setting or changing the folder (ops.set_app_directory) fires a one-off sweep (_enrich_audio_root_now) of whatever it already contains — same shape as |