<?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: Lyricwiki.org API ban workaround</title>
	<atom:link href="http://www.creamdesign.it/blog/archives/108/feed" rel="self" type="application/rss+xml" />
	<link>http://www.creamdesign.it/blog/archives/108</link>
	<description>plans that either come to naught, or half a page of scribbled lines</description>
	<lastBuildDate>Wed, 19 Jan 2011 20:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brendan Cazier</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-84</link>
		<dc:creator>Brendan Cazier</dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-84</guid>
		<description>I was looking for an automated solution to solving my obsession with having lyrics for all my songs, and I came to your site very quickly. However, it seems that now LyricWiki doesn&#039;t even let you copy lyrics from the song page on their actual website. So that meant that I couldn&#039;t use your wonderful script. 

However, I was thinking, what if instead of going to the regular page, you directed your script to the &quot;Edit&quot; page for the song?
So for example, if I want to access the lyrics to the song &quot;I Want You to Want Me&quot; by Cheap Trick, I would have gone to:
http://lyrics.wikia.com/Cheap_Trick:I_Want_You_To_Want_Me

However, the way the page is set up now, I can&#039;t even highlight the lyrics there. BUT! If I click the &quot;Edit&quot; button at the top, it takes me to the following page: 
http://lyrics.wikia.com/index.php?title=Cheap_Trick:I_Want_You_To_Want_Me&amp;action=edit

From there I can actually highlight the text in the text box and copy-paste it into my iTunes.

Unfortunately, I have very little experience with Ruby, and don&#039;t really know what I would do to modify your script myself. Do you think it would be possible to implement this into your script?

Thanks!
Brendan</description>
		<content:encoded><![CDATA[<p>I was looking for an automated solution to solving my obsession with having lyrics for all my songs, and I came to your site very quickly. However, it seems that now LyricWiki doesn&#8217;t even let you copy lyrics from the song page on their actual website. So that meant that I couldn&#8217;t use your wonderful script. </p>
<p>However, I was thinking, what if instead of going to the regular page, you directed your script to the &#8220;Edit&#8221; page for the song?<br />
So for example, if I want to access the lyrics to the song &#8220;I Want You to Want Me&#8221; by Cheap Trick, I would have gone to:<br />
<a href="http://lyrics.wikia.com/Cheap_Trick:I_Want_You_To_Want_Me" rel="nofollow">http://lyrics.wikia.com/Cheap_Trick:I_Want_You_To_Want_Me</a></p>
<p>However, the way the page is set up now, I can&#8217;t even highlight the lyrics there. BUT! If I click the &#8220;Edit&#8221; button at the top, it takes me to the following page:<br />
<a href="http://lyrics.wikia.com/index.php?title=Cheap_Trick:I_Want_You_To_Want_Me&#038;action=edit" rel="nofollow">http://lyrics.wikia.com/index.php?title=Cheap_Trick:I_Want_You_To_Want_Me&#038;action=edit</a></p>
<p>From there I can actually highlight the text in the text box and copy-paste it into my iTunes.</p>
<p>Unfortunately, I have very little experience with Ruby, and don&#8217;t really know what I would do to modify your script myself. Do you think it would be possible to implement this into your script?</p>
<p>Thanks!<br />
Brendan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dade</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-54</link>
		<dc:creator>dade</dc:creator>
		<pubDate>Fri, 21 Aug 2009 07:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-54</guid>
		<description>Jack, I dont&#039; think that is possible directly with ruby. However the applescript wrapper for the script is really a no-brainer: 

&lt;code&gt;set result to do shell script &quot;ruby /Users/dade/Projects/massiveLyrics/MassiveLyrics.rb&quot;
display dialog result&lt;/code&gt;

you will have to fill in the right path to your ruby script instead of mine, and you&#039;re done. The only drawback is that you dont&#039; get progress information as the lyrics are updated, but only a messagebox in the end.</description>
		<content:encoded><![CDATA[<p>Jack, I dont&#8217; think that is possible directly with ruby. However the applescript wrapper for the script is really a no-brainer: </p>
<p><code>set result to do shell script "ruby /Users/dade/Projects/massiveLyrics/MassiveLyrics.rb"<br />
display dialog result</code></p>
<p>you will have to fill in the right path to your ruby script instead of mine, and you&#8217;re done. The only drawback is that you dont&#8217; get progress information as the lyrics are updated, but only a messagebox in the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Slater</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-53</link>
		<dc:creator>Jack Slater</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-53</guid>
		<description>Aha! Works now! :) Wonderful piece of code! 

How about wrapping it the way it can be thrown to $HOME/Library/iTunes/Scripts and executed from there? Will be really handy!</description>
		<content:encoded><![CDATA[<p>Aha! Works now! :) Wonderful piece of code! </p>
<p>How about wrapping it the way it can be thrown to $HOME/Library/iTunes/Scripts and executed from there? Will be really handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dade</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-52</link>
		<dc:creator>dade</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-52</guid>
		<description>I am so sorry. I dont&#039;know what happened to my attachment plugin. Now it&#039;s fixed. I double checked 3 times now :) 
Thanks for your patience!!!</description>
		<content:encoded><![CDATA[<p>I am so sorry. I dont&#8217;know what happened to my attachment plugin. Now it&#8217;s fixed. I double checked 3 times now :)<br />
Thanks for your patience!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Slater</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-51</link>
		<dc:creator>Jack Slater</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-51</guid>
		<description>404 Not Found
Not Found

You tried going to http://www.creamdesign.it/blog/blog/wp-content/uploads/2009/07/MassiveLyrics.rb, and it doesn&#039;t exist. All is not lost! You can search for what you&#039;re looking for. 

:-Q</description>
		<content:encoded><![CDATA[<p>404 Not Found<br />
Not Found</p>
<p>You tried going to <a href="http://www.creamdesign.it/blog/blog/wp-content/uploads/2009/07/MassiveLyrics.rb" rel="nofollow">http://www.creamdesign.it/blog/blog/wp-content/uploads/2009/07/MassiveLyrics.rb</a>, and it doesn&#8217;t exist. All is not lost! You can search for what you&#8217;re looking for. </p>
<p>:-Q</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dade</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-47</link>
		<dc:creator>dade</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-47</guid>
		<description>Sorry, there was some error in the wp plugin I use to display attachments. Now it&#039;s fixed. Thank you for pointing out the error!</description>
		<content:encoded><![CDATA[<p>Sorry, there was some error in the wp plugin I use to display attachments. Now it&#8217;s fixed. Thank you for pointing out the error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Slater</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-45</link>
		<dc:creator>Jack Slater</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-45</guid>
		<description>Call me blind like a mole, but I cant find it anywhere here :-Q
Tried to read all blog entries with 10x magnifying glass!</description>
		<content:encoded><![CDATA[<p>Call me blind like a mole, but I cant find it anywhere here :-Q<br />
Tried to read all blog entries with 10x magnifying glass!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dade</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-41</link>
		<dc:creator>dade</dc:creator>
		<pubDate>Tue, 18 Aug 2009 07:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-41</guid>
		<description>The &lt;a href=&quot;http://www.creamdesign.it/blog/archives/37&quot; rel=&quot;nofollow&quot;&gt;script&lt;/a&gt; has been fixed and packaged as a platypus app! Enjoy :)</description>
		<content:encoded><![CDATA[<p>The <a href="http://www.creamdesign.it/blog/archives/37" rel="nofollow">script</a> has been fixed and packaged as a platypus app! Enjoy :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Slater</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-39</link>
		<dc:creator>Jack Slater</dc:creator>
		<pubDate>Mon, 17 Aug 2009 23:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-39</guid>
		<description>I was googling for a workaround for this Lyricwiki issue and stumbled upon your blog :)

Good job, mate, hope you&#039;ll fix it in foreseeable future and put the script online! Will be checking this page for any progress! Ciao!</description>
		<content:encoded><![CDATA[<p>I was googling for a workaround for this Lyricwiki issue and stumbled upon your blog :)</p>
<p>Good job, mate, hope you&#8217;ll fix it in foreseeable future and put the script online! Will be checking this page for any progress! Ciao!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fill the lyrics of your entire iTunes library in one click. &#124; &#62;dade</title>
		<link>http://www.creamdesign.it/blog/archives/108/comment-page-1#comment-28</link>
		<dc:creator>Fill the lyrics of your entire iTunes library in one click. &#124; &#62;dade</dc:creator>
		<pubDate>Tue, 04 Aug 2009 10:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.creamdesign.it/blog/?p=108#comment-28</guid>
		<description>[...] I recently found a fantastic website to get lyrics for songs: lyricwiki.org No ads and plenty of lyrics available for free, even for italian artists or pretty unknown songs. I was also pleased to discover that the website offers an handy REST interface to fetch (or upload) lyrics from scripts  update: I found a workaround to retrieve the lyrics without the banned lyricwiki API: read more here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I recently found a fantastic website to get lyrics for songs: lyricwiki.org No ads and plenty of lyrics available for free, even for italian artists or pretty unknown songs. I was also pleased to discover that the website offers an handy REST interface to fetch (or upload) lyrics from scripts  update: I found a workaround to retrieve the lyrics without the banned lyricwiki API: read more here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

