public void ReadID3v2(string file) { // read id3 stuff id3v2 = new ID3v2(file); id3v2.Read(); this.hasID3v2 = id3v2.hasTag; }