开发者

ID3v2 writing source for C#?

开发者 https://www.devze.com 2023-01-13 16:42 出处:网络
I\'m currently using ID3v1, but it has 30 characters limit for Title. So I\'m forced to use ID3v2 I think.. Can someone give me proper link or 开发者_StackOverflow社区library for that, cause I couldn\

I'm currently using ID3v1, but it has 30 characters limit for Title. So I'm forced to use ID3v2 I think.. Can someone give me proper link or 开发者_StackOverflow社区library for that, cause I couldn't find it in Google.


ID3.org has an up to date list with different implementations. Scroll to the .NET section.

https://id3.org/Implementations


Maybe either of the following is what you're looking for:

C# ID3 Library

ID3Sharp


You could try to use TagLib#


EDIT: the original link is broken; the project can now be found here on Github. There is also a Nuget package

0

精彩评论

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