<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Zune - Now Playing</title><link>http://znp.codeplex.com/project/feeds/rss</link><description>Zune Now Playing retrieves the information of the current song being played in Zune Software and stores it in the Windows Registry. It runs as a background process and the song metadata it stores in the registry can be retrieved by any application to use as required</description><item><title>Updated Wiki: Home</title><link>http://znp.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Zune Now Playing retrieves the information of the current song being played in Zune Software and stores it in the Windows Registry. It runs as a background process and the song metadata it stores in the registry can be retrieved by any application to use as required&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Quick-Start Guide:&lt;/b&gt;&lt;br /&gt;To find the metadata, just read the registry values at HKEY_CURRENT_USER\Software\ZuneNowPlaying. It contains the following values:
&lt;ul&gt;&lt;li&gt;Playing - Its value is either 1 or 0 based on whether Zune Software is playing a song or not. (Please note that Zune - Now Playing doesn&amp;#39;t identify PAUSE event in Zune Software)&lt;/li&gt;
&lt;li&gt;Artist - If Playing = 1, it contains the name of artist whose song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Album - If Playing = 1, it contains the name of album from which the song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Title - If Playing = 1, it contains the title of the song being played, otherwise null string&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can include the executable with your project and run it as required. Only one instance of the executable will run at any particular moment.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Projects Using It&lt;/b&gt;&lt;br /&gt;Zune Lyrics - &lt;a href="http://zunelyrics.codeplex.com/" class="externalLink"&gt;http://zunelyrics.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Ztatus - Now Playing App for Zune Software - &lt;a href="http://inameri.ca/ztatus/" class="externalLink"&gt;http://inameri.ca/ztatus/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;PowerToys for Zune - &lt;a href="http://ptfz.codeplex.com/" class="externalLink"&gt;http://ptfz.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ZenWalker</author><pubDate>Wed, 06 Oct 2010 18:48:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101006064827P</guid></item><item><title>New Post: How does this work?</title><link>http://znp.codeplex.com/Thread/View.aspx?ThreadId=221357</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is the fact that it is using the name &amp;quot;&lt;span style="color:#a31515"&gt;MsnMsgrUIManager&amp;quot;&lt;span style="color:#000000"&gt; causing the zune software to send it information about which song is playing? Is there a way to get this information without this kind of hack?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>DNeoMatrix</author><pubDate>Mon, 26 Jul 2010 01:57:04 GMT</pubDate><guid isPermaLink="false">New Post: How does this work? 20100726015704A</guid></item><item><title>New Post: Kind of a hack</title><link>http://znp.codeplex.com/Thread/View.aspx?ThreadId=219784</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm not sure why this wasn't obvious, but the data in the&amp;nbsp;&lt;span style="font-family:monospace;font-size:10.1273px;white-space:pre"&gt;COPYDATASTRUCT is of type wchar_t, not char.  This is why you &amp;quot;are getting nulls every other character.&amp;quot;  Ignoring the second byte means that unicode tags won't come across properly.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>davux</author><pubDate>Sat, 17 Jul 2010 17:44:29 GMT</pubDate><guid isPermaLink="false">New Post: Kind of a hack 20100717054429P</guid></item><item><title>Source code checked in, #48188</title><link>http://znp.codeplex.com/SourceControl/changeset/changes/48188</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Thu, 08 Jul 2010 20:15:13 GMT</pubDate><guid isPermaLink="false">Source code checked in, #48188 20100708081513P</guid></item><item><title>New Post: IRC</title><link>http://znp.codeplex.com/Thread/View.aspx?ThreadId=215670</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was wondering for the text string when F12 is pressed, the text could be made to put /me is listening to &amp;lt;song&amp;gt; by &amp;lt;artist&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><author>tim11pop</author><pubDate>Thu, 10 Jun 2010 23:01:58 GMT</pubDate><guid isPermaLink="false">New Post: IRC 20100610110158P</guid></item><item><title>Updated Wiki: Home</title><link>http://znp.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Zune Now Playing retrieves the information of the current song being played in Zune Software and stores it in the Windows Registry. It runs as a background process and the song metadata it stores in the registry can be retrieved by any application to use as required&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Quick-Start Guide:&lt;/b&gt;&lt;br /&gt;To find the metadata, just read the registry values at HKEY_CURRENT_USER\Software\ZuneNowPlaying. It contains the following values:
&lt;ul&gt;&lt;li&gt;Playing - Its value is either 1 or 0 based on whether Zune Software is playing a song or not. (Please note that Zune - Now Playing doesn't identify PAUSE event in Zune Software)&lt;/li&gt;
&lt;li&gt;Artist - If Playing = 1, it contains the name of artist whose song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Album - If Playing = 1, it contains the name of album from which the song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Title - If Playing = 1, it contains the title of the song being played, otherwise null string&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can include the executable with your project and run it as required. Only one instance of the executable will run at any particular moment.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Projects Using It&lt;/b&gt;&lt;br /&gt;Zune Lyrics - &lt;a href="http://zunelyrics.codeplex.com/" class="externalLink"&gt;http://zunelyrics.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Ztatus - Now Playing App for Zune Software - &lt;a href="http://inameri.ca/ztatus/" class="externalLink"&gt;http://inameri.ca/ztatus/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ZenWalker</author><pubDate>Tue, 10 Nov 2009 09:18:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091110091838A</guid></item><item><title>Updated Wiki: Home</title><link>http://znp.codeplex.com/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Zune Now Playing retrieves the information of the current song being played in Zune Software and stores it in the Windows Registry. It runs as a background process and the song metadata it stores in the registry can be retrieved by any application to use as required&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Quick-Start Guide:&lt;/b&gt;&lt;br /&gt;To find the metadata, just read the registry values at HKEY_CURRENT_USER\Software\ZuneNowPlaying. It contains the following values:
&lt;ul&gt;&lt;li&gt;Playing - Its value is either 1 or 0 based on whether Zune Software is playing a song or not. (Please note that Zune - Now Playing doesn't identify PAUSE event in Zune Software)&lt;/li&gt;
&lt;li&gt;Artist - If Playing = 1, it contains the name of artist whose song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Album - If Playing = 1, it contains the name of album from which the song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Title - If Playing = 1, it contains the title of the song being played, otherwise null string&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can include the executable with your project and run it as required. Only one instance of the executable will run at any particular moment.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Projects Using It&lt;/b&gt;&lt;br /&gt;Zune Lyrics - &lt;a href="http://zunelyrics.codeplex.com/" class="externalLink"&gt;http://zunelyrics.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</description><author>ZenWalker</author><pubDate>Thu, 28 May 2009 16:57:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090528045749P</guid></item><item><title>Updated Wiki: Home</title><link>http://znp.codeplex.com/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Zune Now Playing retrieves the information of the current song being played in Zune Software and stores it in the Windows Registry. It runs as a background process and the song metadata it stores in the registry can be retrieved by any application to use as required&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Quick-Start Guide:&lt;/b&gt;&lt;br /&gt;To find the metadata, just read the registry values at HKEY_CURRENT_USER\Software\ZuneNowPlaying. It contains the following values:
&lt;ul&gt;&lt;li&gt;Playing - Its value is either 1 or 0 based on whether Zune Software is playing a song or not. (Please note that Zune - Now Playing doesn't identify PAUSE event in Zune Software)&lt;/li&gt;
&lt;li&gt;Artist - If Playing = 1, it contains the name of artist whose song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Album - If Playing = 1, it contains the name of album from which the song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Title - If Playing = 1, it contains the title of the song being played, otherwise null string&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can include the executable with your project and run it as required. Only one instance of the executable will run at any particular moment.&lt;br /&gt;&lt;/div&gt;</description><author>ZenWalker</author><pubDate>Tue, 21 Apr 2009 12:19:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090421121938P</guid></item><item><title>Updated Wiki: Home</title><link>http://znp.codeplex.com/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Zune Now Playing retrieves the information of the current song being played in Zune Software and stores it in the Windows Registry. It runs as a background process and the song metadata it stores in the registry can be retrieved by any application to use as required&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Quick-Start Guide:&lt;/b&gt;&lt;br /&gt;To find the metadata, just read the registry values at HKEY_CURRENT_USER\Software\ZuneNowPlaying. It contains the following values:
&lt;ul&gt;&lt;li&gt;Playing - Its value is either 1 or 0 based on whether Zune Software is playing a song or not. (Please note that Zune - Now Playing doesn't identify PAUSE event in Zune Software)&lt;/li&gt;
&lt;li&gt;Artist - If Playing = 1, it contains the name of artist whose song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Album - If Playing = 1, it contains the name of album from which the song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Title - If Playing = 1, it contains the title of the song being played, otherwise null string&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can include the executable with your project and run it as required. Only one instance of the executable will run at any particular moment.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Screenshot:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=znp&amp;DownloadId=66139" alt="zunelyrics.jpg" /&gt;&lt;/div&gt;</description><author>ZenWalker</author><pubDate>Tue, 21 Apr 2009 08:27:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090421082742A</guid></item><item><title>Updated Release: ZuneNowPlaying v1.0.0 (Apr 17, 2009)</title><link>http://znp.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26287</link><description>&lt;div&gt;Completely stable release of Zune - Now Playing. More features to be added though.&lt;/div&gt;</description><author>zenwalker</author><pubDate>Sat, 18 Apr 2009 02:00:11 GMT</pubDate><guid isPermaLink="false">Updated Release: ZuneNowPlaying v1.0.0 (Apr 17, 2009) 20090418020011A</guid></item><item><title>Released: ZuneNowPlaying v1.0.0 (Apr 17, 2009)</title><link>http://znp.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26287</link><description>&lt;div&gt;Completely stable release of Zune - Now Playing. More features to be added though.&lt;/div&gt;</description><author></author><pubDate>Sat, 18 Apr 2009 02:00:10 GMT</pubDate><guid isPermaLink="false">Released: ZuneNowPlaying v1.0.0 (Apr 17, 2009) 20090418020010A</guid></item><item><title>Created Release: ZuneNowPlaying v1.0.0 (Apr 17, 2009)</title><link>http://zunenowplaying.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26287</link><description>&lt;div&gt;Complete stable release of Zune - Now Playing. More features to be added though.&lt;/div&gt;</description><author>zenwalker</author><pubDate>Sat, 18 Apr 2009 01:45:50 GMT</pubDate><guid isPermaLink="false">Created Release: ZuneNowPlaying v1.0.0 (Apr 17, 2009) 20090418014550A</guid></item><item><title>Updated Wiki: Home</title><link>http://zunenowplaying.codeplex.com/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Zune Now Playing retrieves the information of the current song being played in Zune Software and stores it in the Windows Registry. It runs as a background process and the song metadata it stores in the registry can be retrieved by any application to use as required&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Quick-Start Guide:&lt;/b&gt;&lt;br /&gt;To find the metadata, just read the registry values at HKEY_CURRENT_USER\Software\ZuneNowPlaying. It contains the following values:
&lt;ul&gt;&lt;li&gt;Playing - Its value is either 1 or 0 based on whether Zune Software is playing a song or not. (Please note that Zune - Now Playing doesn't identify PAUSE event in Zune Software)&lt;/li&gt;
&lt;li&gt;Artist - If Playing = 1, it contains the name of artist whose song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Album - If Playing = 1, it contains the name of album from which the song is being played, otherwise null string&lt;/li&gt;
&lt;li&gt;Title - If Playing = 1, it contains the title of the song being played, otherwise null string&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;You can include the executable with your project and run it as required. Only one instance of the executable will run at any particular moment.&lt;/div&gt;</description><author>ZenWalker</author><pubDate>Sat, 18 Apr 2009 01:38:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090418013846A</guid></item><item><title>Source code checked in, #8126</title><link>http://znp.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Version 1.0.0 of Zune - Now Playing</description><author>ZenWalker</author><pubDate>Sat, 18 Apr 2009 01:22:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #8126 20090418012245A</guid></item></channel></rss>
