문제

So I'm Building a search class, I need to get the title ("Titel" in picture) out from these files(see pic). enter image description here

Currently I'm getting the "Navn" from FileInfo.Name Can anyone help?

도움이 되었습니까?

해결책

These are ID3 tags and cannot be queried using FileInfo.

You might use a library like TagLibSharp: see: View/edit ID3 data for MP3 files

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