mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
Add post-download conversion feature
This commit is contained in:
@@ -38,6 +38,13 @@ type ConfigSet struct {
|
||||
DlAlbumcoverForPlaylist bool `yaml:"dl-albumcover-for-playlist"`
|
||||
MVAudioType string `yaml:"mv-audio-type"`
|
||||
MVMax int `yaml:"mv-max"`
|
||||
ConvertAfterDownload bool `yaml:"convert-after-download"`
|
||||
ConvertFormat string `yaml:"convert-format"`
|
||||
ConvertKeepOriginal bool `yaml:"convert-keep-original"`
|
||||
ConvertSkipIfSourceMatch bool `yaml:"convert-skip-if-source-matches"`
|
||||
FFmpegPath string `yaml:"ffmpeg-path"`
|
||||
ConvertExtraArgs string `yaml:"convert-extra-args"`
|
||||
ConvertWarnLossyToLossless bool `yaml:"convert-warn-lossy-to-lossless"`
|
||||
}
|
||||
|
||||
type Counter struct {
|
||||
|
||||
Reference in New Issue
Block a user