亀の甲羅2

今日もまた朝とく起きて励まなん窓に明るきありあけの月

mp3tag をコマンドラインで開く(フォルダ指定)

単純にmp3のタグを編集するソフト:mp3tagをフォルダ指定でコマンドラインから開くにはどうしたらいいのだろう?って思って調べた。

同梱のHelpファイル(html)から探し出せた。

docs.mp3tag.de

Start with directory 
Mp3tag.exe /fp:"<full-qualified path to directory>"

powershellからCallするには下記のように。

> Start-Process 'install_folder_path\Mp3tag.exe' -ArgumentList  '/fp:"mp3_folder_path"'

# install_folder_path、mp3_folder_path は適宜読み替えること。

mp3tag

Mp3tag - the universal Tag Editor (ID3v2, MP4, OGG, FLAC, ...)