mirror of
https://github.com/beetbox/beets.git
synced 2026-03-04 12:13:45 +01:00
This new design lets us provide better common functionality. The `get()` method is a particularly good example: we can now avoid the try/except dance that was previously necessary to get the only result for a single-result query. This also lets us continue using `len()` on the result of `album.items()`, which previously returned a materialized list. |
||
|---|---|---|
| .. | ||
| autotag | ||
| ui | ||
| util | ||
| __init__.py | ||
| config_default.yaml | ||
| importer.py | ||
| library.py | ||
| mediafile.py | ||
| plugins.py | ||
| vfs.py | ||