Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Source string `toml:"source"`
SourceExtensions []string `toml:"source_ext"`
Recurse bool `toml:"recurse"`
SavePath string `toml:"save_path"`
MusicPath string `toml:"music_path"`
Codec string `toml:"codec"`
FfEncoder string `toml:"ff_encoder"`
AllowedCodecs []string `toml:"allowed_codec"`
CodecExt map[string]string `toml:"codec_ext"`
AcousticIdKey string `toml:"acoustic_id_key"`
AcousticUserKey string `toml:"acoustic_user_key"`
}
Click to show internal directories.
Click to hide internal directories.