mirror of
https://github.com/beetbox/beets.git
synced 2026-03-07 13:44:16 +01:00
* Introduce a `Lyrics` dataclass to carry text, source URL, and language metadata through fetch, translation, and storage paths. * Return `Lyrics` from backends and plugin lookup methods instead of raw tuples/strings. * Store backend name in `lyrics_source` derived from fetched URL root domain. * Simplify translator flow to operate on `Lyrics`, reuse line splitting, append translations in-place, and record translation language metadata. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates/autosummary | ||
| api | ||
| dev | ||
| extensions | ||
| guides | ||
| plugins | ||
| reference | ||
| .gitignore | ||
| changelog.rst | ||
| code_of_conduct.rst | ||
| conf.py | ||
| contributing.rst | ||
| faq.rst | ||
| index.rst | ||
| Makefile | ||
| modd.conf | ||
| team.rst | ||