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,
|
# record_company, upc, isrc, copyright,
|
||||||
# playlistName, playlistCuratorName
|
# playlistName, playlistCuratorName
|
||||||
playlistDirPathFormat = "downloads/playlists/{playlistName}"
|
playlistDirPathFormat = "downloads/playlists/{playlistName}"
|
||||||
# Ditto
|
# Available values:
|
||||||
playlistSongNameFormat = "{artist} - {title}"
|
# 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
|
# Save lyrics as .lrc file
|
||||||
saveLyrics = true
|
saveLyrics = true
|
||||||
saveCover = true
|
saveCover = true
|
||||||
|
|||||||
Reference in New Issue
Block a user