mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
- Rename method from _combine_genres() to _combine_resolve_and_log() to make clear that it not only combines new and old genres but also resolves them (which in this plugin's wording means "do the magic" of canonicalizationm, whitelist checking and reducing to a configured genre count). - Clarify in _resolve docstring that a possible outcome might be all genres being removed. - Add an additional log message telling which existing genres are taken into account BEFORE "the magic happens". - Rename _to_delimited_genre_string() to _format_and_stringify() - Move count reduction logic to _resolve_genres() - Fix and rename a test |
||
|---|---|---|
| .. | ||
| plugins | ||
| rsrc | ||
| __init__.py | ||
| conftest.py | ||
| test_art_resize.py | ||
| test_autotag.py | ||
| test_config_command.py | ||
| test_datequery.py | ||
| test_dbcore.py | ||
| test_files.py | ||
| test_hidden.py | ||
| test_importer.py | ||
| test_library.py | ||
| test_logging.py | ||
| test_m3ufile.py | ||
| test_mb.py | ||
| test_metasync.py | ||
| test_pipeline.py | ||
| test_plugins.py | ||
| test_query.py | ||
| test_release.py | ||
| test_sort.py | ||
| test_template.py | ||
| test_ui.py | ||
| test_ui_commands.py | ||
| test_ui_importer.py | ||
| test_ui_init.py | ||
| test_util.py | ||
| test_vfs.py | ||
| testall.py | ||