Home | History | Annotate | Download | only in examples

Lines Matching full:track

3  * Example program to send a music track to a device.
59 fprintf(stderr, " -l <album> -c <codec> -g <genre> -n <track number> -y <year>\n");
176 printf("Sending track %s to %s\n",from_path,to_path);
197 printf("Not a valid track codec: \"%s\"\n", LIBMTP_Get_Filetype_Description(trackmeta->filetype));
236 if ( (pnum = prompt("Track number", num, 80, 0)) == NULL )
267 printf("Sending track:\n");
307 printf("Track no: %d\n", tracknum);
349 printf("Sending track...\n");
353 printf("Error sending track.\n");
357 printf("New track ID: %d\n", trackmeta->item_id);