MV文件名改为歌曲文件名的默认配置

This commit is contained in:
itouakirai
2025-02-13 19:03:31 +08:00
parent 2c71de250d
commit ac689c446b
2 changed files with 22 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ lrc-format: "lrc" #lrc or ttml
embed-lrc: true #Unable to embed ttml lyrics
save-lrc-file: false
save-artist-cover: false
save-animated-artwork: false # If enabled, requires ffmpeg
save-animated-artwork: true # If enabled, requires ffmpeg
emby-animated-artwork: false # If enabled, requires ffmpeg
embed-cover: true
cover-size: 5000x5000
@@ -33,7 +33,7 @@ playlist-folder-format: "{PlaylistName}"
song-file-format: "{SongNumer}. {SongName}"
#{ArtistId} {ArtistName}/{UrlArtistName}
#if artist-folder-format set "",will not make artist folder
artist-folder-format: "{ArtistName}"
artist-folder-format: "{UrlArtistName}"
#if set "" will not add tag
explicit-choice : "[E]"
clean-choice : "[C]"