Home
last modified time | relevance | path

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

/dports/audio/picard/picard-release-2.6.2/picard/formats/
H A Dapev2.py87 class APEv2File(File): class
285 class MusepackFile(APEv2File):
297 class WavPackFile(APEv2File):
314 class OptimFROGFile(APEv2File):
333 class MonkeysAudioFile(APEv2File):
341 class TAKFile(APEv2File):
349 class AACFile(APEv2File):
373 return APEv2File.supports_tag(name)
H A Dac3.py26 from picard.formats.apev2 import APEv2File
32 class AC3File(APEv2File):
63 return APEv2File.supports_tag(name)
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/formats/
H A Dwavpack.py11 from ._apev2 import APEv2File
14 class WavpackFile(APEv2File):
H A Dmonkeysaudio.py11 from ._apev2 import APEv2File
14 class MonkeysAudioFile(APEv2File):
H A Dmpc.py11 from ._apev2 import APEv2File
14 class MPCFile(APEv2File):
H A D_apev2.py76 class APEv2File(AudioFile): class
128 return (super(APEv2File, self).can_change(key) and
/dports/audio/picard/picard-release-2.6.2/picard/formats/mutagenext/
H A Dtak.py49 APEv2File,
76 class TAK(APEv2File):
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/songsmenu/
H A Dape2id3.py13 from quodlibet.formats._apev2 import APEv2File
35 apesong = APEv2File(song["~filename"])
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A Doptimfrog.py28 from mutagen.apev2 import APEv2File, error, delete
69 class OptimFROG(APEv2File):
H A Dmonkeysaudio.py23 from mutagen.apev2 import APEv2File, error, delete
84 class MonkeysAudio(APEv2File):
H A Dwavpack.py23 from mutagen.apev2 import APEv2File, error, delete
116 class WavPack(APEv2File):
H A D_file.py238 from mutagen.apev2 import APEv2File
270 FLAC, AIFF, APEv2File, MP4, ID3FileType, WavPack,
H A Dmusepack.py24 from mutagen.apev2 import APEv2File, error, delete
265 class Musepack(APEv2File):
H A Dapev2.py715 class APEv2File(FileType):
/dports/audio/py-mutagen/mutagen-1.42.0/docs/api/
H A Dape.rst14 .. autoclass:: mutagen.apev2.APEv2File
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest_apev2.py13 from mutagen.apev2 import APEv2File, APEv2, is_valid_apev2_key, \
425 self.audio = APEv2File(os.path.join(DATA_DIR, "click.mpc"))
428 f = APEv2File(os.path.join(DATA_DIR, "xing.mp3"))
H A Dtest___init__.py23 from mutagen.apev2 import APEv2File
531 _FILETYPES[APEv2File] = _FILETYPES[MonkeysAudio]
605 File(os.path.join(DATA_DIR, "oldtag.apev2")), APEv2File))