<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PowerShell.nu &#187; Media</title>
	<atom:link href="http://www.powershell.nu/category/media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershell.nu</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Thu, 08 Dec 2011 14:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Search Spotify Using PowerShell &amp; Spotify&#8217;s Metadata API</title>
		<link>http://www.powershell.nu/2011/12/08/how-to-search-spotify-using-powershell-spotifys-metadata-api/</link>
		<comments>http://www.powershell.nu/2011/12/08/how-to-search-spotify-using-powershell-spotifys-metadata-api/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 14:46:32 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[V3]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=1293</guid>
		<description><![CDATA[Windows PowerShell V3 includes a command, Invoke-WebRequest, which we can use to grab information using Spotify&#8217;s Metadata API. PS > Invoke-WebRequest http://ws.spotify.com/search/1/track.json?q=Black+Label+Society StatusCode : 200 StatusDescription : OK Content : {"info": {"num_results": 417, "limit": 100, .. "spotify:album:396vQgjfPsC0lisMX... RawContent : HTTP/1.1 200 OK Vary: Accept-Charset X-Varnish: 1580131781 1580105616 Age: 1908 Access-Control-Allow-Origin: * Content-Length: 51642 Content-Type: application/json; [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2011/12/08/how-to-search-spotify-using-powershell-spotifys-metadata-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting Mp3 Tags through PowerShell</title>
		<link>http://www.powershell.nu/2009/09/04/scripting-mp3-metadata-through-powershell/</link>
		<comments>http://www.powershell.nu/2009/09/04/scripting-mp3-metadata-through-powershell/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:24:56 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Media-Player]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=787</guid>
		<description><![CDATA[Structuring up you Music Library can be a rather time consuming task. You can however script this rather easily through PowerShell using the taglib-sharp library. Let&#8217;s start off by downloading the Tag-Lib Library Next, We have to Load the Assembly from PowerShell in order to access the Classes. PS > $TagLib = "C:\taglib\Libraries\taglib-sharp.dll" PS > [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/09/04/scripting-mp3-metadata-through-powershell/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Media Player, MP3 and PowerShell</title>
		<link>http://www.powershell.nu/2009/01/20/windows-media-player-mp3-and-powershell/</link>
		<comments>http://www.powershell.nu/2009/01/20/windows-media-player-mp3-and-powershell/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 23:13:22 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Media-Player]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=361</guid>
		<description><![CDATA[Let&#8217;s have some fun with MediaPlayer and MP3 Files. In this example, we&#8217;ll look at setting Attributes on MP3 files. First off, Let&#8217;s look at the files we want to set Attributes on: PS > ls &#124; select Name Name ---- 01 - The Wicker Man.mp3 02 - Ghost Of The Navigator.mp3 03 - Brave [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/01/20/windows-media-player-mp3-and-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

