<?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"
> 
<channel>
	<title>Appcelerator Developer Center Q&amp;A Tag Feed (mediaitem)</title> 
	<atom:link href="http://developer.appcelerator.com/questions/feed/tag/mediaitem" rel="self" type="application/rss+xml" /> 
	<link>http://developer.appcelerator.com/questions/feed/tag/mediaitem</link> 
	<description>Appcelerator Developer Center Q&amp;A feed for the tag: "mediaitem"</description> 
	<lastBuildDate>Sun, 19 May 2013 21:57:42 -0700</lastBuildDate> 
	<pubDate>Sun, 19 May 2013 21:57:42 -0700</pubDate>
	<copyright>Copyright (c) 2008-2013 by Appcelerator Inc.</copyright>
	<webMaster>info@appcelerator.com</webMaster>
	<generator>Appcelerator Developer Center</generator>
	<ttl>5</ttl>
	<language>en</language>
	<item>
		<title>Feature Request: add in rest of the Media Item Property Keys</title> 
		<link>http://developer.appcelerator.com/question/132221/feature-request-add-in-rest-of-the-media-item-property-keys</link>
		<pubDate>Wed, 15 Feb 2012 17:12:22 -0800</pubDate>
		<dc:creator>Mark Li</dc:creator> 
				<category><![CDATA[itunes]]></category> 
				<category><![CDATA[audio]]></category> 
				<category><![CDATA[mediaitem]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/132221/feature-request-add-in-rest-of-the-media-item-property-keys</guid>
		<description><![CDATA[I looked in Github and the MediaModule.m's filterableItemProperties, the following are missing:

NSString *const MPMediaItemPropertyPersistentID;            // filterable
NSString *const MPMediaItemPropertyAlbumPersistentID;       // filterable
NSString *const MPMediaItemPropertyArtistPersistentID;      // filterable
NSString *const MPMediaItemPropertyAlbumArtistPersistentID; // filterable
NSString *const MPMediaItemPropertyGenrePersistentID;       // filterable
NSString *const MPMediaItemPropertyComposerPersistentID;    // filterable
NSString *const MPMediaItemPropertyPodcastPersistentID;     // filterable

These are all uint64_t values that allow you to identify albums, genres, etc... Would be helpful in setting the music library queries.

I added them manually, but I get some negative numbers...]]></description>
		<content:encoded><![CDATA[<p>I looked in Github and the MediaModule.m's filterableItemProperties, the following are missing:</p>

<p>NSString *const MPMediaItemPropertyPersistentID;            // filterable
NSString *const MPMediaItemPropertyAlbumPersistentID;       // filterable
NSString *const MPMediaItemPropertyArtistPersistentID;      // filterable
NSString *const MPMediaItemPropertyAlbumArtistPersistentID; // filterable
NSString *const MPMediaItemPropertyGenrePersistentID;       // filterable
NSString *const MPMediaItemPropertyComposerPersistentID;    // filterable
NSString *const MPMediaItemPropertyPodcastPersistentID;     // filterable</p>

<p>These are all uint64_t values that allow you to identify albums, genres, etc... Would be helpful in setting the music library queries.</p>

<p>I added them manually, but I get some negative numbers...</p>
]]></content:encoded>
	</item>
	<item>
		<title>iOS5 Ti.Media.MediaItem.artwork returns a low-resolution version</title> 
		<link>http://developer.appcelerator.com/question/127199/ios5-timediamediaitemartwork-returns-a-low-resolution-version</link>
		<pubDate>Fri, 21 Oct 2011 08:03:51 -0700</pubDate>
		<dc:creator>Sangcheol Park</dc:creator> 
				<category><![CDATA[iphone]]></category> 
				<category><![CDATA[media]]></category> 
				<category><![CDATA[mediaitem]]></category> 
				<category><![CDATA[artwork]]></category> 
				<category><![CDATA[ios5]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/127199/ios5-timediamediaitemartwork-returns-a-low-resolution-version</guid>
		<description><![CDATA[iOS5 Ti.Media.MediaItem.artwork returns a low-resolution version of the copy.

On iOS4, there's no problem at all.

I've found nothing special on TiBlob.m and TiMediaItem.m relevant to the resolution issue.]]></description>
		<content:encoded><![CDATA[<p>iOS5 Ti.Media.MediaItem.artwork returns a low-resolution version of the copy.</p>

<p>On iOS4, there's no problem at all.</p>

<p>I've found nothing special on TiBlob.m and TiMediaItem.m relevant to the resolution issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>How do i set an URL for the MusicPlayer?</title> 
		<link>http://developer.appcelerator.com/question/59151/how-do-i-set-an-url-for-the-musicplayer</link>
		<pubDate>Wed, 08 Sep 2010 03:30:29 -0700</pubDate>
		<dc:creator>David Waith</dc:creator> 
				<category><![CDATA[iphone]]></category> 
				<category><![CDATA[musicplayer]]></category> 
				<category><![CDATA[mediaitem]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/59151/how-do-i-set-an-url-for-the-musicplayer</guid>
		<description><![CDATA[Hi there, 

Question: Is it possible to play a streaming mp3 from a webserver with the MusicPlayer. 

I just browsed the API `Titanium.Media.MusicPlayer`. 
There does not seem to be a way to directly set an url for a source/mp3.

`Musicplayer.setQueue` lets me set one or more `Titanium.Media.Item `. But it seems MediaItems also dont have an url attribute. 

Do i miss something ?

]]></description>
		<content:encoded><![CDATA[<p>Hi there,</p>

<p>Question: Is it possible to play a streaming mp3 from a webserver with the MusicPlayer.</p>

<p>I just browsed the API <code class="codeblock codeblock-inline">Titanium.Media.MusicPlayer</code>. 
There does not seem to be a way to directly set an url for a source/mp3.</p>

<p><code class="codeblock codeblock-inline">Musicplayer.setQueue</code> lets me set one or more <code class="codeblock codeblock-inline">Titanium.Media.Item</code>. But it seems MediaItems also dont have an url attribute.</p>

<p>Do i miss something ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>