mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
Initial commit
This commit is contained in:
24
config.toml
Normal file
24
config.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[language]
|
||||
language = "zh-CN"
|
||||
languageForGenre = "en_US"
|
||||
|
||||
[[devices]]
|
||||
host = "127.0.0.1"
|
||||
port = 58526
|
||||
agentPort = 10020
|
||||
fridaPath = "/system/bin/frida-server"
|
||||
suMethod = "su -c"
|
||||
|
||||
[download]
|
||||
atmosConventToM4a = false
|
||||
songNameFormat = "{disk}-{tracknum:02d} {title}"
|
||||
dirPathFormat = "downloads/{artist}/{album}"
|
||||
saveLyrics = true
|
||||
saveCover = true
|
||||
coverFormat = "jpg"
|
||||
afterDownloaded = ""
|
||||
|
||||
[metadata]
|
||||
embedMetadata = ["title", "artist", "album", "album_artist", "composer",
|
||||
"genre", "created", "track", "tracknum", "disk", "lyrics", "cover", "copyright",
|
||||
"record_company", "upc", "isrc"]
|
||||
Reference in New Issue
Block a user