Home
last modified time | relevance | path

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

/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/id3/
H A Dframes.py1959 ID3_V2,
1962 ID3_V2,
2183 ID3_V2, TextFrame),
2185 ID3_V2, TextFrame),
2188 ID3_V2, apple.PCST),
2190 ID3_V2, apple.TKWD),
2192 ID3_V2, apple.TDES),
2194 ID3_V2, apple.TGID),
2196 ID3_V2, apple.WFED),
2198 ID3_V2, TextFrame),
[all …]
H A D__init__.py17 ID3_V2 = (2, None, None)
27 ID3_ANY_VERSION = (ID3_V1[0] | ID3_V2[0], None, None)
51 ID3_V2, ID3_V2_2, ID3_V2_3, ID3_V2_4,
67 elif v == ID3_V2:
68 assert ID3_DEFAULT_VERSION[0] & ID3_V2[0]
99 elif v == ID3_V2:
H A Dtag.py14 ID3_V2, ID3_V2_2, ID3_V2_3, ID3_V2_4, versionToString)
1002 if fversion in (target_version, ID3_V2):
1011 if fversion in (target_version, ID3_V2):
1114 if tmp_tag.parse(self.file_info.name, ID3_V2):
1362 if version[0] & ID3_V2[0]:
1365 found = tag.parse(tag_file, ID3_V2)
/dports/audio/py-eyed3/eyeD3-0.9.6/tests/id3/
H A Dtest_id3.py11 (ID3_V2, (2, None, None), "v2.x"),
131 for v in [ID3_V2, ID3_V2_2, ID3_V2_3, ID3_V2_4]:
138 assert (ID3_ANY_VERSION == (ID3_V1[0] | ID3_V2[0], None, None))
162 assert normalizeVersion(ID3_V2) == ID3_V2_4
/dports/audio/py-eyed3/eyeD3-0.9.6/tests/
H A Dtest_classic_plugin.py810 v2_view = eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2)
817 v2_tag = eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2).tag
827 v2_view = eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2)
833 assert eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2).tag is None
843 v2_view = eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2)
849 assert eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2).tag is None
859 v2_view = eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2)
866 v2_tag = eyeD3(audiofile, ["-2"], reload_version=id3.ID3_V2).tag
/dports/audio/cmus/cmus-2.9.1/
H A Did3.h26 #define ID3_V2 (1 << 1) macro
H A Did3.c1163 if (flags & ID3_V2) { in id3_read_tags()
/dports/audio/cmus/cmus-2.9.1/ip/
H A Dmad.c137 rc = id3_read_tags(&id3, fd, ID3_V1 | ID3_V2); in mad_read_comments()
H A Daac.c401 rc = id3_read_tags(&id3, fd, ID3_V1 | ID3_V2); in aac_read_comments()
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/plugins/
H A Dclassic.py282 gid3.add_argument("-2", "--v2", action="store_const", const=id3.ID3_V2,
747 remove_version = id3.ID3_V2