{ "id": "121151", "key": "TIMOB-15476", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2013-10-13T12:47:07.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:52.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{code:javascript}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar tableView = Ti.UI.createTableView();\r\n\r\nvar query = Ti.Media.queryMusicLibrary({\r\n\tgrouping:Ti.Media.MUSIC_MEDIA_GROUP_PLAYLIST,\r\n\t//grouping:Ti.Media.MUSIC_MEDIA_GROUP_GENRE,\r\n\t//grouping:Ti.Media.MUSIC_MEDIA_GROUP_COMPOSER,\r\n\t//grouping:Ti.Media.MUSIC_MEDIA_GROUP_ALBUM,\r\n\t//grouping:Ti.Media.MUSIC_MEDIA_GROUP_ALBUM_ARTIST,\r\n\tmediaType:Ti.Media.MUSIC_MEDIA_TYPE_MUSIC\r\n});\r\n\r\nif (query.length > 0) {\r\n\tfor (var i=0;i