<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Nokia Developer Community - Discussions - Nokia Music Windows Phone API</title>
		<link>http://www.developer.nokia.com/Community/Discussion/</link>
		<description>Create rich music apps using our C# API</description>
		<language>en</language>
		<lastBuildDate>Mon, 20 May 2013 03:49:53 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.developer.nokia.com/Community/Discussion/images/misc/rss.png</url>
			<title>Nokia Developer Community - Discussions - Nokia Music Windows Phone API</title>
			<link>http://www.developer.nokia.com/Community/Discussion/</link>
		</image>
		<item>
			<title>Nokia Music Api Product Release Dates</title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240142-Nokia-Music-Api-Product-Release-Dates&amp;goto=newpost</link>
			<pubDate>Sat, 27 Apr 2013 16:59:35 GMT</pubDate>
			<description><![CDATA[Is there a way to get the Product release dates for the albums, singles, etc?  I see it in the REST API but not in the C# client.  I really don't want to have to query the web api for every product just to sort by date but i will if i have to. 
 
If I have to, i'll make async calls to make it quick...]]></description>
			<content:encoded><![CDATA[<div>Is there a way to get the Product release dates for the albums, singles, etc?  I see it in the REST API but not in the C# client.  I really don't want to have to query the web api for every product just to sort by date but i will if i have to.<br />
<br />
If I have to, i'll make async calls to make it quick but it's not optimal.<br />
<br />
Thanks for any help or suggestions.</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?302-Nokia-Music-Windows-Phone-API">Nokia Music Windows Phone API</category>
			<dc:creator>bswan</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240142-Nokia-Music-Api-Product-Release-Dates</guid>
		</item>
		<item>
			<title><![CDATA[GetTopProductsForGenre[Async] returning products with incorrect genre]]></title>
			<link>http://www.developer.nokia.com/Community/Discussion/showthread.php?240082-GetTopProductsForGenre-Async-returning-products-with-incorrect-genre&amp;goto=newpost</link>
			<pubDate>Tue, 23 Apr 2013 02:39:01 GMT</pubDate>
			<description><![CDATA[I'm trying to get a list of the top songs for a given (user-selectable) genre.  The code is pretty straight forward: 
 
 
Code: 
--------- 
var response = await client.GetTopProductsForGenreAsync(_genre.Id, Category.Track, itemsPerPage:20); 
--------- 
This is returning a list of 16 Products but...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to get a list of the top songs for a given (user-selectable) genre.  The code is pretty straight forward:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">var response = await client.GetTopProductsForGenreAsync(_genre.Id, Category.Track, itemsPerPage:20);</code><hr />
</div>This is returning a list of 16 Products but only two of which have a genre that matches the requested genre.  In this particular case the requested genre was &quot;Rock&quot;, but I got a list with 2 Rock tracks, 4 Pop tracks, 1 Dance track, and 9 Indie/Alternative tracks.  That seems wrong.  And I checked the list, every product only has 1 genre.<br />
<br />
Should I be using something else?<br />
<br />
This is on Windows Phone 8 with the 2.0 API (installed via NuGet).<br />
<br />
Thanks,<br />
-Steve</div>

]]></content:encoded>
			<category domain="http://www.developer.nokia.com/Community/Discussion/forumdisplay.php?302-Nokia-Music-Windows-Phone-API">Nokia Music Windows Phone API</category>
			<dc:creator>Zikifer</dc:creator>
			<guid isPermaLink="true">http://www.developer.nokia.com/Community/Discussion/showthread.php?240082-GetTopProductsForGenre-Async-returning-products-with-incorrect-genre</guid>
		</item>
	</channel>
</rss>
