|
|
@ -51,20 +51,20 @@ atmosConventToM4a = true |
|
|
|
# For example: |
|
|
|
# For example: |
|
|
|
# audioInfoFormat = " [{codec}][{bit_depth}bit][{sample_rate_kHz}kHz]" |
|
|
|
# audioInfoFormat = " [{codec}][{bit_depth}bit][{sample_rate_kHz}kHz]" |
|
|
|
# songNameFormat = "{disk}-{tracknum:02d} {title}{audio_info}" |
|
|
|
# songNameFormat = "{disk}-{tracknum:02d} {title}{audio_info}" |
|
|
|
# When ripping audio with alac codec, the ripped file name is: |
|
|
|
# When transcribing audio with alac codec, the transcribed file name is: |
|
|
|
# 1-01 名もなき何もかも [ALAC][16bit][44.1kHz] |
|
|
|
# 1-01 名もなき何もかも [ALAC][16bit][44.1kHz] |
|
|
|
# When ripping audio with other codecs, the ripped file name is: |
|
|
|
# When transcribing audio with other codecs, the transcribed file name is: |
|
|
|
# 1-01 名もなき何もかも |
|
|
|
# 1-01 名もなき何もかも |
|
|
|
audioInfoFormat = "" |
|
|
|
audioInfoFormat = "" |
|
|
|
# Available values: |
|
|
|
# Available values: |
|
|
|
# title, artist, album, album_artist, composer, |
|
|
|
# title, artist, album, album_artist, composer, |
|
|
|
# genre, created, track, tracknum, disk, |
|
|
|
# genre, created, track, tracknum, disk, |
|
|
|
# record_company, upc, isrc, copyright, codec, audio_info |
|
|
|
# record_company, upc, isrc, copyright, codec, audio_info |
|
|
|
# song_id, album_id, album_created |
|
|
|
# song_id, album_id |
|
|
|
songNameFormat = "{disk}-{tracknum:02d} {title}" |
|
|
|
songNameFormat = "{disk}-{tracknum:02d} {title}" |
|
|
|
# Available values: |
|
|
|
# Available values: |
|
|
|
# title, artist, album, album_artist, composer, |
|
|
|
# title, artist, album, album_artist, composer, |
|
|
|
# genre, created, track, tracknum, disk, album_created |
|
|
|
# genre, created, track, tracknum, disk, |
|
|
|
# record_company, upc, isrc, copyright, codec, album_id |
|
|
|
# record_company, upc, isrc, copyright, codec, album_id |
|
|
|
dirPathFormat = "downloads/{album_artist}/{album}" |
|
|
|
dirPathFormat = "downloads/{album_artist}/{album}" |
|
|
|
# Available values: |
|
|
|
# Available values: |
|
|
@ -78,7 +78,7 @@ playlistDirPathFormat = "downloads/playlists/{playlistName}" |
|
|
|
# genre, created, track, tracknum, disk, |
|
|
|
# genre, created, track, tracknum, disk, |
|
|
|
# record_company, upc, isrc, copyright, audio_info |
|
|
|
# record_company, upc, isrc, copyright, audio_info |
|
|
|
# playlistName, playlistCuratorName, playlistSongIndex, codec |
|
|
|
# playlistName, playlistCuratorName, playlistSongIndex, codec |
|
|
|
# song_id, album_id, album_created |
|
|
|
# song_id, album_id |
|
|
|
playlistSongNameFormat = "{playlistSongIndex:02d}. {artist} - {title}" |
|
|
|
playlistSongNameFormat = "{playlistSongIndex:02d}. {artist} - {title}" |
|
|
|
# Save lyrics as .lrc file |
|
|
|
# Save lyrics as .lrc file |
|
|
|
saveLyrics = true |
|
|
|
saveLyrics = true |
|
|
|