} else {
upnpAlbum.setCreator("unknown");
}
upnpAlbum.setTitle(releaseItem.getItem().getName());
upnpAlbum.addProperty(new DIDLObject.Property.UPNP.ALBUM(upnpAlbum.getTitle()) );
upnpAlbum.setDescription("aze");
// <albumArtUri dlna:profileID="PNG_TN">
// <albumArtUri dlna:profileID="JPEG_TN">
upnpAlbum.setAlbumArtURIs(new URI[] { new URI(releaseItem.getImage().getUrl())} );