如何获得spplaylist id?

时间:2012-10-04 05:09:21

标签: cocoalibspotify-2.0

我如何拥有spplaylist的id?

目前它返回

    return [NSString stringWithFormat:@"%@: %@ (%@ items)", [super description], [self name], [NSNumber numberWithUnsignedInteger:[[self valueForKey:@"items"] count]]];

因为[self name]它包含它返回播放列表名称。如果我希望它返回spplaylist id怎么办?

对于播放列表名称keyvalue是@“name”,我可以知道id的键值是什么吗?

1 个答案:

答案 0 :(得分:1)

播放列表的唯一标识符是其URI,它可以位于所有元数据对象的spotifyURL属性中,包括SPPlaylist