if (song.getAlbumArtUrl() != null)
{
Artwork artwork = new Artwork();
artwork.setBinaryData(Resources.toByteArray(song
.getAlbumArtUrlAsURI().toURL()));
tag.addField(artwork);
/*
* File imageFile = new File(new File(".") +
* System.getProperty("path.separator") + song.getId() + ".im");
* Files