<?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>sethelalouf.com</title>
	<atom:link href="http://sethelalouf.com/feed" rel="self" type="application/rss+xml" />
	<link>http://sethelalouf.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 21 Nov 2011 00:39:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-beta4</generator>
		<item>
		<title>Epigrammer: WordPress / iTunes integration project</title>
		<link>http://sethelalouf.com/archives/3593</link>
		<comments>http://sethelalouf.com/archives/3593#comments</comments>
		<pubDate>Sat, 22 May 2010 19:42:06 +0000</pubDate>
		<dc:creator>sethness</dc:creator>
				<category><![CDATA[post log]]></category>

		<guid isPermaLink="false">http://sethelalouf.com/?p=3593</guid>
		<description><![CDATA[A while back, I developed a suite of plugins for Wordpress and an Applescript for iTunes that allowed an easy exchange of data between the two.  Essentially, the Applescript would create a zip file of specially formatted data from the selected iTunes items...this includes text data like album, artist, year, and also extracted artwork image files.  This zip is then uploaded directly as-is through the Wordpress Plugin backend and is extracted and parsed on the server.]]></description>
			<content:encoded><![CDATA[<h2>WordPress / iTunes Integration</h2>
<p><img src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-3.25.18-PM-546x550.png" alt="" title="Screen shot 2010-05-22 at 3.25.18 PM" width="546" height="550" class="aligncenter size-medium wp-image-3579" /></p>
<p>A while back, I developed a suite of plugins for WordPress and an Applescript for iTunes that allowed an easy exchange of data between the two.  Essentially, the Applescript would create a zip file of specially formatted data from the selected iTunes items&#8230;this includes text data like album, artist, year, and also extracted artwork image files.  This zip is then uploaded directly as-is through the WordPress Plugin backend and is extracted and parsed on the server.</p>
<p>WordPress takes each artist found in the zipped data and creates a new category for that artist and places all those artists&#8217; unique albums in its own sub-category.  If the artist already exists from a previous import, any new albums that are being added will appear underneath the pre-existing artist category (as would be expected). If a particular album has already been uploaded, it too is skipped, as would be expected.  Album artwork gets associated with the the appropriate category/subcategory, uploaded to the server, and all data is accessible to the WordPress Themeing system with a collection of functions/template tags.  Additionally, I built in a custom &#8216;commenting &amp; rating&#8217; system for each artist/album, giving visitors the ability to comment on or rate an artist/album.  These comments and ratings are filtered using the Askimet API and can be managed just like regular wordpress comments, despite being housed on separate database tables.</p>
<p>All in all it was a pretty bitching accomplishment. One that I put aside, however, right after I got it up and running. Please leave a comment if you are interested in adopting/repurposing the work I&#8217;ve done with this iTunes/Wordpress project.</p>
<h2>Screenshots</h2>
<p><img src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-3.25.49-PM-546x550.png" alt="" title="Screen shot 2010-05-22 at 3.25.49 PM" width="546" height="550" class="aligncenter size-medium wp-image-3580" /><br />
<img src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-3.26.02-PM-546x550.png" alt="" title="Screen shot 2010-05-22 at 3.26.02 PM" width="546" height="550" class="aligncenter size-medium wp-image-3581" /><br />
<img src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-3.26.10-PM-546x550.png" alt="" title="Screen shot 2010-05-22 at 3.26.10 PM" width="546" height="550" class="aligncenter size-medium wp-image-3582" /><br />
<img src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-3.26.50-PM-550x464.png" alt="" title="Screen shot 2010-05-22 at 3.26.50 PM" width="550" height="464" class="aligncenter size-medium wp-image-3583" /><br />
<img src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-3.27.04-PM-550x464.png" alt="" title="Screen shot 2010-05-22 at 3.27.04 PM" width="550" height="464" class="aligncenter size-medium wp-image-3584" /><br />
<img src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-3.27.11-PM-550x464.png" alt="" title="Screen shot 2010-05-22 at 3.27.11 PM" width="550" height="464" class="aligncenter size-medium wp-image-3585" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sethelalouf.com/archives/3593/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Export HTML list of Albums [with artwork] from iTunes Playlists</title>
		<link>http://sethelalouf.com/archives/3550</link>
		<comments>http://sethelalouf.com/archives/3550#comments</comments>
		<pubDate>Sat, 22 May 2010 18:25:48 +0000</pubDate>
		<dc:creator>sethness</dc:creator>
				<category><![CDATA[post log]]></category>

		<guid isPermaLink="false">http://sethelalouf.com/?p=3550</guid>
		<description><![CDATA[Here's a script I hacked together from bits and pieces of Doug Adams' excellent Applescript work. My modifications are inelegant, but got the job done for my purposes. The script can be pretty easily tweaked (with just a little scripting experience) to many ends.]]></description>
			<content:encoded><![CDATA[<h2>Purpose</h2>
<p>To produce an html page with a detailed listing of album information and artwork for all selected iTunes music items.</p>
<p>Here&#8217;s a script I hacked together from bits and pieces of <a href="http://dougscripts.com/itunes/" title="Doug&#39;s Applescripts for iTunes"  target="_blank">Doug Adams&#8217; excellent Applescript work</a>. My modifications are inelegant, but got the job done for my purposes.  The script can be pretty easily tweaked (with just a little scripting experience) to many ends. PLEASE NOTE: this script is just a snippet that might prove useful to some. It is not a final product and I cannot offer support with it.</p>
<h2>Demo:</h2>
<p>See an <a href="http://sethelalouf.com/wp-content/project_files/iTunes_album_list_to_html"  target="_blank">example of this script&#8217;s output</a>.</p>
<h2>Installation:</h2>
<p><strong>1.</strong>  <a href="http://sethelalouf.com/wp-content/uploads/SE_Export_HTML_album_list.scptd_.zip" target="_blank" title="Export HTML list of Albums [with artwork] from iTunes Playlists - Applescript">Download</a> and unarchive.<br />
<strong>2.</strong>  Copy <code>Export HTML list of Selected Albums [w/ images].scptd</code> to: <code>~/Library/iTunes/Scripts</code> .  If the Scripts folder is not already present, create it and place the <code>Export HTML list of Selected Albums [w/ images].scptd</code> file in there.</p>
<h2>Usage:</h2>
<p><strong>1.</strong> Open up iTunes. You should now see a script icon in the menu bar as pictured below.</p>
<p><img class="aligncenter size-medium wp-image-3551" title="Screen shot 2010-05-22 at 1.58.11 PM" src="http://sethelalouf.com/wp-content/uploads/Screen-shot-2010-05-22-at-1.58.11-PM-550x137.png" alt="" width="550" height="137" /></p>
<p><strong>2.</strong>  Select a playlist directly or select multiple albums/songs from any playlist/source.<br />
<strong>3.</strong>  With your selection highlighted, click the scripts menu icon and then select &#8220;Export HTML list of Selected Albums [w/ images]&#8221; from the menu.<br />
<strong>4.</strong>  iTunes will ask you where you want to save this html index file.  Navigate to the folder where the images and html index file should be saved, and click OK.</p>
<p>Thats it. iTunes will begin by writing the HTML file text. Then it will extract the album art from each unique album and place it in the folder chosen in step 4.  A window will appear that monitors the artwork extraction progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethelalouf.com/archives/3550/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Website Philosophy</title>
		<link>http://sethelalouf.com/archives/3024</link>
		<comments>http://sethelalouf.com/archives/3024#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:07:09 +0000</pubDate>
		<dc:creator>sethness</dc:creator>
				<category><![CDATA[post log]]></category>
		<category><![CDATA[wordy]]></category>

		<guid isPermaLink="false">http://sethelalouf.com/?p=3024</guid>
		<description><![CDATA[It took me many years, almost 5 to be precise, to really wrap my head around what a website is. Actually, let me rephrase that. It's taken me 5 years to figure out what a website ISN'T.  Here are my findings.]]></description>
			<content:encoded><![CDATA[<p>It took me many years, almost 5 to be precise, to really wrap my head around what a website is. Actually, let me rephrase that. It&#8217;s taken me 5 years to figure out what a website ISN&#8217;T.  Here are my findings.</p>
<h2>Websites are a relatively new thing.</h2>
<p> And people are still excited about them. <strong>&#8220;A website.&#8221; &#8220;Ooh, Aah.&#8221; &#8220;Social Media.&#8221; &#8220;Ooh. Ahh.&#8221;</strong> The buzz still lingers for many people. Its understandable then, considering the rags-to-riches success stories and the still shimmering buzz that surrounds words like &#8216;online&#8217;, &#8216;web 2.0&#8242;, and &#8216;social networking&#8217; that some folks invest a larger-than-necessary portion of their energy dreaming up a website and not dreaming up their dream. Somehow, the website itself has become the dream. It&#8217;s a sad state of affairs and I&#8217;d like to offer my two cents for anyone out there with a website on their mind.</p>
<h2>Putting the website in its place</h2>
<p>A website is not like a magazine or any other real world object, really. It lacks that all important 3-rd dimension.  You cannot pick up a website. You cannot touch it. You cannot turn it sideways or put it down. It is a broadcast of information that we must explore by sliding around a plastic oval and tapping at a rectangle (made of smaller rectangles).</p>
<p>And a website does not exist in any one true state either. Like any broadcast, a website is subject to interference in transmission and the qualities of the system which receives the broadcast and presents the signal as human-ready information. Each instance of a website is NOT the same. You cannot count on a website to appear in the same way in every possible setting. Browsers, computers, monitors, and network connections all dictate how the site will be rendered.  The website is not a definite thing. It may be definitely intended, but it is not definite.</p>
<h2>Less dress is truly better</h2>
<p>Lets look at books, arguably a direct ancestor of websites. Can you imagine if the shape of a book was determined by its subject matter? Music books shaped like a G clef, automobile books shaped like cars, sex books shaped like genitals? Yeah, books in this imaginary world be pretty frustrating and hard to use, organize and interpret. Of course, some books in the real world do apply this novelty of shape. (I&#8217;m sure there are car-shaped books, guitar-shaped books, etc.) But in the world of books, this play on design is the exception.</p>
<p>Not in the world of websites, however unfortunate. The exception in the world of websites is a site that does not dress itself up. A site that does not over style its information or functional elements. A site that presents its information in a simple and effective way, using color, image files, and complex layout only where these things are significantly and essentially helpful and do not interfere in the transmission or interpretation of the information.</p>
<h2>I&#8217;m as guilty as the next guy</h2>
<p>It was a mistake to theme my old business website (spacesuitgroup.com) around space imagery and colors. Did this space-theme make my information more readable?  More digestible?  No. This dressing up of my information abstracted my content on both technical and interpretive levels.  This theming was a failed attempt to distinguish my site from other sites, an impossible effort made to convince prospective clients that I could transform a website into something else. Something more than a website.  But, alas, a website is a website and not a colorful slice of deep space.</p>
<p>As producers of information bound for a website, its important for us to mind these limitations, these inherent qualities that make a website a website and not a magazine&#8230; a website a website and not a spaceship. And its maybe even more important to remember that we are the producers of information&#8230; not of website.  Remember that website is a spot on the radio dial. It is a place to stand when you want to receive particular information. As the person behind these information broadcasts you should mind the transmission, craft the transmission, but keep the website, that virtual place to be, as transparent as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethelalouf.com/archives/3024/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Auto Tuning Music Software Will Increase Appreciation For Genuine Voice &amp; Music</title>
		<link>http://sethelalouf.com/archives/1084</link>
		<comments>http://sethelalouf.com/archives/1084#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:41:12 +0000</pubDate>
		<dc:creator>sethness</dc:creator>
				<category><![CDATA[post log]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[wordy]]></category>

		<guid isPermaLink="false">http://fromthecloud.org/?p=57</guid>
		<description><![CDATA[Though there are more and more ways to hide a lousy performance behind a slew of star-making plugins, in the end, genuine,  raw, and real will always outshine its competition. Have a little faith in the modern music listener to find the goodness out there. And have a little faith in the modern musiciain/music producer to use these tools in creative and explorative ways. Be calm, haters, genuine music is far from dead.]]></description>
			<content:encoded><![CDATA[<h2>Melodyne &#8211; Direct Note Access</h2>
<p>This morning I came across a music technology article that really stirred me up. Its about a new version of the software suite &#8220;Melodyne&#8221;  from company Celemony.  <a title="DVice Article" href="http://dvice.com/archives/2008/04/miraculous_dire.php">See article.</a></p>
<h2>The Old Stuff</h2>
<p>Melodyne is nothing new.  Its been around for almost a decade. In some cases, its the reason why some artists can sing like a god on CD but croak like a dying frog in live performance.  In less extreme cases, it is used to nudge a slightly out-of-tune vocal take back into place.  My favorite uses are of course those that intentionally call on an auto-tuner&#8217;s powerful manipulation engine to create a range of synthetic vocal qualities. Despite the creative possibilities of Melodyne/AutoTune&#8217;s powerful software engine however, it is used most frequently to de-crappify the vocals from an otherwise ordinary, out of tune, natural voice recording.</p>
<h2>The New Stuff</h2>
<p><object width="550" height="438"><param name="movie" value="http://www.youtube.com/v/jFCjv4_jqAY?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jFCjv4_jqAY?version=3" type="application/x-shockwave-flash" width="550" height="438" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>So there&#8217;s the background on this software.  Here&#8217;s the new stuff that landed this on the front page of reddit.com this morning:  According to the article and the <a title="Celemony" href="http://www.celemony.com/cms/index.php?id=dna">company&#8217;s website</a> the newest version of Melodyne is able to dig into a mixed down, tonal recording and pull out chordal components, isolating the pitch material.  It then allows you to manipulate each individual component pitch.  This is POWERFUL stuff. It opens the doors to new sorts of experimentation and manipulation and on the other hand, hack performances disguised as pitch-perfect, steady handed musicianship.   Many who, on account of earlier auto tuning plugins, had concerns about the integrity of modern music are now shitting in their proverbial pants with disappointment.  Checkout just a few of the reddit comments on this article:</p>
<blockquote>
<ul>
<li>&#8220;This is the most amazing bad thing that ever happened.&#8221; ~ <a href="http://reddit.com/user/ifm1989/">ifm1989</a></li>
<li>&#8220;I can see it now&#8230;people strumming lazily on one chord, then going to their computers and turning it into a masterpiece through trial and error.&#8221; ~ <a href="http://reddit.com/user/Duuuuude/">Duuuuude</a></li>
<li>&#8220;I&#8217;m torn, being a tech geek, I think it pretty cool. Being a classically trained musician, I also think this is an abomination, learn to play and/or sing in tune.&#8221; ~ <a href="http://reddit.com/user/flycrg/">flycrg</a></li>
</ul>
</blockquote>
<p>The response is not all negative, however.  Some responses focus on the technology itself and how many doors this sort of deep melodic access really opens.</p>
<blockquote>
<ul>
<li>Even in the demo you could occasionally hear a bit of&#8230; i don&#8217;t know what to call it, &#8220;digital ringing&#8221; i guess. Miles better than auto-tune though, and with this sort of technology we could do some craaaaaazy stuff. ~ <a href="http://reddit.com/user/WinterAyars">WinterAyars</a></li>
<li>So this is basically like photo-shop for music? Cool! :D ~ <a href="http://reddit.com/user/Eugi">Eugi</a></li>
<li>That is fucking awesome. ~ <a href="http://reddit.com/user/appleaday">appleaday</a></li>
</ul>
</blockquote>
<h2>My humble opinion?</h2>
<p>While I can appreciate where the haters are coming from, I think they are failing to see how this new technology will actually help the world appreciate raw, genuine, and un-autotuned voices. As more music employs technology like Melodyne&#8217;s auto tune and direct note access to ensure that squeaky-clean sound, more listeners will become desensitized to this homogenized, perfectly sculpted music.  Think about how Americans have become increasingly aware of and thus unaffected by traditional advertising campaigns.  Marketing teams have had to step up their game and in many cases this has meant a more honest, genuine approach; one that doesn&#8217;t assume the target audience to be a bunch of mindless idiots.  Same is happening with music.  <strong>Though there are more and more ways to hide a lousy performance behind a slew of star-making plugins, in the end, genuine,  raw, and real will always outshine its competition</strong>. Have a little faith in the modern music listener to find the goodness out there. And have a little faith in the modern musiciain/music producer to use these tools in creative and explorative ways. Be calm, haters, genuine music is far from dead.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethelalouf.com/archives/1084/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

