Home
last modified time | relevance | path

Searched refs:_ape (Results 1 – 1 of 1) sorted by relevance

/dports/audio/py-apetag/py-ApeTag-1.2/
H A DApeTag.py677 return _tag(_ape, fil, 'create', callback=_updateapetagcallback,
692 return _tag(_ape, fil, action='delete')
701 return _tag(_ape, fil, action='delete', updateid3=True)
705 return _tag(_ape, fil, action='getfields')
713 return _tag(_ape, fil, action='getfields', updateid3=True)
717 return _tag(_ape, fil, action='getrawtag')
725 return _tag(_ape, fil, action='getrawtag', updateid3=True)
729 return _tag(_ape, fil, action='hastag')
737 return _tag(_ape, fil, action='hastag', updateid3=True)
741 return _tag(_ape, fil, action=action, callback=callback,
[all …]