mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 04:01:43 +01:00
If the user has some songs from a specific album, but not all of them, the real solution is immediately discarded. This commit is the first of a series that will implement support for these incomplete albums. The point of this patch is to make sure missing commits are taken into account when calculating the distance between an album and its canonical data. Note that in order not to break API compatibility, the album_distance call for the plugins receives a purged version of both the items and the album info, resulting in some potential accuracy if the plugin bases itself on the index of a track in album_info.tracks. |
||
|---|---|---|
| .. | ||
| autotag | ||
| ui | ||
| util | ||
| __init__.py | ||
| importer.py | ||
| library.py | ||
| mediafile.py | ||
| plugins.py | ||
| vfs.py | ||