mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
docs: support playlistSongIndex
This commit is contained in:
@@ -49,8 +49,12 @@ dirPathFormat = "downloads/{album_artist}/{album}"
|
||||
# record_company, upc, isrc, copyright,
|
||||
# playlistName, playlistCuratorName
|
||||
playlistDirPathFormat = "downloads/playlists/{playlistName}"
|
||||
# Ditto
|
||||
playlistSongNameFormat = "{artist} - {title}"
|
||||
# Available values:
|
||||
# title, artist, album, album_artist, composer,
|
||||
# genre, created, track, tracknum, disk,
|
||||
# record_company, upc, isrc, copyright,
|
||||
# playlistName, playlistCuratorName, playlistSongIndex
|
||||
playlistSongNameFormat = "{playlistSongIndex:02d}. {artist} - {title}"
|
||||
# Save lyrics as .lrc file
|
||||
saveLyrics = true
|
||||
saveCover = true
|
||||
|
||||
Reference in New Issue
Block a user