Changeset 215

Show
Ignore:
Timestamp:
06/11/07 16:19:17 (2 years ago)
Author:
seighin
Message:

try tagger if eyeD3 comes up with an empty cover, which tends to happen

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/djedna/catalog/models.py

    r214 r215  
    510510            if image_list: 
    511511                cover_pict = image_list[0].imageData 
     512            else: 
     513                # try tagger to get cover 
     514                cover_pict = self.get_cover_pict_via_tagger() 
    512515                 
    513516        except Exception, e: