public void saveArtworkToFile(File file) throws JitcaGeneralException {
this.iTunesCom.callProcedure("SaveArtworkToFile", file.getAbsolutePath());
}
public ITArtworkFormat getFormat() throws JitcaGeneralException {
return new ITArtworkFormat(this.iTunesCom.getPropertyAsEnum("Format"));
}