Files
beets/test
Šarūnas Nejus 37237d5675 Refactor autotag to use Source abstraction
Introduce Source class to encapsulate metadata extraction logic,
replacing scattered `get_most_common_tags` calls throughout codebase.

- Add Source class in importer.tasks with artist, name, and metadata
- Simplify `distance()` to accept Source.data instead of items list
- Update display functions to use Source objects
- Cache Source creation with @cached_property on ImportTask

This centralizes metadata handling and reduces coupling between
autotag and library modules.
2026-07-15 17:56:05 +01:00
..
2026-07-13 01:07:59 +01:00
2026-07-13 01:07:59 +01:00
2021-08-26 20:59:48 +10:00