private String vendor = "";
//This is the vendor string that will be written if no other is supplied
public static final String DEFAULT_VENDOR = "Entagged - The Musical Box";
protected TagField createAlbumField(String content) {
return new OggTagField("ALBUM", content);
}