? station_catalog.module.patch
Index: station_catalog.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/station/catalog/station_catalog.module,v
retrieving revision 1.37
diff -u -p -r1.37 station_catalog.module
--- station_catalog.module	27 Jun 2010 18:33:04 -0000	1.37
+++ station_catalog.module	22 Sep 2010 02:33:59 -0000
@@ -84,6 +84,7 @@ function station_catalog_album_prepare(&
       $fields = array(
         'artist' => t('Artist'),
         'album' => t('Album'),
+        'label' => t('Label'),
         'year' => t('Year'),
         'mb_release_id' => t('Music Brainz ID'),
         'asin' => t('ASIN'),
@@ -397,7 +398,7 @@ function _station_catalog_musicbrainz_al
 
       // Now that we've got the release id, we need to make another call to get the label.
 #      $label = _station_catalog_musicbrainz_label($ret['mb_release_id']);
-      $ret['label'] = '';
+      $ret['label'] = (string) $release->$event->event->label->name;
     }
   }
   return $ret;
