一个能从 Bestdori 上自动下载歌曲并填入歌曲信息(歌曲标题、歌手、专辑、作曲人员和封面)的 PowerShell 脚本。
A script that automatically downloads music from Bestdori and fills in the music information.(Song title, Artist, Album, Composer and Front cover)
.\bmd.ps1 [-listFile] <String> [[-mainServer] <String>] [[-customAlbumName] <String>] [[-defaultJacket] <Int32>] [-forceRedownload] [-Clean] [-Ignore] [-moreInfo] [<CommonParameters>]
-listFile <String> 指定歌曲ID文件。若值为“all”则下载全部歌曲。(必须)
Specify the song ID file. If value is "all", download all songs. (Mandatory)
-mainServer <string> 指定下载服务器。(默认:jp)
Specify the download server. (Default: jp)
-customAlbumName <string> 指定专辑名称。(默认:バンドリ! ガールズバンドパーティ!)
Specify the album name. (Default: バンドリ! ガールズバンドパーティ!)
-defaultJacket <Int32> 指定默认歌曲图片ID。若不存在则为0。
Specify default song image ID. Will auto reset to 0 if not exist.
-forceRedownload 启用强制重新下载。即使文件存在也将重新下载。
Enable forced redownload. Will redownload even if the file exists.
-Clean 脚本完成后清理下载数据。
Clean up downloaded data when script finished
-Ignore 当有错误时不暂停运行脚本。
Ignore error's pause
-moreInfo 脚本执行时显示更多信息。
Show more information when script execution.
# 或在 PowerShell 中键入 `Get-Help .\bmd.ps1 -full` 来显示更详细的帮助。
# Or use "Get-Help .\bmd.ps1 -full" in PowerShell to show full help.
中文:单击查看简易使用教程 | 单击查看歌曲ID文件模板
English: Click here to check the Easy use tutorial | Click here to check the song ID template