Home
last modified time | relevance | path

Searched refs:id3tag (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/dports/audio/id3tool/id3tool-1.2a/
H A Did3.c202 if (NULL == fin || NULL == id3tag) { in id3_readtag()
207 n = fread (id3tag, 128, 1, fin); in id3_readtag()
217 if (NULL == fout || NULL == id3tag) { in id3_appendtag()
222 fwrite (id3tag, 128, 1, fout); in id3_appendtag()
230 if (NULL == fout || NULL == id3tag) { in id3_replacetag()
236 fwrite (id3tag, 128, 1, fout); in id3_replacetag()
242 id3_cleartag(id3tag_t *id3tag) in id3_cleartag() argument
244 if (NULL == id3tag) { in id3_cleartag()
247 memset (id3tag, 0, sizeof (*id3tag)); in id3_cleartag()
248 strncpy(id3tag->magic, "TAG", 3); in id3_cleartag()
[all …]
H A Did3.h71 extern int id3_readtag (FILE *fin, id3tag_t *id3tag);
72 extern int id3_appendtag (FILE *fout, id3tag_t *id3tag);
73 extern int id3_replacetag (FILE *fout, id3tag_t *id3tag);
74 extern void id3_cleartag(id3tag_t *id3tag);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/dj/inc/
H A Dclass.id3.inc.php359 $id3tag = $this->decode();
361 $this->tag = $id3tag['TAG'];
373 $this->year = $id3tag['YEAR'];
379 $this->genre = $id3tag['GENRE'];
578 $this->tag = $id3tag['TAG'];
579 $this->name = $id3tag['NAME'];
742 _debug_array($id3tag);
745 if ($id3tag['TAG'] == 'TAG')
747 $id3tag['GENRE'] = $this->getgenre($id3tag['GENRENO']);
752 $id3tag = False;
[all …]
/dports/sysutils/fusefs-mp3fs/mp3fs-0.91/src/
H A Dmp3_encoder.cc66 id3tag = id3_tag_new();
88 if (!id3tag) {
89 id3_tag_delete(id3tag);
143 id3_tag_attachframe(id3tag, frame);
172 id3_tag_attachframe(id3tag, frame);
200 id3_tag_attachframe(id3tag, frame);
240 id3_tag_options(id3tag, ID3_TAG_OPTION_COMPRESSION, 0);
241 id3_tag_setlength(id3tag, id3_tag_render(id3tag, 0) + 12);
248 id3size = id3_tag_render(id3tag, write_ptr);
252 id3_tag_options(id3tag, ID3_TAG_OPTION_ID3V1, ~0);
[all …]
/dports/audio/jid3lib/jid3lib-0.5.4/src/org/farng/mp3/id3/
H A DID3v2_4.java309 if (id3tag.title.length() > 0) { in ID3v2_4()
314 if (id3tag.artist.length() > 0) { in ID3v2_4()
319 if (id3tag.album.length() > 0) { in ID3v2_4()
324 if (id3tag.year.length() > 0) { in ID3v2_4()
329 if (id3tag.comment.length() > 0) { in ID3v2_4()
334 if (id3tag.genre >= 0) { in ID3v2_4()
741 this.extended = id3tag.extended; in copyFromID3v2Tag()
743 this.crcDataFlag = id3tag.crcDataFlag; in copyFromID3v2Tag()
744 this.crcData = id3tag.crcData; in copyFromID3v2Tag()
745 this.paddingSize = id3tag.paddingSize; in copyFromID3v2Tag()
[all …]
H A DID3v1_1.java69 final ID3v2_4 id3tag; in ID3v1_1() local
70 id3tag = new ID3v2_4(mp3tag); in ID3v1_1()
73 if (id3tag.hasFrame("TIT2")) { in ID3v1_1()
74 frame = (ID3v2_4Frame) id3tag.getFrame("TIT2"); in ID3v1_1()
78 if (id3tag.hasFrame("TPE1")) { in ID3v1_1()
79 frame = (ID3v2_4Frame) id3tag.getFrame("TPE1"); in ID3v1_1()
83 if (id3tag.hasFrame("TALB")) { in ID3v1_1()
88 if (id3tag.hasFrame("TDRC")) { in ID3v1_1()
93 if (id3tag.hasFrameOfType("COMM")) { in ID3v1_1()
102 if (id3tag.hasFrame("TCON")) { in ID3v1_1()
[all …]
/dports/audio/jid3lib/jid3lib-0.5.4/src/org/farng/mp3/filename/
H A DFilenameTag.java43 private ID3v2_4 id3tag = null; field in FilenameTag
59 id3tag = new ID3v2_4(copyObject.id3tag); in FilenameTag()
104 if (id3tag == null) { in setFrame()
105 id3tag = new ID3v2_4(); in setFrame()
107 id3tag.setFrame(frame); in setFrame()
123 if (id3tag != null) { in getFrame()
139 this.id3tag = id3tag; in setId3tag()
140 if (id3tag != null) { in setId3tag()
157 return id3tag; in getId3tag()
202 if (id3tag != null) { in hasFrame()
[all …]
/dports/audio/libmp3splt/libmp3splt-0.9.2/m4/
H A Did3.m48 [ Prefix where id3tag is installed (optional). ]) ],
11 [ Directory where id3tag library is installed (optional). ]) ],
14 [ Directory where id3tag header files are installed (optional). ]) ],
39 AC_MSG_CHECKING(for id3tag)
54 #include <id3tag.h>
77 echo "*** Could not run id3tag test program, checking why..."
82 #include <id3tag.h>
85 echo "*** that the run-time linker is not finding id3tag or finding the wrong"
86 echo "*** version of id3tag. If it is not finding id3tag, you'll need to set your"
94 echo "*** exact error that occured. This usually means id3tag was incorrectly installed"
[all …]
/dports/audio/py-eyed3/eyeD3-0.9.6/tests/id3/
H A Dtest_frames.py248 def test_TermsOfUseFrame(audiofile, id3tag): argument
255 audiofile.tag = id3tag
261 audiofile.tag = id3tag
267 audiofile.tag = id3tag
274 audiofile.tag = id3tag
282 def test_ObjectFrame(audiofile, id3tag): argument
291 id3tag.frame_set[OBJECT_FID] = obj1
292 id3tag.frame_set[OBJECT_FID].append(obj2)
294 audiofile.tag = id3tag
313 id3tag.frame_set[OBJECT_FID] = obj1
[all …]
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dmp3file.c1343 struct id3_tag *id3tag; in id3_apic_read() local
1361 if ((id3tag = id3_file_tag(id3file))) in id3_apic_read()
1527 struct id3_tag *id3tag; in id3_tag_read() local
1545 if ((id3tag = id3_file_tag(id3file))) in id3_tag_read()
1692 struct id3_tag* id3tag; in mp3_write_file_info() local
1706 if ((id3tag = id3_file_tag(id3file))) in mp3_write_file_info()
1712 encoding = get_encoding (id3tag); in mp3_write_file_info()
2078 struct id3_tag *id3tag; in mp3_get_track_id3_replaygain() local
3068 struct id3_tag *id3tag; in id3_lyrics_read() local
3094 struct id3_tag *id3tag; in id3_lyrics_save() local
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Did3.h61 struct id3tag { struct
73 void id3_init(struct id3tag *id3); argument
74 void id3_free(struct id3tag *id3);
76 int id3_read_tags(struct id3tag *id3, int fd, unsigned int flags);
77 char *id3_get_comment(struct id3tag *id3, enum id3_key key);
H A Did3.c694 static void add_v2(struct id3tag *id3, enum id3_key key, char *value) in add_v2()
761 static void decode_txxx(struct id3tag *id3, const char *buf, int len, int encoding) in decode_txxx()
817 static void decode_comment(struct id3tag *id3, const char *buf, int len, int encoding) in decode_comment()
890 static void decode_rva2(struct id3tag *id3, const char *buf, int len) in decode_rva2()
966 static void decode_ufid(struct id3tag *id3, const char *buf, int len) in decode_ufid()
1043 static int v2_read(struct id3tag *id3, int fd, const struct v2_header *header) in v2_read()
1144 void id3_init(struct id3tag *id3) in id3_init()
1146 const struct id3tag t = { .has_v1 = 0, .has_v2 = 0 }; in id3_init()
1150 void id3_free(struct id3tag *id3) in id3_free()
1158 int id3_read_tags(struct id3tag *id3, int fd, unsigned int flags) in id3_read_tags()
[all …]
/dports/audio/mp3guessenc/mp3guessenc-0.27.5/
H A Dtags.h42 typedef struct id3tag { struct
50 } id3tag; argument
96 void show_id3v1(id3tag *);
97 int checkid3v1(FILE *, off_t, id3tag *);
/dports/audio/mixxx/mixxx-2.3.0/lib/mp3guessenc-0.27.4/
H A Dtags.h47 typedef struct id3tag { struct
55 } id3tag; argument
101 void show_id3v1(id3tag *);
102 int checkid3v1(FILE *, off_t, id3tag *);
/dports/audio/mixxx/mixxx-2.3.0/cmake/modules/
H A DFindID3Tag.cmake40 The directory containing ``id3tag.h``.
48 pkg_check_modules(PC_ID3Tag QUIET id3tag)
52 NAMES id3tag.h
54 PATH_SUFFIXES id3tag
59 NAMES id3tag
/dports/audio/gtkpod/gtkpod-1.0.0/cmake/
H A DFindID3tag.cmake1 message("-- Checking for id3tag...")
2 pkg_check_modules(ID3TAG id3tag)
5 message(FATAL_ERROR "id3tag not found")
/dports/audio/ezstream/ezstream-0.5.6/src/
H A Dmetadata.c170 struct ID3Tag id3tag;
183 memset(&id3tag, 0, sizeof(id3tag));
185 fread(&id3tag, 1UL, sizeof(struct ID3Tag), *filep);
186 if (memcmp(id3tag.tag, "TAG", 3UL) == 0) {
187 if (strlen(id3tag.artistName) > 0)
188 md->artist = CHARtoUTF8(id3tag.artistName, ICONV_REPLACE);
189 if (strlen(id3tag.trackName) > 0)
190 md->title = CHARtoUTF8(id3tag.trackName, ICONV_REPLACE);
/dports/audio/mpg321/mpg321-0.2.10/
H A Dmpg321.c222 struct id3_tag *id3tag = NULL; in main() local
311 id3tag = id3_file_tag (id3struct); in main()
313 if (id3tag) in main()
315 show_id3 (id3tag); in main()
328 id3tag = id3_file_tag (id3struct); in main()
330 if (id3tag) in main()
332 if (!show_id3(id3tag)) in main()
/dports/audio/tagutil/tagutil-3.1/src/
H A Dt_ftid3v1.c287 struct id3v1_tag id3tag; in t_ftid3v1_read() local
305 if (fread(&id3tag, sizeof(struct id3v1_tag), 1, data->fp) != 1) in t_ftid3v1_read()
308 if (id3tag_to_taglist(&id3tag, tlist) != 0) in t_ftid3v1_read()
321 struct id3v1_tag id3tag; in t_ftid3v1_write() local
331 if (taglist_to_id3tag(tlist, &id3tag) != 0) in t_ftid3v1_write()
346 if (fwrite(&id3tag, sizeof(struct id3v1_tag), 1, fp) != 1) in t_ftid3v1_write()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/id3tag/
H A DMakefile.am5 id3tag.c
17 noinst_HEADERS = gstid3mux.h id3tag.h
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst/id3tag/
H A DMakefile.am5 id3tag.c
17 noinst_HEADERS = gstid3mux.h id3tag.h
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/id3tag/
H A DMakefile.am5 id3tag.c
17 noinst_HEADERS = gstid3mux.h id3tag.h
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/id3tag/
H A DMakefile.am5 id3tag.c
17 noinst_HEADERS = gstid3mux.h id3tag.h
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/id3tag/
H A DMakefile.am5 id3tag.c
17 noinst_HEADERS = gstid3mux.h id3tag.h
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/id3tag/
H A DMakefile.am5 id3tag.c
17 noinst_HEADERS = gstid3mux.h id3tag.h

12345678910>>...30