New metadata.album_review config setting (#216)

* add `get_album_review` endpoint

* add `metadata.album_review` config option

* add comment to `add_track_metadata`

* move `AlbumReview` model to its own file and clean up imports

* fix API endpoint for fetching album reviews

* add normalized_text method to AlbumReview model for text processing

* add unit test for `normalize_review_text` function and refactor `AlbumReview` model

* add `album_review` to metadata

* update comment

* add comment
This commit is contained in:
Oskar Dudziński
2025-11-13 13:38:04 +01:00
committed by GitHub
parent e0fe7e1655
commit 96fb746fd9
9 changed files with 75 additions and 0 deletions
+4
View File
@@ -91,6 +91,10 @@ embed_lyrics = false
# embed track cover in the track file
cover = false
# embed album review text to track COMMENT metadata field.
# only works when downloading album
album_review = false
[cover]
# please don't confuse the cover from metadata with cover as a distinct file.