~pablo-elenya/exaile/diacritica

« back to all changes in this revision

Viewing changes to xl/metadata/_base.py

  • Committer: Aren Olson
  • Date: 2009-12-13 04:00:41 UTC
  • Revision ID: reacocard@gmail.com-20091213040041-sq41nsvy5dedez0o
add get_tag_disk

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    tag_mapping = {}
47
47
    others = True
48
48
    writable = False
49
 
    ignore_tags = ['Cover Art (front)']
 
49
    ignore_tags = ['cover', 'lyrics', 'Cover Art (front)']
50
50
 
51
51
    def __init__(self, loc):
52
52
        self.loc = loc