forked from sim1222-mirror/apple-music-downloader
添加自定义元数据语言
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
media-user-token: "your-media-user-token" #If you need to obtain the lyrics, need to change it
|
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
|
authorization-token: "your-authorization-token" #You don't need to change it; it can automatically obtain token
|
||||||
|
language: "" #supportedLanguage by each storefront --> https://gist.github.com/itouakirai/c8ba9df9dc65bd300094103b058731d0
|
||||||
lrc-type: "lyrics" #lyrics or syllable-lyrics
|
lrc-type: "lyrics" #lyrics or syllable-lyrics
|
||||||
lrc-format: "lrc" #lrc or ttml
|
lrc-format: "lrc" #lrc or ttml
|
||||||
embed-lrc: true
|
embed-lrc: true #Unable to embed ttml lyrics
|
||||||
save-lrc-file: false
|
save-lrc-file: false
|
||||||
save-artist-cover: false
|
save-artist-cover: false
|
||||||
save-animated-artwork: false # If enabled, requires ffmpeg
|
save-animated-artwork: false # If enabled, requires ffmpeg
|
||||||
|
Reference in New Issue
Block a user