Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Djunklib.c2205 const char *text_frames[] = { in junk_id3v2_convert_24_to_23() local
2244 for (i = 0; text_frames[i]; i++) { in junk_id3v2_convert_24_to_23()
2245 if (!strcmp (f24->id, text_frames[i])) { in junk_id3v2_convert_24_to_23()
2436 const char *text_frames[] = { in junk_id3v2_convert_23_to_24() local
2466 for (i = 0; text_frames[i]; i++) { in junk_id3v2_convert_23_to_24()
2467 if (!strcmp (f23->id, text_frames[i])) { in junk_id3v2_convert_23_to_24()
2617 const char *text_frames[] = { in junk_id3v2_convert_22_to_24() local
2655 for (i = 0; text_frames[i]; i++) { in junk_id3v2_convert_22_to_24()
2656 if (!strcmp (f22->id, text_frames[i])) { in junk_id3v2_convert_22_to_24()
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/plugins/
H A Dclassic.py934 ("text frame", self.args.text_frames, tag.setTextFrame),