Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7730] Please add in rest of the Media Item Property Keys

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterMark Li
AssigneeUnknown
Created2012-02-16T15:12:13.000+0000
Updated2018-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...

Comments

No comments

JSON Source