mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 00:41:57 +01:00
When importing with autotag=no, duplicate detection was skipped entirely because the import_asis stage called _apply_choice() directly without first calling _resolve_duplicates(). This meant the duplicate_keys and duplicate_action config options were ignored for as-is imports. This was a known limitation documented by a FIXME comment added in commit |
||
|---|---|---|
| .. | ||
| autotag | ||
| dbcore | ||
| importer | ||
| library | ||
| test | ||
| ui | ||
| util | ||
| __init__.py | ||
| __main__.py | ||
| config_default.yaml | ||
| logging.py | ||
| mediafile.py | ||
| metadata_plugins.py | ||
| plugins.py | ||
| py.typed | ||
| random.py | ||