开发者

taglib VB.net setup

开发者 https://www.devze.com 2023-02-03 19:11 出处:网络
How do I set up taglib to use? (imports etc.) I downloaded taglib-1.6.3 and have it in a folder开发者_如何转开发 in my websiteI downloaded the Windows release (http://download.banshee.fm/taglib-sharp/

How do I set up taglib to use? (imports etc.) I downloaded taglib-1.6.3 and have it in a folder开发者_如何转开发 in my website


I downloaded the Windows release (http://download.banshee.fm/taglib-sharp/2.0.3.7/taglib-sharp-2.0.3.7-windows.zip). Extract the files from the Libraries folder and you should see:

  • policy.2.0.taglib-sharp.config
  • policy.2.0.taglib-sharp.dll
  • taglib-sharp.dll

Put these in some folder in your project and add a reference to them in your project (right click -> add reference -> .NET -> browse). Autocomplete should work out the right imports for you, but at a guess I'd try:

Imports TagLib.Id3v2

All the source is included so you should be able to work it out mostly from there.

0

精彩评论

暂无评论...
验证码 换一张
取 消