Searched refs:ROLE_CONDUCTOR (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.c206 (psong->contributor[ROLE_BAND] || psong->contributor[ROLE_CONDUCTOR]))
210 if(psong->contributor[ROLE_CONDUCTOR])
211 len += strlen(psong->contributor[ROLE_CONDUCTOR]);
221 if(psong->contributor[ROLE_BAND] && psong->contributor[ROLE_CONDUCTOR])
224 if(psong->contributor[ROLE_CONDUCTOR])
225 strcat(psong->contributor[ROLE_ARTIST], psong->contributor[ROLE_CONDUCTOR]);
H A Dtagutils.h39 #define ROLE_CONDUCTOR 3 macro
H A Dtagutils-aac.c136 psong->contributor[ROLE_CONDUCTOR] = strdup((char*)&current_data[16]);
H A Dtagutils-asf.c513 psong->contributor[ROLE_CONDUCTOR] = strdup(buf);
H A Dtagutils-mp3.c144 psong->contributor[ROLE_CONDUCTOR] = (char*)utf8_text;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils.c204 (psong->contributor[ROLE_BAND] || psong->contributor[ROLE_CONDUCTOR]))
208 if(psong->contributor[ROLE_CONDUCTOR])
209 len += strlen(psong->contributor[ROLE_CONDUCTOR]);
219 if(psong->contributor[ROLE_BAND] && psong->contributor[ROLE_CONDUCTOR])
222 if(psong->contributor[ROLE_CONDUCTOR])
223 strcat(psong->contributor[ROLE_ARTIST], psong->contributor[ROLE_CONDUCTOR]);
H A Dtagutils.h42 #define ROLE_CONDUCTOR 5 macro
H A Dtagutils-aac.c124 psong->contributor[ROLE_CONDUCTOR] = strdup((char*)&current_data[16]);
H A Dtagutils-asf.c649 psong->contributor[ROLE_CONDUCTOR] = strdup(buf);
H A Dtagutils-mp3.c144 psong->contributor[ROLE_CONDUCTOR] = (char*)utf8_text;

Completed in 68 milliseconds