add explicit-choice,clean-choice,apple-master-choice

This commit is contained in:
zhaarey
2024-06-04 18:21:01 +08:00
parent 4a6ec9ef43
commit 06a78c9009
4 changed files with 167 additions and 8 deletions

View File

@@ -14,3 +14,9 @@ atmos-max: 2768 #2768 2448
#{AlbumId} {AlbumName} {ArtistName} {ReleaseDate} {UPC} {Copyright}
#example: {ReleaseDate} - {ArtistName} - {AlbumName}({AlbumId})
album-folder-format: "{AlbumName}"
#{SongNumer} {SongName} {DiscNumber} {TrackNumber}
#example: Disk {DiscNumber} - Track {TrackNumber} {SongName}"
song-file-format: "{SongNumer}. {SongName}"
explicit-choice : "[E]"
clean-choice : "[C]"
apple-master-choice : "[M]"