Questions tagged [ipod]

Use for questions on iPod, a media player product designed and marketed by Apple, that can be used for playing music/games and storing/transferring files.

iPod is a media player product designed and marketed by Apple.

List of models:

  • iPod Classic (and iPod Photo) (discontinued)
  • iPod Mini (discontinued)
  • iPod Nano (discontinued)
  • iPod Shuffle (discontinued)
  • iPod Touch

iPod can be used for playing music/games. They can be used to store files and transfer files too.

Links

513 questions
11
votes
3 answers

iPhone get all albums/artists

does any of you have example code (or a link to it) of how to retrieve all music albums or artist from the iPod media library? Thanks in advance!
Daniel
  • 20,420
  • 10
  • 92
  • 149
11
votes
6 answers

How to delay Default.png?

How can I delay the app loading to show the splash screen for longer?
Moshe
  • 57,511
  • 78
  • 272
  • 425
11
votes
1 answer

On iPhone: Find out what song is currently playing? (in the iPod music player)

Apple released access to the iPod Library in the iPhone SDK 3.0 and I'm wondering if it's now possible to understand which song is currently playing? Title, Artist, Album suffices. Example: User opens an app and the app can know which song is…
Greg Hochmuth
  • 381
  • 4
  • 10
11
votes
3 answers

Is there an iPod SDK?

Is it possible to write applications for the iPod and iPod Nano platforms, i.e. not iPhone / iPod Touch? Some iPod 'Click Wheel' games are available on iTunes, but I can't find any developer documentation.
Sam Dutton
  • 14,775
  • 6
  • 54
  • 64
10
votes
5 answers

How do I pop the view controller underneath a pushed view controller?

I want to push a view controller onto the stack, then pop the first one that pushed the new one. -(void) someMethod { MegaSuperAwesomeViewController *tempVC = [[MegaSuperAwesomeViewController alloc] init]; [self.navigationController…
TigerCoding
  • 8,710
  • 10
  • 47
  • 72
10
votes
2 answers

Load songs from iPod Library right after sync

I'm developing an iPhone application that uses the iPod library to play some songs. I load the songs with the code below. The problem is, when running this code right after the device has been synced with iTunes, there is a problem. Apparently the…
Peter
  • 1,495
  • 1
  • 14
  • 21
10
votes
1 answer

Using Python and libgpod (gtkpod) to load music to an iPod from Linux

The following code, which I think is a minimal program to load music db = Database('/media/andrew@acooke.org ipod') itdb_device_set_sysinfo(db._itdb.device, "ModelNumStr",…
andrew cooke
  • 45,717
  • 10
  • 93
  • 143
9
votes
1 answer

iOS Audio Units : When is usage of AUGraph's necessary?

I'm totally new to iOS programing (I'm more an Android guy..) and have to build an application dealing with audio DSP. (I know it's not the easiest way to approach iOS dev ;) ) The app needs to be able to accept inputs both from : 1- built-in…
Acacio Martins
  • 155
  • 2
  • 10
9
votes
1 answer

Control iPod from another app?

I took a look at Apple's AddMusic sample code, but that's not quite what I want. I'm trying to find a way to start/stop music playing in the iPod app, not controlling what's contained in my app's sandbox. Something like this... ____________ | …
Thromordyn
  • 1,581
  • 4
  • 17
  • 45
9
votes
1 answer

iPhone/iPod - prevent font-size-changing

I was wondering whether it is possible to prevent following behaviour: I've got a *.css file in which I define the font-size for my mobile-web-app. html,body { font-size:16px !important; } I didn't use any other font-size attributes in my…
glup
  • 141
  • 1
  • 5
9
votes
1 answer

Getting the musical data of an iPod-track

How can I get the content (raw/sample data) of an iPod-track? I've seen apps like "Ringtone Designer" and iMovie which can do it, but I have no idea which api they use or what they do. I could imagine that iMovie uses private apis, but "Ringtone…
Dominik Seibold
  • 2,439
  • 1
  • 23
  • 29
8
votes
2 answers

Application crashed while importing songs from Ipod library in iPhone for iOs 5.0

Hello i am using below framworks, #import #import #import In one of button event i have implemented below code to open Library. MPMediaPickerController…
Nilesh Kikani
  • 2,628
  • 21
  • 37
8
votes
2 answers

Determine user's device using iOS SDK and full Cocoa Touch / Objective-C code

I have written the following UIDevice category based on different sources. I've upgraded the platformCode method so it's less low-level than can be seen. This works perfectly, but the platformCode method is low level. Do you know if this kind of…
Oliver
  • 23,072
  • 33
  • 138
  • 230
8
votes
4 answers

Extract iPod Library raw PCM samples and play with sound effects

I am trying to extract raw PCM samples from an MP3 in the iPod Library so that I can play the song and manipulate the pitch, tempo, and apply sound effects (such as filters). I have already gone down the route of AVPlayer and AVAudioPlayer which…
Dino
  • 566
  • 1
  • 7
  • 19
8
votes
3 answers

iPod Volume Level Affects App Volume Level

I am writing an iPad app that uses the "Flite" text-to-speech engine to announce specific events. The Flite engine uses an AVAudioPlayer instance to play the speech audio once it renders. For fun, I decided to add some simple controls to my app to…
Vic320
  • 1,105
  • 2
  • 10
  • 22
1
2
3
34 35