Hi stackoverflow! I'm writing an iPhone application where I am looking to pull batches of, say, 10-20 random tracks via an MPMediaQuery, since performing a query for all tracks and selecting random tracks from that query results in an inordinate delay on launch. If a query for a few random tracks is not possible, is there a clever workaround?
Thanks!