Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development > iPhone SDK Development - Advanced Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 05-17-2011, 03:54 AM   #1 (permalink)
Registered Member
 
Join Date: Dec 2010
Location: Moscow, Russia
Posts: 84
Pavel Volobuev is on a distinguished road
Default MPMediaItemCollection to NSUserDefaults save

Hello everyone,

I need to save my MediaCollection when my app is shutting down.

I found in the Internet this couple of code

PHP Code:
//it's how to know persistentId of the song after you got mediaItemCollection from your mediaPickerViewController
//then you can sav it in userDefaults.
- (NSNumber *)getPersistentId :(MPMediaItemCollection *)collection atIndex:(int)index {
 
MPMediaItem *mediaItem = [collection.items objectAtIndex:index];
 
NSNumber *anId = [mediaItem valueForProperty:MPMediaItemPropertyPersistentID];
 return 
anId;
}

//when your application will be launched next time you can get required song:
- (void)obtainSongWitId:(NSNumber *)persistentId {
 
MPMediaQuery *query = [MPMediaQuery songsQuery];
 
MPMediaPropertyPredicate *predicate = [MPMediaPropertyPredicate predicateWithValue:persistentId forProperty:MPMediaItemPropertyPersistentID];
 [
query addFilterPredicate:predicate];
 
NSArray *mediaItems = [query items];
 
//this array will consist of song with given persistentId. add it to collection and play it
 
MPMediaItemCollection *col = [[MPMediaItemCollection allocinitWithItems:mediaItems];
 
///....
 
[col release];

BUT with this method i can save just one song from my Collection, I need to save all collection, meybe all 500 songs or more

Could you help?
Pavel Volobuev is offline   Reply With Quote
Old 05-19-2011, 03:45 AM   #2 (permalink)
Registered Member
 
Join Date: Dec 2010
Location: Moscow, Russia
Posts: 84
Pavel Volobuev is on a distinguished road
Default

Nobody knows how can i save my MediaCollection? (MPMediaItemCollection) Really? Please, strain your brain!
Pavel Volobuev is offline   Reply With Quote
Old 06-27-2011, 10:25 AM   #3 (permalink)
Registered Member
 
Join Date: Jun 2009
Location: Sanford, FL
Posts: 19
alyanm is on a distinguished road
Default

Quote:
Originally Posted by Pavel Volobuev View Post
Nobody knows how can i save my MediaCollection? (MPMediaItemCollection) Really? Please, strain your brain!
Did you figure this out? Seems like you could just save as an array of persistent IDs and then reconstruct your media library from those ids.
alyanm is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 397
20 members and 377 guests
Absentia, AyClass, baja_yu, checkright, Diligent, dre, fvisticot, givensur, jbro, jPuzzle, momolgtm, Newbie123, Paul10, Punkjumper, revg, sacha1996, skrew88, taylor202, tomtom100
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,643
Threads: 94,110
Posts: 402,858
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Diligent
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:38 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0