<?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>iBlog random &#187; music</title>
	<atom:link href="http://blog.zurka.us/tag/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zurka.us</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 28 May 2013 20:28:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>OiNK Admin Found Not Guilty, Walks Free</title>
		<link>http://blog.zurka.us/oink-admin-found-not-guilty-walks-free/</link>
		<comments>http://blog.zurka.us/oink-admin-found-not-guilty-walks-free/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 15:59:05 +0000</pubDate>
		<dc:creator>nasal</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[oink]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://blog.zurka.us/oink-admin-found-not-guilty-walks-free/</guid>
		<description><![CDATA[Lawyers have presented their final arguments in the trial of Alan Ellis. The prosecution slammed the ex-OiNK admin, saying that the site was set up with dishonest and profiteering intentions right from the start. The defense tore into IFPI and countered by calling Ellis an innovator with talents to be nurtured. Today the jury returned [&#8230;]]]></description>
				<content:encoded><![CDATA[<div style="padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px;;" class="linksalpha_widget">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=iBlog+random&link=http%3A%2F%2Fblog.zurka.us%2Foink-admin-found-not-guilty-walks-free%2F&title=OiNK+Admin+Found+Not+Guilty%2C+Walks+Free&desc=Lawyers+have+presented+their+final+arguments+in+the+trial+of+Alan+Ellis.+The+prosecution+slammed+the+ex-OiNK+admin%2C+saying+that+the+site+was+set+up+with+dishonest+and+profiteering+intentions+right+from+the+start.+The+defense+tore+into+IFPI+and+countered+by+calling+Ellis+an+innovator+with+talents+to&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p>Lawyers have presented their final arguments in the trial of Alan Ellis. The prosecution slammed the ex-OiNK admin, saying that the site was set up with dishonest and profiteering intentions right from the start. The defense tore into IFPI and countered by calling Ellis an innovator with talents to be nurtured. Today the jury returned a unanimous verdict of not guilty, and Ellis walked free.</p>
<p><a href="http://torrentfreak.com/oink-admin-found-not-guilty-walks-free-100115/">Read more</a></p>
<p>Congrats!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zurka.us/oink-admin-found-not-guilty-walks-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PHP to Fetch an Album Artwork From Amazon</title>
		<link>http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/</link>
		<comments>http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/#comments</comments>
		<pubDate>Sun, 17 May 2009 22:59:16 +0000</pubDate>
		<dc:creator>nasal</dc:creator>
				<category><![CDATA[Whatever]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.zurka.us/?p=930</guid>
		<description><![CDATA[It&#8217;s actually pretty easy once you find out how to do it. By having the artist and album name you can fetch the album artwork from Amazon in three different sizes. With php5 it&#8217;s very easy since it has an integrated xml parser. All we have to do is this: $url = simplexml_load_file(&#039;http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&#38;AWSAccessKeyId=12DR2PGAQT303YTEWP02&#38;Operation=ItemSearch&#38;SearchIndex=Music&#38;Artist=ARTIST&#38;ResponseGroup=Images&#38;Keywords=ALBUMNAME&#039;); Please note [&#8230;]]]></description>
				<content:encoded><![CDATA[<div style="padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px;;" class="linksalpha_widget">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=iBlog+random&link=http%3A%2F%2Fblog.zurka.us%2Fuse-php-fetch-artwork-cd-from-amazon%2F&title=Use+PHP+to+Fetch+an+Album+Artwork+From+Amazon&desc=It%27s+actually+pretty+easy+once+you+find+out+how+to+do+it.+By+having+the+artist+and+album+name+you+can+fetch+the+album+artwork+from+Amazon+in+three+different+sizes.+With+php5+it%27s+very+easy+since+it+has+an+integrated+xml+parser.+All+we+have+to+do+is+this%3A+%24url+%3D&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p>It&#8217;s actually pretty easy once you find out how to do it. By having the artist and album name you can fetch the album artwork from Amazon in three different sizes.</p>
<p>With <strong>php5</strong> it&#8217;s very easy since it has an integrated xml parser. All we have to do is this:<br />
<span id="more-930"></span></p>
<pre class="brush: php">$url = simplexml_load_file(&#039;http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&amp;AWSAccessKeyId=12DR2PGAQT303YTEWP02&amp;Operation=ItemSearch&amp;SearchIndex=Music&amp;Artist=ARTIST&amp;ResponseGroup=Images&amp;Keywords=ALBUMNAME&#039;);</pre>
<p>Please note that in the url I&#8217;ve put <strong>ARTIST</strong> and <strong>ALBUMNAME</strong>, which you should <strong>replace</strong> with what you&#8217;re searching for. Doing so, we get an xml file from which we can display the image like this:</p>
<pre class="brush: php">echo &#039;&lt;img src=&quot;&#039; . $url-&gt;Items-&gt;Item[0]-&gt;LargeImage-&gt;URL . &#039;&quot; /&gt;&#039;;</pre>
<p>If we want the large one, that is. If we would like the medium one we would use MediumImage and SmallImage for the small one.</p>
<p>That&#8217;s it, it&#8217;s very useful if you are organizing your mp3 files or maybe building an online community or something.</p>
<p>Hope it helps somebody! If you find it useful, digg it!</p>
<p><em>ps: I forgot to mention that if you are using php4 this wont work, you will have to use another <a href="http://www.google.com/search?q=php4+xml+parser">xml parser</a> to fetch the image location from the xml provided by Amazon.</em></p>
<p>Have swing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Epic News: Faith No More are Back!</title>
		<link>http://blog.zurka.us/epic-news-faith-no-more-are-back/</link>
		<comments>http://blog.zurka.us/epic-news-faith-no-more-are-back/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:14:32 +0000</pubDate>
		<dc:creator>nasal</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[faith no more]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.zurka.us/?p=865</guid>
		<description><![CDATA[I was listening to Epic when I got a message on Facebook. Went to read it and the title freaked me out. Yes, you read the post title right, Faith No More are back. After some time not playing, Mike Bordin, Roddy Bottum, Bill Gould, Jon Hudson and Mike Patton obviously decided to meet and [&#8230;]]]></description>
				<content:encoded><![CDATA[<div style="padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px;;" class="linksalpha_widget">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=iBlog+random&link=http%3A%2F%2Fblog.zurka.us%2Fepic-news-faith-no-more-are-back%2F&title=Epic+News%3A+Faith+No+More+are+Back%21&desc=I+was+listening+to+Epic+when+I+got+a+message+on+Facebook.+Went+to+read+it+and+the+title+freaked+me+out.+Yes%2C+you+read+the+post+title+right%2C+Faith+No+More+are+back.+After+some+time+not+playing%2C+Mike+Bordin%2C+Roddy+Bottum%2C+Bill+Gould%2C+Jon+Hudson+and+Mike+Patton+obviously+decided+to+meet+and+talk+about&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p>I was listening to Epic when I got a message on Facebook. Went to read it and the title freaked me out. Yes, you read the post title right, Faith No More are back.</p>
<p>After some time not playing, <strong>Mike Bordin, Roddy Bottum, Bill Gould, Jon Hudson and Mike Patton</strong> obviously decided to meet and talk about their past. And in the end, they decided to cheer up their fans by regrouping and rocking on.</p>
<blockquote><p>Faith No More has always stood out as some sort of unique beast; part dog, part cat&#8211;its music almost as schizophrenic as the personalities of its members. When it all worked, it worked really well, even if the chemistry was always volatile. Throughout our 17years of existence, the mental and physical energy required to sustain this creature was considerable and relentless. Though amicable enough, when we finally split, we all followed paths seemingly destined to opposite ends of the universe.</p></blockquote>
<p>Read the rest at their webpage: <a href="http://www.fnm.com/news/">Faith No More</a>.</p>
<p>According to <a href="http://www.guardian.co.uk/music/2009/feb/25/faith-no-more-reunion-tour">Guardian&#8217;s article</a> about them, they are setting up a <strong>tour in Europe this summer</strong>!</p>
<p>See you at there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zurka.us/epic-news-faith-no-more-are-back/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Former SENTENCED Guitarist And Main Songwriter MIIKA TENKULA Dead At 35 &#8211; Feb. 19, 2009</title>
		<link>http://blog.zurka.us/former-sentenced-guitarist-and-main-songwriter-miika-tenkula-dead-at-35-feb-19-2009/</link>
		<comments>http://blog.zurka.us/former-sentenced-guitarist-and-main-songwriter-miika-tenkula-dead-at-35-feb-19-2009/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:44:19 +0000</pubDate>
		<dc:creator>nasal</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dead]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[sentenced]]></category>

		<guid isPermaLink="false">http://blog.zurka.us/?p=850</guid>
		<description><![CDATA[May he rest in peace. Sentenced were great, I always hoped they would do some new gigs together but.. seems it isn&#8217;t going to happen. Miika Tenkula, the lead guitarist and main songwriter of the acclaimed Finnish band SENTENCED, passed away earlier today at the age of 35. Nalle Ã–sterman (GANDALF, LULLACRY, CHAOSBREED) told BLABBERMOUTH.NET, [&#8230;]]]></description>
				<content:encoded><![CDATA[<div style="padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px;;" class="linksalpha_widget">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=iBlog+random&link=http%3A%2F%2Fblog.zurka.us%2Fformer-sentenced-guitarist-and-main-songwriter-miika-tenkula-dead-at-35-feb-19-2009%2F&title=Former+SENTENCED+Guitarist+And+Main+Songwriter+MIIKA+TENKULA+Dead+At+35+-+Feb.+19%2C+2009&desc=May+he+rest+in+peace.+Sentenced+were+great%2C+I+always+hoped+they+would+do+some+new+gigs+together+but..+seems+it+isn%27t+going+to+happen.+%3A%28+Miika+Tenkula%2C+the+lead+guitarist+and+main+songwriter+of+the+acclaimed+Finnish+band+SENTENCED%2C+passed+away+earlier+today+at+the+age+of+35.+Nalle+%C3%83%E2%80%93sterman&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p>May he rest in peace. Sentenced were great, I always hoped they would do some new gigs together but.. seems it isn&#8217;t going to happen. <img src='http://blog.zurka.us/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Miika Tenkula, the lead guitarist and main songwriter of the acclaimed Finnish band SENTENCED, passed away earlier today at the age of 35.</p>
<p>Nalle Ã–sterman (GANDALF, LULLACRY, CHAOSBREED) told BLABBERMOUTH.NET, &#8220;It&#8217;s true, confirmed personally by [former SENTENCED] drummer Vesa Ranta.</p>
<p>&#8220;The fact remains that Miika had a serious drinking problem for many years which escalated after SENTENCED was buried. They don&#8217;t call it King Alcohol for nothing&#8230;</p>
<p>&#8220;The metal scene in Finland mourns now for one of the most talented metal guitarists to ever emerge from [the country].&#8221;</p>
<p>The official cause of Miika&#8217;s death has not yet been released.</p>
<p>Read more <a href="http://www.roadrunnerrecords.com/blabbermouth.net/news.aspx?mode=Article&#038;newsitemID=114733">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zurka.us/former-sentenced-guitarist-and-main-songwriter-miika-tenkula-dead-at-35-feb-19-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coldplay &#8211; Life In Technicolor II (video)</title>
		<link>http://blog.zurka.us/coldplay-life-in-technicolor-ii-video/</link>
		<comments>http://blog.zurka.us/coldplay-life-in-technicolor-ii-video/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:13:25 +0000</pubDate>
		<dc:creator>nasal</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[coldplay]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.zurka.us/?p=823</guid>
		<description><![CDATA[Another great video from Coldplay. And the song is also great.. if you missed it, it&#8217;s from the new EP Prospekt&#8217;s March that came out at the end of November 2008. Buy it now! Enjoy watching!]]></description>
				<content:encoded><![CDATA[<div style="padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px;;" class="linksalpha_widget">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=iBlog+random&link=http%3A%2F%2Fblog.zurka.us%2Fcoldplay-life-in-technicolor-ii-video%2F&title=Coldplay+-+Life+In+Technicolor+II+%28video%29&desc=Another+great+video+from+Coldplay.+And+the+song+is+also+great..+if+you+missed+it%2C+it%27s+from+the+new+EP+Prospekt%27s+March+that+came+out+at+the+end+of+November+2008.+Buy+it+now%21+Enjoy+watching%21&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p>Another great video from Coldplay. And the song is also great.. if you missed it, it&#8217;s from the new EP Prospekt&#8217;s March that came out at the end of November 2008.</p>
<p><a href="http://www.amazon.com/gp/product/B001LMRCP2?ie=UTF8&#038;tag=li05-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001LMRCP2">Buy it now!</a><img src="http://www.assoc-amazon.com/e/ir?t=li05-20&#038;l=as2&#038;o=1&#038;a=B001LMRCP2" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p>Enjoy watching!</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/fXSovfzyx28&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fXSovfzyx28&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zurka.us/coldplay-life-in-technicolor-ii-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
