spplaylistのIDを取得するにはどうすればよいですか?
現在それは戻ります
return [NSString stringWithFormat:@"%@: %@ (%@ items)", [super description], [self name], [NSNumber numberWithUnsignedInteger:[[self valueForKey:@"items"] count]]];
[自己名]のため、プレイリスト名を返します。spplaylist idを返したい場合はどうすればよいですか?
プレイリスト名のkeyvalueが@"name"の場合、idのキー値を教えてください。