public void ReadID3v1(string file) { // read id3 stuff id3v1 = new ID3v1(file); id3v1.Read(); this.hasID3v1 = id3v1.hasTag;; }