[TIMOB-7730] Please add in rest of the Media Item Property Keys
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Mark Li |
| Assignee | Unknown |
| Created | 2012-02-16T15:12:13.000+0000 |
| Updated | 2018-03-06T18:57:59.000+0000 |
Description
I looked in Github and the MediaModule.m's filterableItemProperties, the following are missing:
NSString *const MPMediaItemPropertyPersistentID; // filterable
NSString *const MPMediaItemPropertyAlbumPersistentID; // filterable
NSString *const MPMediaItemPropertyArtistPersistentID; // filterable
NSString *const MPMediaItemPropertyAlbumArtistPersistentID; // filterable
NSString *const MPMediaItemPropertyGenrePersistentID; // filterable
NSString *const MPMediaItemPropertyComposerPersistentID; // filterable
NSString *const MPMediaItemPropertyPodcastPersistentID; // filterable
These are all uint64_t values that allow you to identify albums, genres, etc...
Would be helpful in setting the music library queries.
I added them manually, but I get some negative numbers...
No comments