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

/external/libmtp/examples/
H A Dsendtr.c164 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *ptitle, char *pgenre, char *palbum, char *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid) argument
213 if (palbumartist == NULL) {
214 palbumartist = prompt("Album artist", albumartist, 80, 0);
278 if (palbumartist) {
279 printf("Album artist: %s\n", palbumartist);
280 albuminfo->artist = strdup(palbumartist);
285 if (palbumartist == NULL)
377 char *palbumartist = NULL; local
397 palbumartist = strdup(optarg);
441 printf("%s,%s,%s,%s,%s,%s,%s,%s,%d%d,%d,%u\n",argv[0],argv[1],partist,palbumartist,ptitl
[all...]

Completed in 410 milliseconds