Files
beets/beetsplug
Š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-03-06 10:57:08 +00:00
2026-06-09 00:14:06 +01:00
2026-05-20 16:53:06 +02:00
2026-05-20 16:53:06 +02:00
2026-06-09 00:14:06 +01:00
2026-05-20 16:53:06 +02:00
2026-06-09 00:14:06 +01:00
2026-05-27 20:03:54 +01:00