mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
✨ 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user