mirror of
https://github.com/beetbox/beets.git
synced 2026-03-21 04:41:41 +01:00
- Add `LyricsMetadataInFlexFieldsMigration` to extract legacy source URLs and language metadata from lyrics text into flex attributes - Add `Lyrics.from_legacy_text` to parse legacy lyrics format - Move `with_row_factory` context manager up to base `Migration` class - Rename `migrate_table` to `migrate_model` and pass model class instead of table name string. This is so that the migration can access both `_table` and `_flex_table` attributes. - Make `langdetect` import optional in `Lyrics.__post_init__`: users may not have have the dependency installed, and we do not want the migration to fail because of that. - Move `BACKEND_BY_NAME` to module level for use outside plugin class |
||
|---|---|---|
| .. | ||
| autotag | ||
| library | ||
| plugins | ||
| rsrc | ||
| ui | ||
| util | ||
| __init__.py | ||
| conftest.py | ||
| test_art_resize.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_metadata_plugins.py | ||
| test_metasync.py | ||
| test_pipeline.py | ||
| test_plugins.py | ||
| test_query.py | ||
| test_release.py | ||
| test_sort.py | ||
| test_template.py | ||
| test_types.py | ||
| test_util.py | ||
| testall.py | ||