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

/external/libmtp/examples/
H A Dnewplaylist.c31 printf("Usage: newplaylist -i <fileid/trackid> -n <playlistname> -s <storage_id> -p <parent_id>\n");
43 char *playlistname = NULL; local
64 playlistname = strdup(optarg);
79 if ( playlistname == NULL) {
98 playlist->name = playlistname;

Completed in 199 milliseconds