I am trying to browse video stored in my iPod library using the new video media types. With any video type I get this error on the console:
Warning: Unsuppo
SWIFT 3 form @John Goodstadt
import MediaPlayer
let predicate = MPMediaPropertyPredicate(value: MPMediaType.any.rawValue, forProperty: MPMediaItemPropertyMediaType)
let query = MPMediaQuery()
query.addFilterPredicate(predicate)
let items = query.items
for item in items! {
DLog("title: \(item.title); url: \(item.assetURL)")
}
then you can change type as you need.