You can examine the ID3
tag of the mp3s. The taglib-sharp library is great for doing so. Source code available (here). Example code:
TagLib.File tagFile = TagLib.File.Create(pathtofile); string artist = tagFile.Tag.FirstAlbumArtist; string album = tagFile.Tag.Album; string title = tagFile.Tag.Title; ...
好的,回去试试看
http://www.cnblogs.com/Events/p/3848567.html 我前段时间也搞过
那个shell32的命名空间是什么?是外部库吗?能否提供下dll?
@飞鸟_Asuka: 这3个问题请百度