Home
last modified time | relevance | path

Searched refs:ID3_GENRE (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/audacious/audacious-4.1/src/libaudtag/id3/
H A Did3v22.cc45 ID3_GENRE, enumerator
270 case ID3_GENRE: in read_tag()
H A Did3v24.cc51 ID3_GENRE, enumerator
599 case ID3_GENRE: in read_tag()
657 add_frameFromTupleStr (tuple, Tuple::Genre, ID3_GENRE, dict); in write_tag()
/dports/audio/cmus/cmus-2.9.1/
H A Did3.h34 ID3_GENRE, enumerator
H A Did3.c559 { "TCON", ID3_GENRE },
583 { "TCO", ID3_GENRE },
708 if (key == ID3_GENRE) { in decode_normal()
1264 case ID3_GENRE: in id3_get_comment()
/dports/audio/rioutil/rioutil-1.5.0/librioutil/
H A Did3.c51 char *ID3_GENRE[2] = {"TCO", "TCON"};
337 } else if (strcmp (identifier, ID3_GENRE[newv]) == 0) {