I want to create a script that automatically unzips music albums and creates a new directory for them on Windows 7.
I’d also want the script to compare file metadata to data pulled from a certain music site to ensure the ID3 tags are filled with accurate data.
Would something like Powershell be sufficient? I’d just love a finger pointed in the right direction.
DotNetZip will allow you to do this from PowerShell. It is not a one-liner, but the library will allow you to write the PowerShell script you need.
Tag lib wille allow you to play with ID3Tag. Example :