문제

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 library for that, cause I couldn't find it in Google.

도움이 되었습니까?

해결책

http://www.id3.org/Implementations, scroll to the .Net section..

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top