Lines Matching full:playlist_id
126 pl->playlist_id = id;
144 int ret = LIBMTP_Get_File_To_File_Descriptor(device, pl->playlist_id, fd, NULL, NULL, NULL);
177 * @param pl the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
236 pl->playlist_id = f->item_id;
252 * changed the pl->playlist_id will likely remain the same. An updated track
253 * list will result in the old playlist being replaced (ie: new playlist_id).
258 * @param new the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
268 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id);
288 IF_DEBUG() printf(" NOTE: new playlist_id will result!\n");
289 if(LIBMTP_Delete_Object(device, old->playlist_id) != 0)
306 IF_DEBUG() printf("playlist_id will remain unchanged\n");