[TIMOB-17356] Implement all of iOS MPMediaQuery features
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | MPMediaQ, Media, Query, TCSupport, feature, iOS, request |
Reporter | Daniel Christmas |
Assignee | Unknown |
Created | 2014-07-08T20:11:53.000+0000 |
Updated | 2018-08-08T08:55:26.000+0000 |
Description
Could somebody add the ability to detect if the song is from the cloud, albumQuery(), playlistQuery() etc? Implementing MPMediaQuery would also make the function faster. I don't know any obj-c and there is no documentation at all on making swift modules for Titanium otherwise I would have done it myself.
Here is the documentation to Apple's API's: https://developer.apple.com/library/prerelease/ios/documentation/MediaPlayer/Reference/MPMediaQuery_ClassReference/index.html
Swift modules are supported these days, along with Obj-C modules and Hyperloop (JavaScript) that all can solve this for you. Thx!