<?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>Mark Headrick&#039;s Blog &#187; Winamp</title>
	<atom:link href="http://blog.markheadrick.com/tag/winamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markheadrick.com</link>
	<description>My ramblings about what&#039;s new on my website and whatever else comes to mind.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:30:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Configured Winamp v5.57 and website to use new Now Playing plug-in.</title>
		<link>http://blog.markheadrick.com/2009/12/19/configured-winamp-v5-57-and-website-to-use-new-now-playing-plug-in/</link>
		<comments>http://blog.markheadrick.com/2009/12/19/configured-winamp-v5-57-and-website-to-use-new-now-playing-plug-in/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 17:52:05 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[Winamp]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=618</guid>
		<description><![CDATA[After upgrading Winamp to its latest version (5.57), the Now Playing v2.1.2 plug-in I was using would cause Winamp to crash every time I closed Winamp which caused none of its settings to be saved. After some googling around I &#8230; <a href="http://blog.markheadrick.com/2009/12/19/configured-winamp-v5-57-and-website-to-use-new-now-playing-plug-in/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After upgrading <a title="Winamp" href="http://www.winamp.com" target="_blank">Winamp</a> to its latest version (5.57), the Now Playing v2.1.2 plug-in I was using would cause Winamp to crash every time I closed Winamp which caused none of its settings to be saved. After some googling around I came across <a href="http://brandon.fuller.name/archives/hacks/nowplaying/winamp/" target="_blank">Brandon Fuller&#8217;s Now Playing: A Winamp Plugin</a> which seemed to do what I needed. It would allow me to FTP a XML file containing information about the last X number of songs I played and would also let me send a HTTP post request to run a PHP script with the current song&#8217;s information contained within the $_POST variable. It calls this HTTP request a &#8220;ping&#8221;.</p>
<p>When this &#8220;ping&#8221; is sent, my PHP script parses the newly uploaded XML file to create the now playing images and song history (as seen on my <a title="Entertainment" href="http://www.markheadrick.com/entertainment.shtml">Entertainment</a> page), as well as a prepared Twitter message in a separate file should I choose to send a tweet out.</p>
<p>You can also send Twitter and Facebook updates using this plug-in. I&#8217;ve only tested it with Twitter and it seems to work; however, I use a separate PHP script to manually Tweet the song I&#8217;m currently listening to so I don&#8217;t fill my Twitter stream with song spam.</p>
<p>This plug-in does lack a couple things that the older one would do:</p>
<ol>
<li>Send an album cover image along with the rest of the song&#8217;s information in a $_POST variable such as a folder.jpg located in the same directory as the song; however, it will send a link to an Amazon album image if the information matches (sometimes it doesn&#8217;t match correctly or just can&#8217;t find one). I am working on a mechanism to get around some of these pitfalls by uploading album images and having my script check for the existence of the local album image first.</li>
<li>Work with Shoutcast streams to extract out song information.</li>
</ol>
<p>Even so, I will continue to use this plug-in for its compatibility and continuing support by the developer. It also seems to be a bit more reliable and stable than what I was using. Yes, I did purchase a license key. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/12/19/configured-winamp-v5-57-and-website-to-use-new-now-playing-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winamp&#8217;s Now Playing Plug-In, URL Streams, and Classic vs Modern Skins</title>
		<link>http://blog.markheadrick.com/2009/04/07/winamps-now-playing-plug-in-url-streams-and-classic-vs-modern-skins/</link>
		<comments>http://blog.markheadrick.com/2009/04/07/winamps-now-playing-plug-in-url-streams-and-classic-vs-modern-skins/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:40:21 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[General Ramblings]]></category>
		<category><![CDATA[Winamp]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=422</guid>
		<description><![CDATA[Well, this is going to be one of those posts with a very narrow target audience and will undoubtedly make no sense and confuse others. (Update 12/21/2009: With the release of Winamp 5.57, the Now Playing Plug-In version 2.1.2 I &#8230; <a href="http://blog.markheadrick.com/2009/04/07/winamps-now-playing-plug-in-url-streams-and-classic-vs-modern-skins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, this is going to be one of those posts with a very narrow target audience and will undoubtedly make no sense and confuse others. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(<strong>Update 12/21/2009</strong>: With the release of Winamp 5.57, the Now Playing Plug-In version 2.1.2 I discuss below started to cause Winamp to crash. I found a new plug-in and discuss it <a title="Using Brandon Fuller's Now Playing Plug-In" href="http://blog.markheadrick.com/2009/12/19/configured-winamp-v5-57-and-website-to-use-new-now-playing-plug-in/">here</a>.)</p>
<p>I use <a title="Winamp" href="http://www.winamp.com" target="_blank">Winamp</a> to play my music with: MP3s, MIDI, MOD files, Internet Radio and so on. I also use the  <a href="http://www.winamp.com/plugin/now-playing/138883" target="_blank">Winamp Now Playing Plug-In version 2.1.2</a> which interfaces with a PHP script on my website to create now-playing images, and a list of the past 10 songs I have listened to. The plug-in is rather old and it&#8217;s amazing it even still works with the current version of Winamp. It does seem to exhibit one rather odd and maddening behavior that has taken a while to track down.</p>
<p>The behavior manifests itself when playing a URL playlist stream (which are typically from Shoutcast) such as this one from <a title="Club 977 Music" href="http://www.club977.com" target="_blank">Club 977</a> Music: <a href="http://www.club977.com/CLUB977HI.pls">http://www.club977.com/CLUB977HI.pls</a>. When it first starts playing, the Now Playing Plug-in will always see the first song that is played and update the images and lists accordingly; however, it would not always recognize changes in the song title when a new song started playing. This was, of course, annoying. Over time I seemed to notice a pattern and today I tested it out and here are my findings:</p>
<ol>
<li>If I start Winamp with a classic skin such as Bento Classified or the standard classic skin that comes with Winamp, the plug-in will recognize song title changes as the stream plays. If I then switch to a different classic or modern skin while Winamp is running, it will continue to work.</li>
<li>If I start Winamp with a modern skin (Winamp Modern, Bento, etc.), the plug-in will <strong>NOT</strong> recognize song title changes as the stream plays, even if I change to a classic skin.</li>
</ol>
<p>So, the key is to always close Winamp with a classic skin loaded so that it will start with that skin and the Now Playing Plug-in will work. The work-around is simple enough but figuring out what was going on was a bit maddening. If you use this plug-in then, hopefully, you&#8217;ll find this useful.</p>
<p>Since Winamp does not provide tech support for 3rd-party plug-ins, I&#8217;m not going to bother to find out exactly why it acts this way. At least I now know how to keep it working. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/04/07/winamps-now-playing-plug-in-url-streams-and-classic-vs-modern-skins/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Twitter Tools plug-in added to blog.</title>
		<link>http://blog.markheadrick.com/2009/02/07/twitter-tools-plug-in-added-to-blog/</link>
		<comments>http://blog.markheadrick.com/2009/02/07/twitter-tools-plug-in-added-to-blog/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 11:10:47 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Winamp]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=245</guid>
		<description><![CDATA[This is really just a quick post to test out the Twitter Tools plug-in I just installed. If I have it configured properly it should send out a tweet about this post with a link. So.. uhm, here goes. Hitting &#8230; <a href="http://blog.markheadrick.com/2009/02/07/twitter-tools-plug-in-added-to-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is really just a quick post to test out the <a title="Twitter Tools" href="http://wordpress.org/extend/plugins/twitter-tools/" target="_blank">Twitter Tools</a> plug-in I just installed. If I have it configured properly it should send out a tweet about this post with a link. So.. uhm, here goes. Hitting the publish button. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  LOL, <em>Witch Doctor</em> by Alvin and the Chipmunks is playing in <a title="Winamp" href="http://www.winamp.com" target="_blank">Winamp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/02/07/twitter-tools-plug-in-added-to-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My continuing experiences and thoughts concerning Twitter, Twitpic, and Audiotwit.</title>
		<link>http://blog.markheadrick.com/2009/02/05/my-continuing-experiences-and-thoughts-concerning-twitter-twitpic-and-audiotwit/</link>
		<comments>http://blog.markheadrick.com/2009/02/05/my-continuing-experiences-and-thoughts-concerning-twitter-twitpic-and-audiotwit/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 08:35:09 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Website Update]]></category>
		<category><![CDATA[Audiotwit]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Twitpic]]></category>
		<category><![CDATA[Winamp]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=207</guid>
		<description><![CDATA[After a few more days of using Twitter, I decided to try Twitpic and Audiotwit that I had noticed others using. Twitpic This just seems to be a basic service for storing and commenting on images that sends out a &#8230; <a href="http://blog.markheadrick.com/2009/02/05/my-continuing-experiences-and-thoughts-concerning-twitter-twitpic-and-audiotwit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a few more days of using <a title="Twitter" href="http://twitter.com" target="_blank">Twitter</a>, I decided to try <a title="Twitpic" href="http://twitpic.com" target="_blank">Twitpic</a> and <a title="Audiotwit" href="http://audiotwit.com/" target="_blank">Audiotwit</a> that I had noticed others using.</p>
<h3>Twitpic</h3>
<p>This just seems to be a basic service for storing and commenting on images that sends out a tweet when you add a new photograph or comment on one. It has no provisions for creating albums or anything like that. Since I have my own photo gallery, I have no real need to use this as a place to store images. Same reason I don&#8217;t store images at my MySpace page or using something like Flickr. I will admit that the main page that shows where new images are coming from is kind of cool. I did upload one picture and here&#8217;s <a href="http://twitpic.com/photos/mrheadrick" target="_blank">my twitpic page</a>.</p>
<h3>Audiotwit</h3>
<p>To use this relatively new service, it appears, you send a reply tweet to <strong>@listensto</strong> with the artist and song title of what you are listening to.  An example tweet would be &#8220;<strong>@listensto Metallica &#8211; One</strong>&#8220;. Then, it creates an Audiotwit page for you at (username).audiotwit.com.  In my case this was <a href="http://mrheadrick.audiotwit.com" target="_blank">mrheadrick.audiotwit.com</a>. It then adds a Lyrics link next to the song to look-up the song&#8217;s lyrics.</p>
<p><img style="float: left; margin-right: 0.5em;" title="Winamp Now Playing" src="http://www.markheadrick.com/winamp/playing.gif" alt="Winamp Now Playing" width="200" height="50" />Since I was using the <a href="http://www.winamp.com/plugins/details/138883" target="_blank">Winamp Now Playing Plug-In version 2.1.2</a> together with a PHP script I wrote to generate now-playing images and a song history on my <a href="http://www.markheadrick.com/entertainment.shtml">entertainment</a> page, I wondered if there was a <a href="http://www.winamp.com/plugins/details/221831" target="_blank">Winamp Twitter plug-in</a> and there was one to my amazement. While it did work, it had problems dealing with some characters, such as &#8220;&amp;&#8221; where it would just chop-off everything after the &#8220;&amp;&#8221;.  The RSS feed of the audiotwit page is also a bit buggy.  &#8220;&amp;&#8221; causes problems with the feed and the feed itself does not validate with <a href="http://feedvalidator.org/" target="_blank">Feedvalidator.org</a>.  During all this testing, I decided I better create another twitter account just for this purpose and keep all the &#8220;now listening to&#8221; spam out of my main twitter account.  <strong>(Update 8/11/2010:</strong> @mrheadrick_np was the account I made at the time; however, it got flagged to not show in searches and hasn&#8217;t been used in months and has been deleted. The audiotwit page at <a href="http://mrheadrick_np.audiotwit.com" target="_blank">mrheadrick_np.audiotwit.com</a> still exists for the time being.<strong>)</strong></p>
<p>During this time I had also discovered that many others used the phrase &#8220;listening to&#8221; to announce what they were listening to. There&#8217;s even a search link at the Twitter search results page for this phrase. At this point I decided to stop using the Winamp Twitter plug-in which was a bit limiting and use my Winamp PHP script to send a tweet via the Twitter API using both &#8220;@listensto&#8221; and &#8220;listening to&#8221; methods.  After some searching around, I used the <a href="http://www.aimclear.com/code/twitter/twitterSetStatus.zip">improved script by Scott Sloan</a> I found <a title="Twitter: send message from a PHP page using Twitter API" href="http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html" target="_blank">here</a> and adapted it to my own needs.</p>
<p>So now, <a href="http://mrheadrick_np.audiotwit.com" target="_blank">mrheadrick_np.audiotwit.com</a> and this <a title="What I'm listening to" href="http://search.twitter.com/search?q=%23np+from%3Amrheadrick" target="_blank">&#8220;listening to&#8221; search</a> will show what I am playing. The feed you see in my blog is the feed that the &#8220;listening to&#8221; search produces, which does not have problems with &#8220;&amp;&#8221; and other characters being in the artist and song titles.</p>
<h3>Twitter</h3>
<p>I also added a <a title="Twitter Badges and Widgets" href="http://twitter.com/badges" target="_blank">Twitter widget</a> to my <a href="http://www.markheadrick.com">main website</a>. I used the HTML version and modified the CSS to create the appearance I wanted.</p>
<p>Having done all this, does anyone else really care what I&#8217;m doing or have been up to or what the most recent songs I&#8217;ve listened to are? Beyond family and close friends (most of which do not use Twitter), there might be a few, such as those from <a title="Surmunity" href="http://www.surmunity.com" target="_blank">Surmunity</a>, but I suspect most could care less. Several of the people that are following me on Twitter I think are doing so more to increase their own page ranks and points of entry for the various search bots to find their websites and content than to really follow what I am doing or saying. Some strangers that follow me, especially those with goobldygook usernames, are clearly doing so for spamming purposes. These I block when I come across them and many of these type of accounts are usually suspended by Twitter. Even so, I still think Twitter is kind of cool. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/02/05/my-continuing-experiences-and-thoughts-concerning-twitter-twitpic-and-audiotwit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

