mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
Based on the "remove_duplicates" flag on ImportTask, the apply_choices coroutine now looks for duplicates (using an extended version of the _duplicate_check functions) and removes items from the library. It also *deletes* files associated with those items when they are located inside the beets library directory. Files outside of the directory are left on disk (but their DB entry is still removed). This should "do the right thing" in most cases -- again, this is something we can add a config option for if it comes up. |
||
|---|---|---|
| .. | ||
| rsrc | ||
| __init__.py | ||
| _common.py | ||
| test_art.py | ||
| test_autotag.py | ||
| test_db.py | ||
| test_files.py | ||
| test_importer.py | ||
| test_mb.py | ||
| test_mediafile.py | ||
| test_mediafile_basic.py | ||
| test_pipeline.py | ||
| test_player.py | ||
| test_query.py | ||
| test_template.py | ||
| test_ui.py | ||
| test_vfs.py | ||
| testall.py | ||