How can I get the BPM property of an MP3 file in a Windows Forms App
问题 I am trying to get the BPM property from an MP3 file: I can see how to do this in a Windows Store App as per this question: How to read Beats-per-minute tag of mp3 file in windows store apps C#? but can't see how to use Windows.Storage in a Windows Forms app. (If I understand it correctly it's because Windows.Storage is specific to UWP.) How can I read this in a Forms app? Happy to use a (hopefully free) library if there is nothing native. 回答1: You can use Windows' Scriptable Shell Objects