<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Massive iTunes lyrics update</title>
	<atom:link href="http://www.creamdesign.it/blog/archives/37/feed" rel="self" type="application/rss+xml" />
	<link>http://www.creamdesign.it/blog/archives/37</link>
	<description>plans that either come to naught, or half a page of scribbled lines</description>
	<lastBuildDate>Sat, 05 Jun 2010 12:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-147</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 18 Apr 2010 10:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-147</guid>
		<description>Sorry man, I had to take down the script for maintenance. 
Lyricwiki has changed again, and I am struggling to get appscript working again in leopard 10.6... it is just the last step towards a workable script. 
Anyway I will reactivate the link on the post, if you or someone else wants to figure out things on its own!</description>
		<content:encoded><![CDATA[<p>Sorry man, I had to take down the script for maintenance.<br />
Lyricwiki has changed again, and I am struggling to get appscript working again in leopard 10.6&#8230; it is just the last step towards a workable script.<br />
Anyway I will reactivate the link on the post, if you or someone else wants to figure out things on its own!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-136</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Tue, 13 Apr 2010 22:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-136</guid>
		<description>Hi!

Maybe I&#039;m blind, but I don&#039;t see a link to download &quot;MassiveLyrics.rb&quot; file. Please give a link.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Maybe I&#8217;m blind, but I don&#8217;t see a link to download &#8220;MassiveLyrics.rb&#8221; file. Please give a link.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luca</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-86</link>
		<dc:creator>luca</dc:creator>
		<pubDate>Fri, 08 Jan 2010 21:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-86</guid>
		<description>I&#039;ve made a few improvements on the script.. here they are:
1. not require curb, using require &#039;net/http&#039; from the standard library
pagecontent = Net::HTTP.get_response(URI.parse(url)).body
2. to handle any special character I convert everything to hex representation
def str_to_url_hex(str)
  out = &quot;&quot;
  i = 0
  while !str[i].nil? do
    out += &#039;%&#039; + (&quot;%02s&quot; % str[i].to_s(16)).gsub(&#039; &#039;,&#039;0&#039;)
    i+=1
  end
  out
end
song = str_to_url_hex(song)

3. the liricswiki website moved to http://lyrics.wikia.com/ and the paged didn&#039;t get parsed correctly... so I modified that too.. it&#039;s a bit hacky so I won&#039;t put it here

thanks for the appscript part, I didn&#039;t know about it!
bye</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made a few improvements on the script.. here they are:<br />
1. not require curb, using require &#8216;net/http&#8217; from the standard library<br />
pagecontent = Net::HTTP.get_response(URI.parse(url)).body<br />
2. to handle any special character I convert everything to hex representation<br />
def str_to_url_hex(str)<br />
  out = &#8220;&#8221;<br />
  i = 0<br />
  while !str[i].nil? do<br />
    out += &#8216;%&#8217; + (&#8220;%02s&#8221; % str[i].to_s(16)).gsub(&#8216; &#8216;,&#8217;0&#8242;)<br />
    i+=1<br />
  end<br />
  out<br />
end<br />
song = str_to_url_hex(song)</p>
<p>3. the liricswiki website moved to <a href="http://lyrics.wikia.com/" rel="nofollow">http://lyrics.wikia.com/</a> and the paged didn&#8217;t get parsed correctly&#8230; so I modified that too.. it&#8217;s a bit hacky so I won&#8217;t put it here</p>
<p>thanks for the appscript part, I didn&#8217;t know about it!<br />
bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 0x3333</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-85</link>
		<dc:creator>0x3333</dc:creator>
		<pubDate>Sat, 02 Jan 2010 03:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-85</guid>
		<description>Hi!

I used your script some time ago.

Now I&#039;m trying to use it, it exits OK, but no lyrics has been updated in iTunes! No files get updated.

Stdout:

[01:43:28] user@station:[~/Downloads]:ruby massivelyrics.rb 
&quot;Found:       Michael Jackson - Jam&quot;
&quot;Found:       Michael Jackson - Why You Wanna Trip On Me&quot;
&quot;Found:       Michael Jackson - In The Closet&quot;
&quot;Found:       Michael Jackson - She Drives Me Wild&quot;
&quot;Found:       Michael Jackson - Remember The Time&quot;
&quot;Found:       Michael Jackson - Can&#039;t Let Her Get Away&quot;
&quot;Found:       Michael Jackson - Heal The World&quot;
&quot;Found:       Michael Jackson - Black Or White&quot;
&quot;Found:       Michael Jackson - Who Is It&quot;
&quot;Found:       Michael Jackson - Give In To Me&quot;
&quot;Found:       Michael Jackson - Will You Be There&quot;
&quot;Found:       Michael Jackson - Keep The Faith&quot;
&quot;Found:       Michael Jackson - Gone Too Soon&quot;
&quot;Found:       Michael Jackson - Dangerous&quot;
&quot;lyrics already present 0&quot;
&quot;updated 14 song(s)&quot;
&quot;not found 0&quot;


Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I used your script some time ago.</p>
<p>Now I&#8217;m trying to use it, it exits OK, but no lyrics has been updated in iTunes! No files get updated.</p>
<p>Stdout:</p>
<p>[01:43:28] user@station:[~/Downloads]:ruby massivelyrics.rb<br />
&#8220;Found:       Michael Jackson &#8211; Jam&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Why You Wanna Trip On Me&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; In The Closet&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; She Drives Me Wild&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Remember The Time&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Can&#8217;t Let Her Get Away&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Heal The World&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Black Or White&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Who Is It&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Give In To Me&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Will You Be There&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Keep The Faith&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Gone Too Soon&#8221;<br />
&#8220;Found:       Michael Jackson &#8211; Dangerous&#8221;<br />
&#8220;lyrics already present 0&#8243;<br />
&#8220;updated 14 song(s)&#8221;<br />
&#8220;not found 0&#8243;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vilela</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-82</link>
		<dc:creator>Vilela</dc:creator>
		<pubDate>Fri, 09 Oct 2009 19:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-82</guid>
		<description>Does this works with windows?

If yes could you tell me how?

thnks!</description>
		<content:encoded><![CDATA[<p>Does this works with windows?</p>
<p>If yes could you tell me how?</p>
<p>thnks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Van Tichel</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-81</link>
		<dc:creator>Eric Van Tichel</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-81</guid>
		<description>Got everything installed but I&#039;m getting this error:
Black_Eyed_Peas:Rock_That_Body
CANNOT FIND any lyrics for Black Eyed Peas - Rock That Body
===============================================================
lyrics already present for 0 song(s)
lyrics not found for 1 song(s)
updated 0 song(s)

for every song without lyrics. When I look at lyricwiki.org I&#039;m getting forwarded to lyrics.wikia.com and I&#039;m able to find the lyrics. But somehow the script seems to fail...
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Got everything installed but I&#8217;m getting this error:<br />
Black_Eyed_Peas:Rock_That_Body<br />
CANNOT FIND any lyrics for Black Eyed Peas &#8211; Rock That Body<br />
===============================================================<br />
lyrics already present for 0 song(s)<br />
lyrics not found for 1 song(s)<br />
updated 0 song(s)</p>
<p>for every song without lyrics. When I look at lyricwiki.org I&#8217;m getting forwarded to lyrics.wikia.com and I&#8217;m able to find the lyrics. But somehow the script seems to fail&#8230;<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como adicionar letras de m&#250;sica automaticamente no seu iTunes</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-80</link>
		<dc:creator>Como adicionar letras de m&#250;sica automaticamente no seu iTunes</dc:creator>
		<pubDate>Sat, 12 Sep 2009 18:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-80</guid>
		<description>[...] pesquisa minha, descobri uma gambiarra que o dade fez e chamou de Massive Lyrics. Em vez de acessar a API de um site, ele acessa diretamente a p&#225;gina com a letra da [...]</description>
		<content:encoded><![CDATA[<p>[...] pesquisa minha, descobri uma gambiarra que o dade fez e chamou de Massive Lyrics. Em vez de acessar a API de um site, ele acessa diretamente a p&aacute;gina com a letra da [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-78</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 09 Sep 2009 01:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-78</guid>
		<description>Well thats good to hear! =)
Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Well thats good to hear! =)<br />
Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dade</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-77</link>
		<dc:creator>dade</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-77</guid>
		<description>Jake, the version of the script is very early, and for now it is suiited for systems that already have a basic set of developer tools installed. 
I am working towards a refined 0.2 version, which hopefully will ease away the quirks of this &#039;developer&#039; version. So... stay tuned :)</description>
		<content:encoded><![CDATA[<p>Jake, the version of the script is very early, and for now it is suiited for systems that already have a basic set of developer tools installed.<br />
I am working towards a refined 0.2 version, which hopefully will ease away the quirks of this &#8216;developer&#8217; version. So&#8230; stay tuned :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.creamdesign.it/blog/archives/37/comment-page-1#comment-76</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Mon, 07 Sep 2009 05:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=37#comment-76</guid>
		<description>Hi,

I&#039;m trying to run the application. I&#039;ve tried installing the curb gems and appscript things in terminal, but it doesnt seem to do much. It asks me for my password in terminal, which i have none for my mac, i press enter, and nothing happens. When i run the application, i get this in the message box

Running...
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;: no such file to load -- appscript (LoadError)
	from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
	from /Users/mullanj/Downloads/MassiveLyrics 2.app/Contents/Resources/script:25

I&#039;m really unskilled with all this. Can someone help me out?
Thanks =)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to run the application. I&#8217;ve tried installing the curb gems and appscript things in terminal, but it doesnt seem to do much. It asks me for my password in terminal, which i have none for my mac, i press enter, and nothing happens. When i run the application, i get this in the message box</p>
<p>Running&#8230;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;: no such file to load &#8212; appscript (LoadError)<br />
	from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
	from /Users/mullanj/Downloads/MassiveLyrics 2.app/Contents/Resources/script:25</p>
<p>I&#8217;m really unskilled with all this. Can someone help me out?<br />
Thanks =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
