• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
how to access iPod files that have not been downloaded
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to access iPod files that have not been downloaded


  • Subject: how to access iPod files that have not been downloaded
  • From: Andy Davidson <email@hidden>
  • Date: Tue, 14 Jun 2016 11:01:07 -0700
  • Thread-topic: how to access iPod files that have not been downloaded

Hi

My app does signal processing on songs in the users iPod library. I can only access songs that have been downloaded to the device. Apple’s music player can stream songs from the cloud. Any idea how I can do that? I would store the song in my containers local cache.

I currently  pop up an error message how ever in my experience. It hard for users to figure out how to down load songs. (I am really looking forward to the new music player announced yesterday at WWDC)

Thanks in advance

Andy

           if (isCloudItem) {

                NSString* title = mediaItem.title;

                NSMutableString *userErrorMessage = [NSMutableString stringWithCapacity:100];

                [userErrorMessage appendFormat:@"%@ has not been down loaded to this device. ", title];

                [userErrorMessage appendString:@"Tap the cloud icon in Apple's Music app on your device."];

                //[userErrorMessage appendString:@"You can resolve this problem by playing the song from begining to end using Apple's Music app on your device."];

                //[userErrorMessage appendString:@"Tab the cloud icon above to down load. Then tab the bulls eye next to the song you want"];


                NSString *sysErrMsg = nil;

                sysErrMsg = [NSString stringWithFormat:@"iTunes Match item has not been down loaded to device; \n\n%@",

                                   [mediaItem description]];

                

                [self userErrorMessage:userErrorMessage andSystemErrorMessage:sysErrMsg];


                return;

            }


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: How to Convert MIDI track to MP3/Wav?
  • Next by Date: AVAssetReader how to get file size
  • Previous by thread: Re: Change Octave/Transpose Setting for AUSampler?
  • Next by thread: AVAssetReader how to get file size
  • Index(es):
    • Date
    • Thread