mirror of
https://github.com/beetbox/beets.git
synced 2026-03-07 05:34:40 +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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_migrations.py | ||