Home
last modified time | relevance | path

Searched refs:TIPL (Results 1 – 25 of 111) sorted by relevance

12345

/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Did3_compat.c203 {"IPL", EQ(TIPL) /* Involved people list */},
241 {"IPLS", EQ(TIPL) /* Involved people list */},
H A Did3_compat.gperf47 IPL, EQ(TIPL) /* Involved people list */
48 IPLS, EQ(TIPL) /* Involved people list */
H A Did3_frametype.gperf302 TIPL, FRAME(text), "Involved people list"
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/id3/
H A D__init__.py47 TDY, TEN, TENC, TEXT, TFLT, TFT, TGID, TIM, TIME, TIPL, TIT1, TIT2, TIT3,
79 TIM, TIME, TIPL, TIT1, TIT2, TIT3, TKE, TKEY, TKWD, TLA, TLAN, TLE, TLEN,
H A D_tags.py19 from ._frames import TDRC, APIC, TDOR, TIME, TIPL, TORY, TDAT, Frames_2_2, \
404 self.add(TIPL(encoding=f.encoding, people=f.people))
H A D_frames.py961 class TIPL(PairedTextFrame): class
969 class IPLS(TIPL):
/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Dcompat.c297 {"IPL", EQ(TIPL) /* Involved people list */},
303 {"IPLS", EQ(TIPL) /* Involved people list */}
H A Dcompat.gperf70 IPL, EQ(TIPL) /* Involved people list */
71 IPLS, EQ(TIPL) /* Involved people list */
H A Dframetype.gperf316 TIPL, FRAME(text), PRESERVE, "Involved people list"
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/t/
H A Dmp3.t726 # ID3v2.4 with TIPL frame that has multiple strings
732 is( ref $tags->{TIPL}, 'ARRAY', 'ID3v2.4 TIPL array ok' );
733 is( $tags->{TIPL}->[0], 'producer', 'ID3v2.4 TIPL string 1 ok' );
734 is( $tags->{TIPL}->[1], 'Steve Albini', 'ID3v2.4 TIPL string 2 ok' );
735 is( $tags->{TIPL}->[2], 'engineer', 'ID3v2.4 TIPL string 3 ok' );
736 is( $tags->{TIPL}->[3], 'Steve Albini', 'ID3v2.4 TIPL string 4 ok' );
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h103 void TIPL() {T___();} in TIPL() function
H A DFile_Id3v2.cpp178 const int32u TIPL=0x5449504C; variable
643 CASE_INFO(TIPL, "Involved people list"); in Data_Parse()
1232 case Elements::TIPL : Fill(Stream_General, 0, General_ThanksTo, Element_Value); break; in Fill_Name()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h103 void TIPL() {T___();} in TIPL() function
H A DFile_Id3v2.cpp178 const int32u TIPL=0x5449504C; variable
643 CASE_INFO(TIPL, "Involved people list"); in Data_Parse()
1232 case Elements::TIPL : Fill(Stream_General, 0, General_ThanksTo, Element_Value); break; in Fill_Name()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h103 void TIPL() {T___();} in TIPL() function
H A DFile_Id3v2.cpp178 const int32u TIPL=0x5449504C; variable
643 CASE_INFO(TIPL, "Involved people list"); in Data_Parse()
1232 case Elements::TIPL : Fill(Stream_General, 0, General_ThanksTo, Element_Value); break; in Fill_Name()
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest_id3.py11 TALB, TPE2, TSOT, TDEN, TIPL, ParseID3v1, Encoding, ID3Tags, RVAD, \
106 tags.add(id3.TIPL(encoding=0, people=[["a", "b"], ["c", "d"]]))
871 tipl_frame = TIPL(people=[("a", "b"), ("c", "d")], encoding=2)
/dports/audio/p5-MP3-Tag/MP3-Tag-1.15/lib/MP3/Tag/
H A DID3v2_Data.pod135 =item TIPL : Involved people list
H A DID3v2.pm2860 TIPL => [{v3name => "IPLS"}, $encoding, $text_enc],
2907 TIPL => "Involved people list",
/dports/audio/py-mutagen/mutagen-1.42.0/docs/api/
H A Did3_frames.rst318 .. autoclass:: mutagen.id3.TIPL(encoding=<Encoding.UTF16: 1>, people=[])
/dports/audio/picard/picard-release-2.6.2/test/formats/
H A Dtest_id3.py386 tags.add(mutagen.id3.TIPL(people=[
/dports/audio/picard/picard-release-2.6.2/picard/formats/
H A Did3.py425 tipl = mutagen.id3.TIPL(encoding=encoding, people=[])
/dports/audio/id3lib/id3lib-3.8.3/id3com/
H A Did3com.idl138 /* TIPL */ ID3_INVOLVEDPEOPLE2, /**< Involved people list */
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DID3.pm679 TIPL => 'InvolvedPeople',
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DID3.pm681 TIPL => 'InvolvedPeople',

12345