Home | History | Annotate | Download | only in src

Lines Matching refs:track

76 static void discover_filepath_from_id(char** p, uint32_t track, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
160 // convert the playlist listing to track ids
162 IF_DEBUG() printf("%u track%s found\n", pl->no_tracks, pl->no_tracks==1?"":"s");
211 IF_DEBUG() printf("%u track%s\n", pl->no_tracks, pl->no_tracks==1?"":"s");
252 * changed the pl->playlist_id will likely remain the same. An updated track
417 // proceeding on as if everything is okay, probably losing a track
534 * Count the number of tracks in this playlist. A track will be counted as
552 * Find the track ids for this playlist's files.
556 * @param tracks returned list of track id's for the playlist_t, must be large
573 printf("track %d = %s (%u)\n", c+1, p->text, tracks[c]);
582 * Find the track names (including path) for this playlist's track ids.
586 * @param tracks list of track id's to look up
621 printf("track %d = %s (%u)\n", i+1, f, tracks[i]);
624 printf("failed to find filepath for track=%d\n", tracks[i]);
654 * Find the track names (including path) given a fileid
659 * @param track track id to look up
665 // returns p = NULL on failure, else the filepath to the track including track name, allocated as a correct length string
667 uint32_t track,
681 while(files != NULL && files->item_id != track) {
717 * Find the track id given a track's name (including path)
724 * @return track id, 0 means failure