<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Music Player Framework in iPhone SDK 3.0</title>
	<atom:link href="http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/</link>
	<description>iPhone Development, Cocoa and Objective-C</description>
	<lastBuildDate>Fri, 05 Mar 2010 06:19:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ole Begemann</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-580</link>
		<dc:creator>Ole Begemann</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-580</guid>
		<description>Shubham: there should be no difference in an OpenGL-based app. You can use the exact same calls. You can even use the media picker if you want. If you want to create your own OpenGL-based media picker, you have to build it from scratch, of course.</description>
		<content:encoded><![CDATA[<p>Shubham: there should be no difference in an OpenGL-based app. You can use the exact same calls. You can even use the media picker if you want. If you want to create your own OpenGL-based media picker, you have to build it from scratch, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shubham</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-578</link>
		<dc:creator>shubham</dc:creator>
		<pubDate>Sun, 07 Feb 2010 12:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-578</guid>
		<description>How can we get ipod song lists and other functionalities in an OPENGL iphone app??

any pointers or examples?</description>
		<content:encoded><![CDATA[<p>How can we get ipod song lists and other functionalities in an OPENGL iphone app??</p>
<p>any pointers or examples?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Günni</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-563</link>
		<dc:creator>Günni</dc:creator>
		<pubDate>Thu, 28 Jan 2010 10:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-563</guid>
		<description>Hi, I&#039;ve developed a simple application to display the current song info. It works fine with the normal ipod app. However, when I use the iphone connected to my car radio and when it is remotely controlled by this, I get the following behaviour:
The notifcation handleNowPlayingItemChanged is received by my application, but the app does not get any info about the currently playing item.

Any ideas if this is normal behaviour when the iphone is connnected to another device or if I&#039;m doing something wrong?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve developed a simple application to display the current song info. It works fine with the normal ipod app. However, when I use the iphone connected to my car radio and when it is remotely controlled by this, I get the following behaviour:<br />
The notifcation handleNowPlayingItemChanged is received by my application, but the app does not get any info about the currently playing item.</p>
<p>Any ideas if this is normal behaviour when the iphone is connnected to another device or if I&#8217;m doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Bonates</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-554</link>
		<dc:creator>Daniel Bonates</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-554</guid>
		<description>So, can I change the volume from any view? How can I access the current background music from a, lets say, a Settings viewcontroller?

Also, does it provide the same resources to play sound files from App bundle?

Thanks in advanced :)</description>
		<content:encoded><![CDATA[<p>So, can I change the volume from any view? How can I access the current background music from a, lets say, a Settings viewcontroller?</p>
<p>Also, does it provide the same resources to play sound files from App bundle?</p>
<p>Thanks in advanced :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Begemann</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-165</link>
		<dc:creator>Ole Begemann</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-165</guid>
		<description>Jóhann: Yes, I noticed the same. MPMediaQuery is really slow. I don&#039;t know of any alternative, short of maintaining your own cached song database (e.g. with Core Data). I believe the iPod app does something like that. But how will you then get notified when the music library on the device has changed while your app is not running?</description>
		<content:encoded><![CDATA[<p>Jóhann: Yes, I noticed the same. MPMediaQuery is really slow. I don&#8217;t know of any alternative, short of maintaining your own cached song database (e.g. with Core Data). I believe the iPod app does something like that. But how will you then get notified when the music library on the device has changed while your app is not running?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jóhann</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-164</link>
		<dc:creator>Jóhann</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-164</guid>
		<description>Did you run into any performance problems when using MPMediaQuery? I&#039;ve been performing some tests and [query items] is painfully slow. 

Do you know of any other method for getting a list of every song in the library?</description>
		<content:encoded><![CDATA[<p>Did you run into any performance problems when using MPMediaQuery? I&#8217;ve been performing some tests and [query items] is painfully slow. </p>
<p>Do you know of any other method for getting a list of every song in the library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-133</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 15 Oct 2009 06:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-133</guid>
		<description>What I observe with MPMediaItemPropertyLyrics: After syncing the iPod library, no lyrics are returned. Then, when you open a song in the iPod application on the iPhone and display its lyrics, only the lyrics of this song are returned.</description>
		<content:encoded><![CDATA[<p>What I observe with MPMediaItemPropertyLyrics: After syncing the iPod library, no lyrics are returned. Then, when you open a song in the iPod application on the iPhone and display its lyrics, only the lyrics of this song are returned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meta</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-119</link>
		<dc:creator>Meta</dc:creator>
		<pubDate>Fri, 09 Oct 2009 07:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-119</guid>
		<description>Hy

I&#039;m trying to use the MPMediaQuery to get all of my albums. It works fine, but sometimes, it&#039;s get timed out. I get a notification to the console, but how can I reload the timed out items? Since it could be really bad, when I get timed out when I cache the items. :(</description>
		<content:encoded><![CDATA[<p>Hy</p>
<p>I&#8217;m trying to use the MPMediaQuery to get all of my albums. It works fine, but sometimes, it&#8217;s get timed out. I get a notification to the console, but how can I reload the timed out items? Since it could be really bad, when I get timed out when I cache the items. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhat</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-69</link>
		<dc:creator>Prabhat</dc:creator>
		<pubDate>Fri, 21 Aug 2009 09:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-69</guid>
		<description>this is really help full to me i hope u&#039;ll continue with same enthu.</description>
		<content:encoded><![CDATA[<p>this is really help full to me i hope u&#8217;ll continue with same enthu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Für Musikfreunde: Songtext at Dem iPhone auf den Zahn gefühlt</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-5</link>
		<dc:creator>Für Musikfreunde: Songtext at Dem iPhone auf den Zahn gefühlt</dc:creator>
		<pubDate>Tue, 14 Jul 2009 22:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-5</guid>
		<description>[...] schnell erklärt: Die knapp einen Euro teure (Einführungspreis €0,79 &#8212; schon gezahlt) App von Ole Begemann aus Berlin lädt die Texte zu gut 700.000 Liedern von LyrikWiki, während man die Musik auf einem iPhone oder [...]</description>
		<content:encoded><![CDATA[<p>[...] schnell erklärt: Die knapp einen Euro teure (Einführungspreis €0,79 &#8212; schon gezahlt) App von Ole Begemann aus Berlin lädt die Texte zu gut 700.000 Liedern von LyrikWiki, während man die Musik auf einem iPhone oder [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Begemann: iPhone Development &#8250; Lyrics apps for the iPhone: a market overview</title>
		<link>http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-3</link>
		<dc:creator>Ole Begemann: iPhone Development &#8250; Lyrics apps for the iPhone: a market overview</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/#comment-3</guid>
		<description>[...] less than one month since Apple released iPhone OS 3.0 and with it the ability for developers to access the user&#8217;s music library on the device. Already, there are a number of apps on the App Store that use this new functionality to retrieve [...]</description>
		<content:encoded><![CDATA[<p>[...] less than one month since Apple released iPhone OS 3.0 and with it the ability for developers to access the user&#8217;s music library on the device. Already, there are a number of apps on the App Store that use this new functionality to retrieve [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
