From cc315c593d5f603e1bafac4e52b6a483b6c9813e Mon Sep 17 00:00:00 2001 From: itouakirai <85016486+itouakirai@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:31:24 +0800 Subject: [PATCH] add ttml lyrics --- config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 664d828..5391e69 100644 --- a/config.yaml +++ b/config.yaml @@ -1,8 +1,9 @@ media-user-token: "your-media-user-token" #If you need to obtain the lyrics, need to change it authorization-token: "your-authorization-token" #You don't need to change it; it can automatically obtain token +lrc-type: "lyrics" #lyrics or syllable-lyrics +lrc-format: "lrc" #lrc or ttml embed-lrc: true save-lrc-file: false -lrc-format: "lyrics" #lyrics syllable-lyrics save-artist-cover: false save-animated-artwork: false # If enabled, requires ffmpeg emby-animated-artwork: false # If enabled, requires ffmpeg